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