3 instantiations of SourceTextStream
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
599using (var stream = new SourceTextStream(this, useDefaultEncodingIfNull: true))
Microsoft.CodeAnalysis.UnitTests (2)
Text\SourceTextStreamTests.cs (2)
28using (var stream = new SourceTextStream(sourceText)) 51using (var stream = new SourceTextStream(sourceText, bufferSize: text.Length * 2))
3 references to SourceTextStream
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
599using (var stream = new SourceTextStream(this, useDefaultEncodingIfNull: true))
Microsoft.CodeAnalysis.UnitTests (2)
Text\SourceTextStreamTests.cs (2)
28using (var stream = new SourceTextStream(sourceText)) 51using (var stream = new SourceTextStream(sourceText, bufferSize: text.Length * 2))