2 references to TryMapAndGetFirstAsync
Microsoft.VisualStudio.LanguageServices (2)
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
365
var mappedDocumentSpan = await AbstractDocumentSpanEntry.
TryMapAndGetFirstAsync
(documentSpan, sourceText, cancellationToken).ConfigureAwait(false);
FindReferences\Contexts\WithoutReferencesFindUsagesContext.cs (1)
135
var mappedDocumentSpan = await AbstractDocumentSpanEntry.
TryMapAndGetFirstAsync
(documentSpan, sourceText, cancellationToken).ConfigureAwait(false);