2 references to StreamMustSupportWrite
Microsoft.CodeAnalysis (2)
Compilation\Compilation.cs (2)
2780
throw new ArgumentException(CodeAnalysisResources.
StreamMustSupportWrite
, nameof(peStream));
2792
throw new ArgumentException(CodeAnalysisResources.
StreamMustSupportWrite
, nameof(pdbStream));