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