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