1 write to Text
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextAndVersion.cs (1)
38Text = text;
6 references to Text
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\DocumentState.cs (2)
166var text = textAndVersion.Text; 239var newText = newTextAndVersion.Text;
Workspace\Solution\TextDocumentState.cs (3)
84text = textAndVersion.Text; 106return textAndVersion.Text; 112return textAndVersion.Text;
Workspace\Solution\VersionSource\RecoverableTextAndVersion.cs (1)
150_initialValue = textAndVersion.Text;