1 instantiation of InlineRenameAdornmentManager
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\InlineRenameAdornmentProvider.cs (1)
80textView.GetOrCreateAutoClosingProperty(v => new InlineRenameAdornmentManager(
3 references to InlineRenameAdornmentManager
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\UI\InlineRenameAdornmentProvider.cs (3)
93if (textView.Properties.TryGetProperty(typeof(InlineRenameAdornmentManager), out InlineRenameAdornmentManager manager)) 96textView.Properties.RemoveProperty(typeof(InlineRenameAdornmentManager));