1 write to _name
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\BaseItem.cs (1)
42_name = name;
2 references to _name
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\BaseItem.cs (2)
66public string Text => _name; 68public string ToolTipText => _name;