2 writes to Location
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Symbols\SymbolInformationFactory.cs (2)
22Location = location, 35Location = location
4 references to Location
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\SymbolInformation.cs (3)
122&& EqualityComparer<Location>.Default.Equals(this.Location, other.Location) 131HashCode.Combine(Name, Kind, Hash.CombineValues(Tags), Deprecated, Location, ContainerName);
Protocol\WorkspaceSymbol.cs (1)
54/// <seealso cref="SymbolInformation.Location"/>