2 references to CS0165
Microsoft.CodeAnalysis.CSharp.Features (2)
UsePatternMatching\CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer.cs (2)
36private const string CS0165 = nameof(CS0165); // Use of unassigned local variable 's' 182return diagnostics.Any(static d => d.Id is CS0165 or CS0103);