202 references to BatchFixer
ILLink.CodeFixProvider (7)
AddUnsafeToExternCodeFixProvider.cs (1)
33public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
AddUnsafeToFieldCodeFixProvider.cs (1)
33public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
AddUnsafeToPointerSignatureCodeFixProvider.cs (1)
32public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
BaseAttributeCodeFixProvider.cs (1)
30return WellKnownFixAllProviders.BatchFixer;
DynamicallyAccessedMembersCodeFixProvider.cs (1)
90return WellKnownFixAllProviders.BatchFixer;
RemoveInvalidUnsafeCodeFixProvider.cs (1)
37public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
RemoveUndocumentedUnsafeCodeFixProvider.cs (1)
34public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.Analyzers.Extra (1)
MakeExeTypesInternalFixer.cs (1)
24public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.Analyzers.Extra.Tests (1)
MakeExeTypesInternalTests.cs (1)
174Assert.Equal(WellKnownFixAllProviders.BatchFixer, f.GetFixAllProvider());
Microsoft.AspNetCore.App.CodeFixes (9)
Authorization\AddAuthorizationBuilderFixer.cs (1)
25public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Dependencies\AddPackageFixer.cs (1)
104public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
DetectMismatchedParameterOptionalityFixer.cs (1)
21public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Http\HeaderDictionaryAddFixer.cs (1)
26public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Http\HeaderDictionaryIndexerFixer.cs (1)
21public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Kestrel\ListenOnIPv6AnyFixer.cs (1)
22public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
PublicPartialProgramClassFixer.cs (1)
21public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
RouteParameterUnusedParameterFixer.cs (1)
27public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
WebApplicationBuilderFixer.cs (1)
27public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.AspNetCore.Components.Analyzers (4)
ComponentParametersShouldBePublicCodeFixProvider.cs (1)
28return WellKnownFixAllProviders.BatchFixer;
JSInteropCodeFixProvider.cs (1)
28return WellKnownFixAllProviders.BatchFixer;
JSInvokableCodeFixProvider.cs (1)
28return WellKnownFixAllProviders.BatchFixer;
StateHasChangedCodeFixProvider.cs (1)
26return WellKnownFixAllProviders.BatchFixer;
Microsoft.AspNetCore.Components.SdkAnalyzers (1)
ComponentParametersShouldBePublicCodeFixProvider.cs (1)
28return WellKnownFixAllProviders.BatchFixer;
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
AddResponseTypeAttributeCodeFixProvider.cs (1)
20public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
ApiActionsDoNotRequireExplicitModelValidationCodeFixProvider.cs (1)
23public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeAnalysis.Analyzers (7)
FixAnalyzers\FixerWithFixAllAnalyzer.Fixer.cs (1)
33return WellKnownFixAllProviders.BatchFixer;
MetaAnalyzers\Fixers\ApplyDiagnosticAnalyzerAttributeFix.cs (1)
83return WellKnownFixAllProviders.BatchFixer;
MetaAnalyzers\Fixers\CompareSymbolsCorrectlyFix.cs (1)
32=> WellKnownFixAllProviders.BatchFixer;
MetaAnalyzers\Fixers\ConfigureGeneratedCodeAnalysisFix.cs (1)
26=> WellKnownFixAllProviders.BatchFixer;
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.CustomFixAllProvider.cs (1)
35return 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)
21public 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)
40public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\MakeMethodSynchronous\AbstractMakeMethodSynchronousCodeFixProvider.cs (1)
27public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (5)
src\roslyn\src\Analyzers\CSharp\CodeFixes\MisplacedUsingDirectives\MisplacedUsingDirectivesCodeFixProvider.cs (1)
54return 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)
54return 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)
28WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\CSharpAvoidDuplicateElementInitializationFixer.cs (1)
28=> WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\CSharpDoNotInitializeUnnecessarily.Fixer.cs (1)
23public 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)
47public 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)
21public 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)
40public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
src\roslyn\src\Analyzers\Core\CodeFixes\MakeMethodSynchronous\AbstractMakeMethodSynchronousCodeFixProvider.cs (1)
27public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeAnalysis.NetAnalyzers (127)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\AbstractTypesShouldNotHaveConstructors.Fixer.cs (1)
56return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\AvoidEmptyInterfaces.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CollectionsShouldImplementGenericInterface.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DeclareTypesInNamespaces.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DefineAccessorsForAttributeArguments.Fixer.cs (1)
160return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotHideBaseClassMethods.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumStorageShouldBeInt32.Fixer.cs (1)
27return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumWithFlagsAttribute.Fixer.cs (1)
85return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EquatableAnalyzer.Fixer.cs (1)
31return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ExceptionsShouldBePublic.Fixer.cs (1)
27return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldHaveCorrectPrefix.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldHaveCorrectSuffix.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotContainUnderscores.Fixer.cs (1)
29return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotHaveIncorrectSuffix.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotMatchKeywords.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementIDisposableCorrectly.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementStandardExceptionConstructors.Fixer.cs (1)
41return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\InterfaceMethodsShouldBeCallableByChildTypes.Fixer.cs (1)
30return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MarkAssembliesWithAssemblyVersion.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MarkAssembliesWithClsCompliant.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MarkAssembliesWithComVisible.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MarkAttributesWithAttributeUsage.Fixer.cs (1)
24public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MovePInvokesToNativeMethodsClass.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\NonConstantFieldsShouldNotBeVisible.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OperatorOverloadsHaveNamedAlternates.Fixer.cs (1)
29return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OperatorsShouldHaveSymmetricalOverloads.Fixer.cs (1)
33return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverloadOperatorEqualsOnOverridingValueTypeEquals.Fixer.cs (1)
74return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideEqualsAndOperatorEqualsOnValueTypes.Fixer.cs (1)
27return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideEqualsOnOverloadingOperatorEquals.Fixer.cs (1)
22return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideGetHashCodeOnOverridingEquals.Fixer.cs (1)
22return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideMethodsOnComparableTypes.Fixer.cs (1)
116return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ParameterNamesShouldMatchBaseDeclaration.Fixer.cs (1)
30return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\PropertiesShouldNotBeWriteOnly.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\PropertyNamesShouldNotMatchGetMethods.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\TypeNamesShouldNotMatchNamespaces.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\TypesThatOwnDisposableFieldsShouldBeDisposable.Fixer.cs (1)
78return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UriParametersShouldNotBeStrings.Fixer.cs (1)
30return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UseEventsWhereAppropriate.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UsePreferredTerms.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UsePropertiesWhereAppropriate.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\ApiReview\AvoidCallingProblematicMethods.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\Documentation\AvoidUsingCrefTagsWithAPrefix.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\AvoidLengthCalculationWhenSlicingToEnd.Fixer.cs (1)
28return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\AvoidUninstantiatedInternalClasses.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\AvoidUnusedPrivateFields.Fixer.cs (1)
27return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\MakeTypesInternal.Fixer.cs (1)
33public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\UseNameofInPlaceOfString.Fixer.cs (1)
27return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\Maintainability\VariableNamesShouldNotMatchFieldNames.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\MarkMembersAsStatic.Fixer.cs (1)
39return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\PreferJaggedArraysOverMultidimensional.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\RemoveEmptyFinalizers.Fixer.cs (1)
54return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\RethrowToPreserveStackDetails.Fixer.cs (1)
28return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\SealMethodsThatSatisfyPrivateInterfaces.Fixer.cs (1)
27return WellKnownFixAllProviders.BatchFixer;
Microsoft.CodeQuality.Analyzers\QualityGuidelines\UseLiteralsWhereAppropriate.Fixer.cs (1)
26return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\ImmutableCollections\DoNotCallToImmutableCollectionOnAnImmutableCollectionValue.Fixer.cs (1)
28return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\InteropServices\DynamicInterfaceCastableImplementation.Fixer.cs (1)
25return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\InteropServices\MarkBooleanPInvokeArgumentsWithMarshalAs.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\InteropServices\ProvidePublicParameterlessSafeHandleConstructor.Fixer.cs (1)
24return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
114return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\InteropServices\UseManagedEquivalentsOfWin32Api.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.Fixer.cs (1)
25return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
45return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\PreferConvertToHexStringOverBitConverter.Fixer.cs (1)
37return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
24public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverCount.Fixer.cs (1)
21public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (1)
46public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\PreferReadOnlySpanOverSpan.Fixer.cs (1)
25public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\RecommendCaseInsensitiveStringComparison.Fixer.cs (1)
36public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseAsSpanInsteadOfRangeIndexer.Fixer.cs (1)
33return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UsePropertyInsteadOfCountMethodWhenAvailable.Fixer.cs (1)
39return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseSearchValues.Fixer.cs (1)
32public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseSpanClearInsteadOfFIll.Fixer.cs (1)
24return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseStartsWithInsteadOfIndexOfComparisonWithZero.Fixer.cs (1)
20=> WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseStringContainsCharOverloadWithSingleCharacters.Fixer.cs (1)
43return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Performance\UseStringMethodCharOverloadWithSingleCharacters.Fixer.cs (1)
35return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\AvoidConstArrays.Fixer.cs (1)
34public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\AvoidUnreliableStreamRead.Fixer.cs (1)
37return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\AvoidUnsealedAttributes.Fixer.cs (1)
49return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocations.Fixer.cs (1)
26return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\CallGCSuppressFinalizeCorrectly.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\DisposableTypesShouldDeclareFinalizer.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\DisposeMethodsShouldCallBaseClassDispose.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\DoNotLockOnObjectsWithWeakIdentity.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\DoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectly.Fixer.cs (1)
32return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\DoNotUseTimersThatPreventPowerStateChanges.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\ForwardCancellationTokenToInvocations.Fixer.cs (1)
50WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\InitializeStaticFieldsInline.Fixer.cs (1)
23return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\InstantiateArgumentExceptionsCorrectly.Fixer.cs (1)
27public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\MarkAllNonSerializableFields.Fixer.cs (1)
79return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\MarkISerializableTypesWithSerializable.Fixer.cs (1)
54return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\NormalizeStringsToUppercase.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferAsSpanOverSubstring.Fixer.cs (1)
95public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferConstCharOverConstUnitString.Fixer.cs (1)
24public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferDictionaryContainsMethods.Fixer.cs (1)
13public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferJsonElementParse.Fixer.cs (1)
27public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferStreamAsyncMemoryOverloads.Fixer.cs (1)
56WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferStringContainsOverIndexOf.Fixer.cs (1)
23public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\PreferTypedStringBuilderAppendOverloads.Fixer.cs (1)
24public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\ProvideDeserializationMethodsForOptionalFields.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\SealInternalTypes.Fixer.cs (1)
60public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\SpecifyCultureForToLowerAndToUpper.Fixer.cs (1)
66return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\SpecifyCultureInfo.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\SpecifyIFormatProvider.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\SpecifyStringComparison.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\TestForEmptyStringsUsingStringLength.Fixer.cs (1)
27return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\TestForNaNCorrectly.Fixer.cs (1)
26return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseCancellationTokenThrowIfCancellationRequested.Fixer.cs (1)
117public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseEnvironmentMembersFixer.cs (1)
26public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseOrdinalStringComparison.Fixer.cs (1)
107return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseRegexMembersFixer.cs (1)
31public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseSpanBasedStringConcat.Fixer.cs (1)
117public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Runtime\UseStringEqualsOverStringCompare.Fixer.cs (1)
65public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Tasks\DoNotCreateTaskCompletionSourceWithWrongArguments.Fixer.cs (1)
25public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Tasks\DoNotCreateTasksWithoutPassingATaskScheduler.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Tasks\DoNotUseWhenAllOrWaitAllWithSingleArgumentFixer.cs (1)
102public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Usage\DoNotCompareSpanToNull.Fixer.cs (1)
13public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Usage\DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNull.Fixer.cs (1)
68public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Usage\MissingShebangInFileBasedProgram.Fixer.cs (1)
13public override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Usage\PreferGenericOverloads.Fixer.cs (1)
25return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetCore.Analyzers\Usage\UseVolatileReadWrite.Fixer.cs (1)
98public sealed override FixAllProvider GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
Microsoft.NetFramework.Analyzers\AvoidDuplicateAccelerators.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetFramework.Analyzers\CallBaseClassMethodsOnISerializableTypes.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetFramework.Analyzers\DoNotMarkServicedComponentsWithWebMethod.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetFramework.Analyzers\SetLocaleForDataTypes.Fixer.cs (1)
20return WellKnownFixAllProviders.BatchFixer;
Microsoft.NetFramework.Analyzers\TypesShouldNotExtendCertainBaseTypes.Fixer.cs (1)
20return 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)
31Return WellKnownFixAllProviders.BatchFixer
Microsoft.CodeAnalysis.Workspaces (3)
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 (2)
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
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\AddMarshalAsToElementFixer.cs (1)
18public 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)
21return WellKnownFixAllProviders.BatchFixer;
ExportedPartsShouldHaveImportingConstructorCodeFixProvider.cs (1)
33=> WellKnownFixAllProviders.BatchFixer;
ImportingConstructorShouldBeObsoleteCodeFixProvider.cs (1)
30=> WellKnownFixAllProviders.BatchFixer;
PartsExportedWithMEFv2MustBeMarkedAsShared.Fixer.cs (1)
27return WellKnownFixAllProviders.BatchFixer;
TestExportsShouldNotBeDiscoverableCodeFixProvider.cs (1)
33=> WellKnownFixAllProviders.BatchFixer;
Roslyn.Diagnostics.CSharp.Analyzers (3)
CSharpAvoidOptSuffixForNullableEnableCodeCodeFixProvider.cs (1)
29=> WellKnownFixAllProviders.BatchFixer;
CSharpDoNotUseDebugAssertForInterpolatedStringsFixer.cs (1)
83public override FixAllProvider? GetFixAllProvider() => WellKnownFixAllProviders.BatchFixer;
PreferNullLiteralCodeFixProvider.cs (1)
31=> WellKnownFixAllProviders.BatchFixer;
System.Text.RegularExpressions.Generator (1)
UpgradeToGeneratedRegexCodeFixer.cs (1)
41public 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)
34Return WellKnownFixAllProviders.BatchFixer