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