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)
66
public string Text =>
_name
;
68
public string ToolTipText =>
_name
;