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