2 references to CS0535
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\ImplementInterface\CSharpImplementInterfaceCodeFixProvider.cs (2)
21
private const string CS0535 = nameof(
CS0535
); // 'Program' does not implement interface member 'System.Collections.IEnumerable.GetEnumerator()'
26
= [
CS0535
, CS0737, CS0738];