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