4 instantiations of ConstantTextAndVersionSource
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SourceGeneratedDocumentState.cs (2)
92
var textSource = new
ConstantTextAndVersionSource
(textAndVersion);
243
var textSource = new
ConstantTextAndVersionSource
(textAndVersion);
Workspace\Solution\TextDocumentState.cs (2)
72
=>
new
(text);
75
=> new(new
ConstantTextAndVersionSource
(text), services);
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)