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