2 references to IsPortable
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Navigation\DiaSession.cs (1)
125return PortablePdbReader.IsPortable(stream) ? new PortableSymbolReader() : new FullSymbolReader();
Navigation\PortablePdbReader.cs (1)
46if (!IsPortable(stream))