2 writes to Name
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Symbols\SymbolInformationFactory.cs (2)
19
Name
= name,
32
Name
= name,
5 references to Name
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\SymbolInformation.cs (3)
116
&& this.
Name
== other.
Name
131
HashCode.Combine(
Name
, Kind, Hash.CombineValues(Tags), Deprecated, Location, ContainerName);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Symbols\DocumentSymbolsTests.cs (2)
135
Assert.Equal(".", results.First().
Name
);
164
Assert.Equal(".", results.First().
Name
);