2 references to CS0103
Microsoft.CodeAnalysis.CSharp.Features (2)
UsePatternMatching\CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer.cs (2)
37
private const string CS0103 = nameof(
CS0103
); // Name of the variable doesn't live in context
182
return diagnostics.Any(static d => d.Id is CS0165 or
CS0103
);