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