diff --git a/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionAdornmentManagerProvider.cs b/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionAdornmentManagerProvider.cs index 9441882b385176eb1eefbe563077f2312de6189c..56d47151368034e1672bcb38564a8309904ac741 100644 --- a/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionAdornmentManagerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionAdornmentManagerProvider.cs @@ -12,7 +12,7 @@ namespace Microsoft.CodeAnalysis.Editor.Implementation.Diagnostics { /// - /// This factory is called to create the view service that will manage line separators. + /// This factory is called to create the view service that will manage suggestion adornments. /// [Export(typeof(IWpfTextViewCreationListener))] [ContentType(ContentTypeNames.RoslynContentType)] diff --git a/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs b/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs index 5372849b46bd662c61e8b7dc96835410875a8d2b..9c57d753aec2382a6e77c62919b9182c38c983ad 100644 --- a/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs +++ b/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs @@ -35,9 +35,6 @@ protected override void Initialize(IWpfTextView view) }; } - /// - /// Creates a very long line at the bottom of bounds. - /// public override GraphicsResult GetGraphics(IWpfTextView view, Geometry geometry) { Initialize(view);