32 references to ContainingType
BuildActionTelemetryTable (1)
src\Workspaces\Core\Portable\Shared\Extensions\TelemetryExtensions.cs (1)
49FixAllScope.ContainingType => 6,
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)
25FixAllScope.ContainingType => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_type, title),
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
AddFileBanner\AddFileBannerTests_FixAll.cs (1)
300[InlineData(FixAllScope.ContainingType)]
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
27FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType);
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
49FixAllScope.ContainingType => FeaturesResources.Containing_Type,
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 (22)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (2)
32FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType); 58FixAllScope.Project or FixAllScope.ContainingMember or FixAllScope.ContainingType);
CodeFixes\FixAllOccurrences\FixAllContext.cs (4)
97/// <see cref="FixAllScope.ContainingType"/> value for the <paramref name="scope"/>. 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)
22/// and <see cref="FixAllScope.ContainingType"/> scopes.
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)
26/// and <see cref="FixAllScope.ContainingType"/> scopes. 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 (1)
25Contract.ThrowIfFalse(fixAllScope is FixAllScope.ContainingMember or FixAllScope.ContainingType);
LanguageServices\FixAllSpanMappingService\IFixAllSpanMappingService.cs (2)
17/// <see cref="FixAllScope.ContainingType"/>, should implement this language service. Non-span based FixAll scopes, 28/// and <see cref="FixAllScope.ContainingType"/>.
Shared\Extensions\TelemetryExtensions.cs (1)
49FixAllScope.ContainingType => 6,
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)
25FixAllScope.ContainingType => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_type, title),
Microsoft.Interop.ComInterfaceGenerator (1)
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (1)
53case FixAllScope.ContainingType:
Microsoft.Interop.LibraryImportGenerator (1)
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (1)
53case FixAllScope.ContainingType: