33 references to ContainingMember
BuildActionTelemetryTable (1)
src\Workspaces\Core\Portable\Shared\Extensions\TelemetryExtensions.cs (1)
48FixAllScope.ContainingMember => 5,
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
19[FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
24FixAllScope.ContainingMember => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_member, title),
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
AddFileBanner\AddFileBannerTests_FixAll.cs (1)
299[InlineData(FixAllScope.ContainingMember)]
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
27FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType);
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
48FixAllScope.ContainingMember => FeaturesResources.Containing_Member,
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (2)
232if (scope is FixAllScope.ContainingMember or FixAllScope.ContainingType) 609if (scope is FixAllScope.ContainingMember or FixAllScope.ContainingType)
Microsoft.CodeAnalysis.Workspaces (23)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (2)
32FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType); 58FixAllScope.Project or FixAllScope.ContainingMember or FixAllScope.ContainingType);
CodeFixes\FixAllOccurrences\FixAllContext.cs (4)
96/// This overload cannot be used with <see cref="FixAllScope.ContainingMember"/> or 125if (scope is FixAllScope.ContainingMember or FixAllScope.ContainingType) 135/// using <see cref="FixAllScope.ContainingMember"/> or <see cref="FixAllScope.ContainingType"/> 205if (scope is FixAllScope.ContainingMember or FixAllScope.ContainingType)
CodeFixes\FixAllOccurrences\FixAllContext.SpanBasedDiagnosticProvider.cs (1)
21/// We need to compute diagnostics for a span when applying a fix all operation in <see cref="FixAllScope.ContainingMember"/>
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
45case FixAllScope.ContainingMember or FixAllScope.ContainingType:
CodeFixes\FixAllOccurrences\FixAllState.cs (1)
40Debug.Assert(diagnosticSpan.HasValue || scope is not FixAllScope.ContainingMember or FixAllScope.ContainingType);
CodeFixes\FixAllOccurrences\WellKnownFixAllProviders.cs (1)
20/// <see cref="FixAllScope.ContainingMember"/> and <see cref="FixAllScope.ContainingType"/>.
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (1)
37FixAllScope.Document or FixAllScope.ContainingMember or FixAllScope.ContainingType
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
80fixAllContext.Scope is FixAllScope.Document or FixAllScope.Project or FixAllScope.ContainingMember or FixAllScope.ContainingType);
CodeRefactorings\FixAllOccurences\DocumentBasedFixAllProvider.cs (1)
85or FixAllScope.ContainingMember or FixAllScope.ContainingType);
CodeRefactorings\FixAllOccurences\FixAllState.cs (2)
25/// to compute fix all spans for <see cref="FixAllScope.ContainingMember"/> 95case FixAllScope.ContainingType or FixAllScope.ContainingMember:
CodeRefactorings\SyntaxEditorBasedCodeRefactoringProvider.cs (1)
20protected static readonly ImmutableArray<FixAllScope> AllFixAllScopes = [FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution, FixAllScope.ContainingType, FixAllScope.ContainingMember];
LanguageServices\FixAllSpanMappingService\AbstractFixAllSpanMappingService.cs (2)
25Contract.ThrowIfFalse(fixAllScope is FixAllScope.ContainingMember or FixAllScope.ContainingType); 27var fixAllInContainingMember = fixAllScope == FixAllScope.ContainingMember;
LanguageServices\FixAllSpanMappingService\IFixAllSpanMappingService.cs (2)
16/// Every language that wants to support span based FixAll scopes, such as <see cref="FixAllScope.ContainingMember"/>, 27/// Note that this API is only invoked for span based FixAll scopes, i.e. <see cref="FixAllScope.ContainingMember"/>
Shared\Extensions\TelemetryExtensions.cs (1)
48FixAllScope.ContainingMember => 5,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
19[FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
24FixAllScope.ContainingMember => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_member, title),
Microsoft.Interop.ComInterfaceGenerator (1)
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (1)
52case FixAllScope.ContainingMember:
Microsoft.Interop.LibraryImportGenerator (1)
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (1)
52case FixAllScope.ContainingMember: