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