Implemented interface member:
method
GetResultIdForSymbol<T>
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.ResultSetTracking.IResultSetTracker.GetResultIdForSymbol<T>(Microsoft.CodeAnalysis.ISymbol, System.String, System.Func<Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Graph.IdFactory, T>)
1 reference to GetResultIdForSymbol
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Generator.cs (1)
339var definitionResultsId = symbolResultsTracker.GetResultIdForSymbol(declaredSymbol, Methods.TextDocumentDefinitionName, static idFactory => new DefinitionResult(idFactory));