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