2 instantiations of Portable
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueMethodDebugInfoReader.cs (2)
205return new Portable(new MetadataReader(metadata, size)); 222=> new Portable(pdbReader ?? throw new ArgumentNullException(nameof(pdbReader)));