4 references to StreamMustSupportReadAndSeek
Microsoft.CodeAnalysis (4)
Compilation\Compilation.cs (1)
2893throw new ArgumentException(CodeAnalysisResources.StreamMustSupportReadAndSeek, nameof(win32Resources));
EmbeddedText.cs (1)
147throw new ArgumentException(CodeAnalysisResources.StreamMustSupportReadAndSeek, nameof(stream));
MetadataReference\ModuleMetadata.cs (1)
217throw new ArgumentException(CodeAnalysisResources.StreamMustSupportReadAndSeek, nameof(peStream));
Text\SourceText.cs (1)
194throw new ArgumentException(CodeAnalysisResources.StreamMustSupportReadAndSeek, nameof(stream));