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