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