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