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