1 write to Text
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextAndVersion.cs (1)
38
Text
= text;
10 references to Text
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\DocumentState.cs (2)
153
var text = textAndVersion.
Text
;
226
var newText = newTextAndVersion.
Text
;
Workspace\Solution\RecoverableTextAndVersion.cs (1)
153
: base(textAndVersion.
Text
)
Workspace\Solution\TextDocumentState.cs (3)
105
text = textAndVersion.
Text
;
147
static (textAndVersion, _) => textAndVersion.
Text
,
155
return textAndVersion.
Text
;
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
VisualStudioMSBuildWorkspaceTests.cs (1)
2364
Assert.Contains("Window", atav.
Text
.ToString(), StringComparison.Ordinal);
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
SolutionTests\SolutionTests.cs (3)
355
Assert.Same(textAndVersion.
Text
, actualText);
835
Assert.Same(textAndVersion.
Text
, actualText);
881
Assert.Same(textAndVersion.
Text
, actualText);