3 references to VerifyExpectedDocumentText
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (3)
CodeActions\AbstractCodeActionOrUserDiagnosticTest.cs (3)
692
VerifyExpectedDocumentText
(expectedRoot.ToFullString(), root.ToFullString());
700
VerifyExpectedDocumentText
(expectedRoot.ToString(), root.ToString());
716
VerifyExpectedDocumentText
(expectedRoot.ToString(), actualString);