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