8 references to Name
Microsoft.VisualStudio.LanguageServices.Implementation (8)
SolutionExplorer\BaseItem.cs (2)
61
public string Text =>
Name
;
63
public string ToolTipText =>
Name
;
SolutionExplorer\DiagnosticItem\DiagnosticItem.cs (3)
70
=> Hash.Combine(this.
Name
,
83
this.
Name
== other.
Name
&&
SolutionExplorer\DiagnosticItem\SourceGeneratorItem.cs (3)
30
=> Hash.Combine(this.
Name
,
43
this.
Name
== other.
Name
&&