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