2 instantiations of DocumentDebugInfoReader
Microsoft.CodeAnalysis.Features (2)
PdbSourceDocument\PdbFileLocatorService.cs (2)
57result = new DocumentDebugInfoReader(peReader, pdbReaderProvider); 84result = new DocumentDebugInfoReader(peReader, readerProvider);
3 references to DocumentDebugInfoReader
Microsoft.CodeAnalysis.Features (3)
PdbSourceDocument\IPdbFileLocatorService.cs (1)
13Task<DocumentDebugInfoReader?> GetDocumentDebugInfoReaderAsync(string dllPath, bool useDefaultSymbolServers, TelemetryMessage telemetry, CancellationToken cancellationToken);
PdbSourceDocument\PdbFileLocatorService.cs (2)
30public async Task<DocumentDebugInfoReader?> GetDocumentDebugInfoReaderAsync(string dllPath, bool useDefaultSymbolServers, TelemetryMessage telemetry, CancellationToken cancellationToken) 37DocumentDebugInfoReader? result = null;