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