24 references to ApplyFixesAsync
Microsoft.CodeAnalysis.NetAnalyzers (24)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DefineAccessorsForAttributeArguments.Fixer.cs (1)
54cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumWithFlagsAttribute.Fixer.cs (1)
42ct => SyntaxEditorFixAllProvider.ApplyFixesAsync(context.Document, ImmutableArray.Create(diagnostic), ApplyFixAsync, ct),
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EquatableAnalyzer.Fixer.cs (2)
70cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync( 83cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MarkAttributesWithAttributeUsage.Fixer.cs (1)
57cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideEqualsAndOperatorEqualsOnValueTypes.Fixer.cs (1)
45return SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UriParametersShouldNotBeStrings.Fixer.cs (1)
52return SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.NetCore.Analyzers\InteropServices\DynamicInterfaceCastableImplementation.Fixer.cs (1)
51cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
74ct => SyntaxEditorFixAllProvider.ApplyFixesAsync(document, diagnostics, (doc, diag, editor, token) => ApplyFixAsync(doc, diag, editor, title, token), ct),
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
50(cancellationToken) => SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.NetCore.Analyzers\Performance\UseSearchValues.Fixer.cs (1)
74return SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.NetCore.Analyzers\Runtime\AvoidConstArrays.Fixer.cs (1)
57return SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.NetCore.Analyzers\Runtime\InstantiateArgumentExceptionsCorrectly.Fixer.cs (1)
53ct => SyntaxEditorFixAllProvider.ApplyFixesAsync(context.Document, context.Diagnostics,
Microsoft.NetCore.Analyzers\Runtime\PreferConstCharOverConstUnitString.Fixer.cs (1)
51createChangedDocument: cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.NetCore.Analyzers\Runtime\PreferDictionaryContainsMethods.Fixer.cs (1)
45cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.NetCore.Analyzers\Runtime\PreferStreamAsyncMemoryOverloads.Fixer.cs (1)
76cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(doc, context.Diagnostics,
Microsoft.NetCore.Analyzers\Runtime\PreferTypedStringBuilderAppendOverloads.Fixer.cs (1)
50cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.NetCore.Analyzers\Runtime\SpecifyCultureForToLowerAndToUpper.Fixer.cs (1)
48cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.NetCore.Analyzers\Runtime\TestForEmptyStringsUsingStringLength.Fixer.cs (1)
63ct => SyntaxEditorFixAllProvider.ApplyFixesAsync(document, diagnostics, (doc, diagnostic, editor, token) => ApplyFixAsync(doc, diagnostic, editor, equivalenceKey, token), ct),
Microsoft.NetCore.Analyzers\Runtime\UseEnvironmentMembersFixer.cs (1)
52cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(doc, context.Diagnostics, ApplyFixAsync, cancellationToken),
Microsoft.NetCore.Analyzers\Runtime\UseRegexMembersFixer.cs (1)
58cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(
Microsoft.NetCore.Analyzers\Usage\DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNull.Fixer.cs (1)
61cancellationToken => SyntaxEditorFixAllProvider.ApplyFixesAsync(
SyntaxEditorBasedCodeFixProvider.cs (1)
44(cancellationToken) => SyntaxEditorFixAllProvider.ApplyFixesAsync(document, diagnostics, ApplyFixAsync, cancellationToken),
SyntaxEditorFixAllProvider.cs (1)
19/// <see cref="FixAllProvider"/> or, through <see cref="ApplyFixesAsync"/>, from a fixer's own code action.