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