3 references to ConstantTextAndVersionSource
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SourceGeneratedDocumentState.cs (2)
92
var
textSource = new ConstantTextAndVersionSource(textAndVersion);
243
var
textSource = new ConstantTextAndVersionSource(textAndVersion);
Workspace\Solution\TextDocumentState.cs (1)
71
private static
ConstantTextAndVersionSource
CreateStrongText(TextAndVersion text)