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)
181var text = CreateText(readStream, options, cancellationToken); 216var text = CreateText(stream, options, cancellationToken);