Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Def/Internal/TextUI/DisplayTextRange.cs')
-rw-r--r--src/Text/Def/Internal/TextUI/DisplayTextRange.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Def/Internal/TextUI/DisplayTextRange.cs b/src/Text/Def/Internal/TextUI/DisplayTextRange.cs
index 9becda5..87323fb 100644
--- a/src/Text/Def/Internal/TextUI/DisplayTextRange.cs
+++ b/src/Text/Def/Internal/TextUI/DisplayTextRange.cs
@@ -11,10 +11,12 @@ using Microsoft.VisualStudio.Text.Formatting;
namespace Microsoft.VisualStudio.Text.Editor
{
+#pragma warning disable CA1710 // Identifiers should have correct suffix
/// <summary>
/// Represents a range in the <see cref="TextBuffer"/> that behaves relative to the view in which it lives.
/// </summary>
public abstract class DisplayTextRange : TextRange, IEnumerable<DisplayTextPoint>
+#pragma warning restore CA1710 // Identifiers should have correct suffix
{
/// <summary>
/// When implemented in a derived class, gets the <see cref="TextView"/> of this range.