2 writes to Name
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Symbols\SymbolInformationFactory.cs (2)
19Name = name, 32Name = name,
3 references to Name
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\SymbolInformation.cs (3)
116&& this.Name == other.Name 131HashCode.Combine(Name, Kind, Hash.CombineValues(Tags), Deprecated, Location, ContainerName);