21 instantiations of TestError
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (21)
LexicalAndXml\XmlDocCommentTests.cs (21)
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) }); 2368VerifyDiagnostics(trivias[0], new List<TestError>() { new TestError(1570, true) }); 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) }); 2698new TestError(1570, true), 2699new TestError(1570, true), 2700new TestError(1570, true), 2701new TestError(1570, true) 2724new TestError(1570, true), 2725new TestError(1570, true), 2726new TestError(1570, true), 2727new TestError(1570, true) 2750VerifyDiagnostics(doc, new List<TestError>() { new TestError(1570, true), new TestError(1570, true) }); 3314select new TestError(e.ErrorCode, e.IsWarning)).ToList();
14 references to TestError
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (14)
LexicalAndXml\XmlDocCommentTests.cs (14)
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) }); 2368VerifyDiagnostics(trivias[0], new List<TestError>() { new TestError(1570, true) }); 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) }); 3295private void VerifyDiagnostics(CSharpSyntaxNode node, List<TestError> errors) 3300private void VerifyDiagnostics(SyntaxTrivia trivia, List<TestError> errors) 3305private void VerifyDiagnostics(IEnumerable<DiagnosticInfo> actual, List<TestError> expected)