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