10 references to VerifyDiagnostics
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (10)
LexicalAndXml\XmlDocCommentTests.cs (10)
1677VerifyDiagnostics(tree.GetCompilationUnitRoot(), new List<TestError>() { new TestError(1570, true) });
1694VerifyDiagnostics(tree.GetCompilationUnitRoot(), new List<TestError>() { new TestError(1570, true) });
2242VerifyDiagnostics(tree.GetCompilationUnitRoot(), new List<TestError>() { new TestError(1035, false) });
2392VerifyDiagnostics(xmlText, new List<TestError>() { new TestError(1570, true) });
2422VerifyDiagnostics(xmlText, new List<TestError>() { new TestError(1570, true) });
2500VerifyDiagnostics(doc, new List<TestError>() { new TestError(1570, true), new TestError(1570, true) });
2525VerifyDiagnostics(doc, new List<TestError>() { new TestError(1570, true), new TestError(1570, true) });
2695VerifyDiagnostics(tree.GetCompilationUnitRoot(), new List<TestError>
2721VerifyDiagnostics(tree.GetCompilationUnitRoot(), new List<TestError>
2749VerifyDiagnostics(doc, new List<TestError>() { new TestError(1570, true), new TestError(1570, true) });