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