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