2 implementations of ISymbolReader
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Navigation\FullSymbolReader.cs (1)
17internal class FullSymbolReader : ISymbolReader
Navigation\PortableSymbolReader.cs (1)
19internal class PortableSymbolReader : ISymbolReader
3 references to ISymbolReader
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Navigation\DiaSession.cs (3)
28private readonly ISymbolReader _symbolReader; 57internal DiaSession(string binaryPath, string? searchPath, ISymbolReader symbolReader) 112private static ISymbolReader GetSymbolReader(string? binaryPath)