10 references to VerifyDiagnostics
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (10)
LexicalAndXml\XmlDocCommentTests.cs (10)
1678VerifyDiagnostics(tree.GetCompilationUnitRoot(), new List<TestError>() { new TestError(1570, true) }); 1695VerifyDiagnostics(tree.GetCompilationUnitRoot(), new List<TestError>() { new TestError(1570, true) }); 2243VerifyDiagnostics(tree.GetCompilationUnitRoot(), new List<TestError>() { new TestError(1035, false) }); 2393VerifyDiagnostics(xmlText, new List<TestError>() { new TestError(1570, true) }); 2423VerifyDiagnostics(xmlText, new List<TestError>() { new TestError(1570, true) }); 2501VerifyDiagnostics(doc, new List<TestError>() { new TestError(1570, true), new TestError(1570, true) }); 2526VerifyDiagnostics(doc, new List<TestError>() { new TestError(1570, true), new TestError(1570, true) }); 2696VerifyDiagnostics(tree.GetCompilationUnitRoot(), new List<TestError> 2722VerifyDiagnostics(tree.GetCompilationUnitRoot(), new List<TestError> 2750VerifyDiagnostics(doc, new List<TestError>() { new TestError(1570, true), new TestError(1570, true) });