2 references to TryGetSourceInfoAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\CallHierarchy\CallHierarchyHelpers.cs (2)
94
var sourceInfo = await
TryGetSourceInfoAsync
(symbol, solution, preferredDocumentId, cancellationToken).ConfigureAwait(false);
99
sourceInfo = await
TryGetSourceInfoAsync
(methodSymbol.ContainingType, solution, preferredDocumentId, cancellationToken).ConfigureAwait(false);