1 write to SetupFixAll
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Copilot\CSharpImplementNotImplementedExceptionFixProviderTests.cs (1)
175
copilotService.
SetupFixAll
= (Document document, ImmutableDictionary<MemberDeclarationSyntax, ImmutableArray<ReferencedSymbol>> memberReferences, CancellationToken cancellationToken) =>
2 references to SetupFixAll
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
Copilot\CSharpImplementNotImplementedExceptionFixProviderTests.cs (2)
669
if (
SetupFixAll
!= null)
671
return Task.FromResult(
SetupFixAll
.Invoke(document, methodOrProperties, cancellationToken));