3 references to CS8179
Microsoft.CodeAnalysis.CSharp.Features (3)
AddPackage\CSharpAddSpecificPackageCodeFixProvider.cs (3)
19private const string CS8179 = nameof(CS8179); // Predefined type 'System.ValueTuple`2' is not defined or imported 28=> ImmutableArray.Create(CS8179); 34case CS8179: return "System.ValueTuple";