2 instantiations of DocumentDebugInfoReader
Microsoft.CodeAnalysis.Features (2)
PdbSourceDocument\PdbFileLocatorService.cs (2)
58result = new DocumentDebugInfoReader(peReader, pdbReaderProvider); 85result = 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)
31public async Task<DocumentDebugInfoReader?> GetDocumentDebugInfoReaderAsync(string dllPath, bool useDefaultSymbolServers, TelemetryMessage telemetry, CancellationToken cancellationToken) 38DocumentDebugInfoReader? result = null;