6 references to Void
Microsoft.CodeAnalysis (6)
Diagnostic\Diagnostic.cs (1)
441
case InternalDiagnosticSeverity.
Void
:
Diagnostic\DiagnosticBag.cs (3)
208
if (diagnostic.Severity != InternalDiagnosticSeverity.
Void
)
235
if (diagnostic.Severity == InternalDiagnosticSeverity.
Void
)
255
if (diagnostic.Severity != InternalDiagnosticSeverity.
Void
)
Diagnostic\DiagnosticWithInfo.cs (2)
134
_info.Severity == InternalDiagnosticSeverity.
Void
;
185
case InternalDiagnosticSeverity.
Void
: