1 implementation of GetDocumentDebugInfoReaderAsync
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\PdbFileLocatorService.cs (1)
30
public async Task<DocumentDebugInfoReader?>
GetDocumentDebugInfoReaderAsync
(string dllPath, bool useDefaultSymbolServers, TelemetryMessage telemetry, CancellationToken cancellationToken)
1 reference to GetDocumentDebugInfoReaderAsync
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
185
using var documentDebugInfoReader = await _pdbFileLocatorService.
GetDocumentDebugInfoReaderAsync
(dllPath, options.AlwaysUseDefaultSymbolServers, telemetryMessage, cancellationToken).ConfigureAwait(false);