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