6 references to Void
Microsoft.CodeAnalysis (6)
Diagnostic\Diagnostic.cs (1)
440
case InternalDiagnosticSeverity.
Void
:
Diagnostic\DiagnosticBag.cs (3)
207
if (diagnostic.Severity != InternalDiagnosticSeverity.
Void
)
234
if (diagnostic.Severity == InternalDiagnosticSeverity.
Void
)
254
if (diagnostic.Severity != InternalDiagnosticSeverity.
Void
)
Diagnostic\DiagnosticWithInfo.cs (2)
134
_info.Severity == InternalDiagnosticSeverity.
Void
;
185
case InternalDiagnosticSeverity.
Void
: