1 write to Text
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextAndVersion.cs (1)
38Text = text;
9 references to Text
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\DocumentState.cs (2)
168var text = textAndVersion.Text; 241var newText = newTextAndVersion.Text;
Workspace\Solution\TextDocumentState.cs (3)
84text = textAndVersion.Text; 109static (textAndVersion, _) => textAndVersion.Text, 117return textAndVersion.Text;
Workspace\Solution\VersionSource\RecoverableTextAndVersion.cs (1)
150_initialValue = textAndVersion.Text;
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
SolutionTests\SolutionTests.cs (3)
379Assert.Same(textAndVersion.Text, actualText); 859Assert.Same(textAndVersion.Text, actualText); 905Assert.Same(textAndVersion.Text, actualText);