2 references to s_changedDocumentText
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
CodeActions\Preview\PreviewTests.vb (2)
62
solution = solution.WithDocumentSyntaxRoot(_oldDocument.Id, VisualBasicSyntaxTree.ParseText(
s_changedDocumentText
).GetRoot())
100
Assert.Equal(
s_changedDocumentText
, text)