1 instantiation of FullSymbolReader
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Navigation\DiaSession.cs (1)
125
return PortablePdbReader.IsPortable(stream) ? new PortableSymbolReader() : new
FullSymbolReader
();