1 write to AdornmentLayer
Microsoft.CodeAnalysis.EditorFeatures (1)
Adornments\AbstractAdornmentManager.cs (1)
74AdornmentLayer = textView.GetAdornmentLayer(adornmentLayerName);
10 references to AdornmentLayer
Microsoft.CodeAnalysis.EditorFeatures (10)
InlineDiagnostics\InlineDiagnosticsAdornmentManager.cs (6)
57if (AdornmentLayer is null) 65AdornmentLayer.RemoveAllAdornments(); 82if (AdornmentLayer is not null) 84foreach (var element in AdornmentLayer.Elements) 181AdornmentLayer.AddAdornment( 195AdornmentLayer.RemoveMatchingAdornments(e =>
LineSeparators\LineSeparatorAdornmentManager.cs (2)
60AdornmentLayer.AddAdornment( 73AdornmentLayer.RemoveAdornmentsByVisualSpan(span);
StringIndentation\StringIndentationAdornmentManager.cs (2)
83AdornmentLayer.AddAdornment( 96AdornmentLayer.RemoveAdornmentsByVisualSpan(span);