2 references to ChangedDocumentText
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
CodeActions\PreviewTests.cs (2)
84
solution = solution.WithDocumentSyntaxRoot(_oldDocument.Id, CSharpSyntaxTree.ParseText(
ChangedDocumentText
, cancellationToken: cancellationToken).GetRoot(cancellationToken));
121
Assert.Equal(
ChangedDocumentText
, text);