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