207 references to WellKnownFixAllProviders
ILLink.CodeFixProvider (7)
AddUnsafeToExternCodeFixProvider.cs (1)
33
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
AddUnsafeToFieldCodeFixProvider.cs (1)
33
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
AddUnsafeToPointerSignatureCodeFixProvider.cs (1)
32
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
BaseAttributeCodeFixProvider.cs (1)
30
return
WellKnownFixAllProviders
.BatchFixer;
DynamicallyAccessedMembersCodeFixProvider.cs (1)
90
return
WellKnownFixAllProviders
.BatchFixer;
RemoveInvalidUnsafeCodeFixProvider.cs (1)
37
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
RemoveUndocumentedUnsafeCodeFixProvider.cs (1)
34
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.Analyzers.Extra (1)
MakeExeTypesInternalFixer.cs (1)
24
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.Analyzers.Extra.Tests (1)
MakeExeTypesInternalTests.cs (1)
174
Assert.Equal(
WellKnownFixAllProviders
.BatchFixer, f.GetFixAllProvider());
Microsoft.AspNetCore.App.CodeFixes (9)
Authorization\AddAuthorizationBuilderFixer.cs (1)
25
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Dependencies\AddPackageFixer.cs (1)
104
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
DetectMismatchedParameterOptionalityFixer.cs (1)
21
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Http\HeaderDictionaryAddFixer.cs (1)
26
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Http\HeaderDictionaryIndexerFixer.cs (1)
21
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Kestrel\ListenOnIPv6AnyFixer.cs (1)
22
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
PublicPartialProgramClassFixer.cs (1)
21
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
RouteParameterUnusedParameterFixer.cs (1)
27
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
WebApplicationBuilderFixer.cs (1)
27
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.AspNetCore.Components.Analyzers (4)
ComponentParametersShouldBePublicCodeFixProvider.cs (1)
28
return
WellKnownFixAllProviders
.BatchFixer;
JSInteropCodeFixProvider.cs (1)
28
return
WellKnownFixAllProviders
.BatchFixer;
JSInvokableCodeFixProvider.cs (1)
28
return
WellKnownFixAllProviders
.BatchFixer;
StateHasChangedCodeFixProvider.cs (1)
26
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.AspNetCore.Components.SdkAnalyzers (1)
ComponentParametersShouldBePublicCodeFixProvider.cs (1)
28
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
AddResponseTypeAttributeCodeFixProvider.cs (1)
20
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
ApiActionsDoNotRequireExplicitModelValidationCodeFixProvider.cs (1)
23
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeAnalysis.Analyzers (7)
FixAnalyzers\FixerWithFixAllAnalyzer.Fixer.cs (1)
33
return
WellKnownFixAllProviders
.BatchFixer;
MetaAnalyzers\Fixers\ApplyDiagnosticAnalyzerAttributeFix.cs (1)
83
return
WellKnownFixAllProviders
.BatchFixer;
MetaAnalyzers\Fixers\CompareSymbolsCorrectlyFix.cs (1)
32
=>
WellKnownFixAllProviders
.BatchFixer;
MetaAnalyzers\Fixers\ConfigureGeneratedCodeAnalysisFix.cs (1)
26
=>
WellKnownFixAllProviders
.BatchFixer;
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.CustomFixAllProvider.cs (1)
35
return await
WellKnownFixAllProviders
.BatchFixer.GetFixAsync(fixAllContext).ConfigureAwait(false);
MetaAnalyzers\Fixers\EnableConcurrentExecutionFix.cs (1)
25
=>
WellKnownFixAllProviders
.BatchFixer;
MetaAnalyzers\Fixers\PreferIsKindFix.cs (1)
20
=>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeAnalysis.CodeStyle.Fixes (6)
src\roslyn\src\Analyzers\Core\CodeFixes\DocumentationComments\AbstractAddDocCommentNodesCodeFixProvider.cs (1)
27
=>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\DocumentationComments\AbstractRemoveDocCommentNodeCodeFixProvider.cs (1)
21
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementAbstractClass\AbstractImplementAbstractClassCodeFixProvider.cs (1)
19
=>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceCodeFixProvider.cs (1)
16
=>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\MakeMethodAsynchronous\AbstractMakeMethodAsynchronousCodeFixProvider.cs (1)
40
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\MakeMethodSynchronous\AbstractMakeMethodSynchronousCodeFixProvider.cs (1)
27
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (5)
src\roslyn\src\Analyzers\CSharp\CodeFixes\MisplacedUsingDirectives\MisplacedUsingDirectivesCodeFixProvider.cs (1)
54
return
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveInKeyword\RemoveInKeywordCodeFixProvider.cs (1)
29
=>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveNewModifier\RemoveNewModifierCodeFixProvider.cs (1)
27
=>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
51
=>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockCodeFixProvider.cs (1)
34
=>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeAnalysis.CSharp.Features (3)
src\roslyn\src\Analyzers\CSharp\CodeFixes\MisplacedUsingDirectives\MisplacedUsingDirectivesCodeFixProvider.cs (1)
54
return
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveInKeyword\RemoveInKeywordCodeFixProvider.cs (1)
29
=>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveNewModifier\RemoveNewModifierCodeFixProvider.cs (1)
27
=>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (5)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CSharpStaticHolderTypes.Fixer.cs (1)
28
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\CSharpAvoidDuplicateElementInitializationFixer.cs (1)
28
=>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\CSharpDoNotInitializeUnnecessarily.Fixer.cs (1)
23
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\CSharpCollapseMultiplePathOperations.Fixer.cs (1)
23
=>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (1)
47
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeAnalysis.Features (6)
src\roslyn\src\Analyzers\Core\CodeFixes\DocumentationComments\AbstractAddDocCommentNodesCodeFixProvider.cs (1)
27
=>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\DocumentationComments\AbstractRemoveDocCommentNodeCodeFixProvider.cs (1)
21
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementAbstractClass\AbstractImplementAbstractClassCodeFixProvider.cs (1)
19
=>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceCodeFixProvider.cs (1)
16
=>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\MakeMethodAsynchronous\AbstractMakeMethodAsynchronousCodeFixProvider.cs (1)
40
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\MakeMethodSynchronous\AbstractMakeMethodSynchronousCodeFixProvider.cs (1)
27
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeAnalysis.NetAnalyzers (129)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\AbstractTypesShouldNotHaveConstructors.Fixer.cs (1)
56
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\AvoidEmptyInterfaces.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CollectionsShouldImplementGenericInterface.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DeclareTypesInNamespaces.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DefineAccessorsForAttributeArguments.Fixer.cs (1)
160
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotHideBaseClassMethods.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumStorageShouldBeInt32.Fixer.cs (1)
27
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumWithFlagsAttribute.Fixer.cs (1)
85
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EquatableAnalyzer.Fixer.cs (1)
31
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ExceptionsShouldBePublic.Fixer.cs (1)
27
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldHaveCorrectPrefix.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldHaveCorrectSuffix.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotContainUnderscores.Fixer.cs (1)
29
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotHaveIncorrectSuffix.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotMatchKeywords.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementIDisposableCorrectly.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementStandardExceptionConstructors.Fixer.cs (1)
41
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\InterfaceMethodsShouldBeCallableByChildTypes.Fixer.cs (1)
30
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MarkAssembliesWithAssemblyVersion.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MarkAssembliesWithClsCompliant.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MarkAssembliesWithComVisible.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MarkAttributesWithAttributeUsage.Fixer.cs (1)
24
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MovePInvokesToNativeMethodsClass.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\NonConstantFieldsShouldNotBeVisible.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OperatorOverloadsHaveNamedAlternates.Fixer.cs (1)
29
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OperatorsShouldHaveSymmetricalOverloads.Fixer.cs (1)
33
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverloadOperatorEqualsOnOverridingValueTypeEquals.Fixer.cs (1)
74
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideEqualsAndOperatorEqualsOnValueTypes.Fixer.cs (1)
27
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideEqualsOnOverloadingOperatorEquals.Fixer.cs (1)
22
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideGetHashCodeOnOverridingEquals.Fixer.cs (1)
22
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideMethodsOnComparableTypes.Fixer.cs (1)
116
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ParameterNamesShouldMatchBaseDeclaration.Fixer.cs (1)
30
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\PropertiesShouldNotBeWriteOnly.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\PropertyNamesShouldNotMatchGetMethods.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\TypeNamesShouldNotMatchNamespaces.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\TypesThatOwnDisposableFieldsShouldBeDisposable.Fixer.cs (1)
78
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UriParametersShouldNotBeStrings.Fixer.cs (1)
30
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UseEventsWhereAppropriate.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UsePreferredTerms.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UsePropertiesWhereAppropriate.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiReview\AvoidCallingProblematicMethods.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\Documentation\AvoidUsingCrefTagsWithAPrefix.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\AvoidLengthCalculationWhenSlicingToEnd.Fixer.cs (1)
28
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\AvoidUninstantiatedInternalClasses.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\AvoidUnusedPrivateFields.Fixer.cs (1)
27
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\MakeTypesInternal.Fixer.cs (1)
33
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\UseNameofInPlaceOfString.Fixer.cs (1)
27
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\VariableNamesShouldNotMatchFieldNames.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\MarkMembersAsStatic.Fixer.cs (1)
39
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\PreferJaggedArraysOverMultidimensional.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\RemoveEmptyFinalizers.Fixer.cs (1)
54
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\RethrowToPreserveStackDetails.Fixer.cs (1)
28
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\SealMethodsThatSatisfyPrivateInterfaces.Fixer.cs (1)
27
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\UseLiteralsWhereAppropriate.Fixer.cs (1)
26
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\ImmutableCollections\DoNotCallToImmutableCollectionOnAnImmutableCollectionValue.Fixer.cs (1)
28
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\InteropServices\DynamicInterfaceCastableImplementation.Fixer.cs (1)
25
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\InteropServices\MarkBooleanPInvokeArgumentsWithMarshalAs.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\InteropServices\ProvidePublicParameterlessSafeHandleConstructor.Fixer.cs (1)
24
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
114
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\InteropServices\UseManagedEquivalentsOfWin32Api.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.Fixer.cs (1)
25
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (2)
39
/// Otherwise, you can return any of the well known fix all providers from <see cref="
WellKnownFixAllProviders
" /> or implement your own fix all provider.
45
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\PreferConvertToHexStringOverBitConverter.Fixer.cs (1)
37
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
24
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverCount.Fixer.cs (1)
21
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (1)
46
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\PreferReadOnlySpanOverSpan.Fixer.cs (1)
25
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\RecommendCaseInsensitiveStringComparison.Fixer.cs (1)
36
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseAsSpanInsteadOfRangeIndexer.Fixer.cs (1)
33
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UsePropertyInsteadOfCountMethodWhenAvailable.Fixer.cs (2)
33
/// Otherwise, you can return any of the well known fix all providers from <see cref="
WellKnownFixAllProviders
" /> or implement your own fix all provider.
39
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseSearchValues.Fixer.cs (1)
32
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseSpanClearInsteadOfFIll.Fixer.cs (1)
24
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseStartsWithInsteadOfIndexOfComparisonWithZero.Fixer.cs (1)
20
=>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseStringContainsCharOverloadWithSingleCharacters.Fixer.cs (1)
43
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseStringMethodCharOverloadWithSingleCharacters.Fixer.cs (1)
35
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\AvoidConstArrays.Fixer.cs (1)
34
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\AvoidUnreliableStreamRead.Fixer.cs (1)
37
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\AvoidUnsealedAttributes.Fixer.cs (1)
49
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocations.Fixer.cs (1)
26
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\CallGCSuppressFinalizeCorrectly.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\DisposableTypesShouldDeclareFinalizer.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\DisposeMethodsShouldCallBaseClassDispose.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\DoNotLockOnObjectsWithWeakIdentity.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\DoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectly.Fixer.cs (1)
32
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\DoNotUseTimersThatPreventPowerStateChanges.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\ForwardCancellationTokenToInvocations.Fixer.cs (1)
50
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\InitializeStaticFieldsInline.Fixer.cs (1)
23
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\InstantiateArgumentExceptionsCorrectly.Fixer.cs (1)
27
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\MarkAllNonSerializableFields.Fixer.cs (1)
79
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\MarkISerializableTypesWithSerializable.Fixer.cs (1)
54
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\NormalizeStringsToUppercase.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferAsSpanOverSubstring.Fixer.cs (1)
95
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferConstCharOverConstUnitString.Fixer.cs (1)
24
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferDictionaryContainsMethods.Fixer.cs (1)
13
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferJsonElementParse.Fixer.cs (1)
27
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferStreamAsyncMemoryOverloads.Fixer.cs (1)
56
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferStringContainsOverIndexOf.Fixer.cs (1)
23
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferTypedStringBuilderAppendOverloads.Fixer.cs (1)
24
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\ProvideDeserializationMethodsForOptionalFields.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\SealInternalTypes.Fixer.cs (1)
60
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\SpecifyCultureForToLowerAndToUpper.Fixer.cs (1)
66
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\SpecifyCultureInfo.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\SpecifyIFormatProvider.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\SpecifyStringComparison.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\TestForEmptyStringsUsingStringLength.Fixer.cs (1)
27
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\TestForNaNCorrectly.Fixer.cs (1)
26
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseCancellationTokenThrowIfCancellationRequested.Fixer.cs (1)
117
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseEnvironmentMembersFixer.cs (1)
26
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseOrdinalStringComparison.Fixer.cs (1)
107
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseRegexMembersFixer.cs (1)
31
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseSpanBasedStringConcat.Fixer.cs (1)
117
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseStringEqualsOverStringCompare.Fixer.cs (1)
65
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Tasks\DoNotCreateTaskCompletionSourceWithWrongArguments.Fixer.cs (1)
25
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Tasks\DoNotCreateTasksWithoutPassingATaskScheduler.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Tasks\DoNotUseWhenAllOrWaitAllWithSingleArgumentFixer.cs (1)
102
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Usage\DoNotCompareSpanToNull.Fixer.cs (1)
13
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Usage\DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNull.Fixer.cs (1)
68
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Usage\MissingShebangInFileBasedProgram.Fixer.cs (1)
13
public override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Usage\PreferGenericOverloads.Fixer.cs (1)
25
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetCore.Analyzers\Usage\UseVolatileReadWrite.Fixer.cs (1)
98
public sealed override FixAllProvider GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetFramework.Analyzers\AvoidDuplicateAccelerators.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetFramework.Analyzers\CallBaseClassMethodsOnISerializableTypes.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetFramework.Analyzers\DoNotMarkServicedComponentsWithWebMethod.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetFramework.Analyzers\SetLocaleForDataTypes.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
Microsoft.NetFramework.Analyzers\TypesShouldNotExtendCertainBaseTypes.Fixer.cs (1)
20
return
WellKnownFixAllProviders
.BatchFixer;
SyntaxEditorFixAllProvider.cs (2)
23
/// <see cref="
WellKnownFixAllProviders
.BatchFixer"/> computes a separate fixed document for every
58
/// user's chosen action does not apply to - unlike <see cref="
WellKnownFixAllProviders
.BatchFixer"/>, it
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeFixes\OverloadBase\OverloadBaseCodeFixProvider.vb (1)
31
Return
WellKnownFixAllProviders
.BatchFixer
Microsoft.CodeAnalysis.Workspaces (6)
CodeFixes\CodeFixProvider.cs (1)
38
/// Otherwise, you can return any of the well known fix all providers from <see cref="
WellKnownFixAllProviders
"/> or implement your own fix all provider.
CodeFixes\FixAllOccurrences\DocumentBasedFixAllProvider.cs (1)
18
/// should be used instead of <see cref="
WellKnownFixAllProviders
.BatchFixer"/> in the case where fixes for a <see
CodeFixes\FixAllOccurrences\FixAllProvider.cs (3)
17
/// Alternatively, you can use any of the well known fix all providers from <see cref="
WellKnownFixAllProviders
"/>.
46
/// <see cref="
WellKnownFixAllProviders
.BatchFixer"/> in the case where fixes for a <see cref="Diagnostic"/>
60
/// This should be used instead of <see cref="
WellKnownFixAllProviders
.BatchFixer"/> in the case where
CodeFixes\Supression\IConfigurationFixProvider.cs (1)
39
/// Otherwise, you can return any of the well known fix all providers from <see cref="
WellKnownFixAllProviders
"/> or implement your own fix all provider.
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\AddMarshalAsToElementFixer.cs (1)
18
public override FixAllProvider? GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
Microsoft.ML.InternalCodeAnalyzer (2)
ContractsCheckNameofFixProvider.cs (1)
32
=>
WellKnownFixAllProviders
.BatchFixer;
NameFixProvider.cs (1)
47
=>
WellKnownFixAllProviders
.BatchFixer;
Roslyn.Diagnostics.Analyzers (5)
DoNotMixAttributesFromDifferentVersionsOfMEF.Fixer.cs (1)
21
return
WellKnownFixAllProviders
.BatchFixer;
ExportedPartsShouldHaveImportingConstructorCodeFixProvider.cs (1)
33
=>
WellKnownFixAllProviders
.BatchFixer;
ImportingConstructorShouldBeObsoleteCodeFixProvider.cs (1)
30
=>
WellKnownFixAllProviders
.BatchFixer;
PartsExportedWithMEFv2MustBeMarkedAsShared.Fixer.cs (1)
27
return
WellKnownFixAllProviders
.BatchFixer;
TestExportsShouldNotBeDiscoverableCodeFixProvider.cs (1)
33
=>
WellKnownFixAllProviders
.BatchFixer;
Roslyn.Diagnostics.CSharp.Analyzers (3)
CSharpAvoidOptSuffixForNullableEnableCodeCodeFixProvider.cs (1)
29
=>
WellKnownFixAllProviders
.BatchFixer;
CSharpDoNotUseDebugAssertForInterpolatedStringsFixer.cs (1)
83
public override FixAllProvider? GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
PreferNullLiteralCodeFixProvider.cs (1)
31
=>
WellKnownFixAllProviders
.BatchFixer;
System.Text.RegularExpressions.Generator (1)
UpgradeToGeneratedRegexCodeFixer.cs (1)
41
public override FixAllProvider? GetFixAllProvider() =>
WellKnownFixAllProviders
.BatchFixer;
System.Windows.Forms.Analyzers.CodeFixes.CSharp (1)
System\Windows\Forms\CSharp\CodeFixes\AddDesignerSerializationVisibility\AddDesignerSerializationVisibilityCodeFixProvider.cs (1)
28
=>
WellKnownFixAllProviders
.BatchFixer;
System.Windows.Forms.Analyzers.CodeFixes.VisualBasic (1)
AddDesignerSerializationVisibility\AddDesignerSerializationVisibilityCodeFixProvider.vb (1)
34
Return
WellKnownFixAllProviders
.BatchFixer