1 override of CreateText
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\WorkspaceFileTextLoader.cs (1)
30
private protected override SourceText
CreateText
(Stream stream, LoadTextOptions options, CancellationToken cancellationToken)
2 references to CreateText
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\FileTextLoader.cs (2)
183
var text = t.self.
CreateText
(readStream, t.options, t.cancellationToken);
207
var text = t.self.
CreateText
(stream, t.options, t.cancellationToken);