10 references to HasDiagnostics
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\Components\ComponentDocumentClassifierPass.cs (1)
113if (typeParamNode.HasDiagnostics)
Language\Components\ComponentMarkupBlockPass.cs (5)
157if (node.HasDiagnostics) 196if (node.HasDiagnostics) 208if (node.HasDiagnostics) 227if (node.HasDiagnostics) 246if (node.HasDiagnostics)
Language\Components\ComponentNodeWriter.cs (2)
1298Debug.Assert(node.HasDiagnostics, "We should have reported an error for mixed content."); 1578Debug.Assert(node.HasDiagnostics, "We should have reported an error for mixed content.");
Language\Intermediate\IntermediateNode.cs (1)
39if (node.HasDiagnostics)
Language\Intermediate\IntermediateNodeExtensions.cs (1)
29if (node.HasDiagnostics)