2 references to CS0162
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpRemoveUnreachableCodeDiagnosticAnalyzer.cs (2)
19
private const string CS0162 = nameof(
CS0162
); // Unreachable code detected
62
if (diagnostic.Id ==
CS0162
)