2 references to CS1061
Microsoft.CodeAnalysis.CSharp.Features (2)
GenerateVariable\CSharpGenerateVariableCodeFixProvider.cs (2)
27private const string CS1061 = nameof(CS1061); // error CS1061: 'C' does not contain a definition for 'Goo' and no extension method 'Goo' accepting a first argument of type 'C' could be found 42=> ImmutableArray.Create(CS1061, CS0103, CS0117, CS0539, CS0246, CS0120, CS0118);