7 references to ContainingType
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToExtension\ConvertToExtensionFixAllProvider.cs (1)
26[RefactorAllScope.Document, RefactorAllScope.Project, RefactorAllScope.Solution, RefactorAllScope.ContainingType])
Microsoft.CodeAnalysis.Workspaces (6)
CodeRefactorings\FixAllOccurences\DocumentBasedRefactorAllProvider.cs (1)
87or RefactorAllScope.ContainingMember or RefactorAllScope.ContainingType);
CodeRefactorings\FixAllOccurences\RefactorAllScope.cs (2)
77RefactorAllScope.ContainingType => FixAllScope.ContainingType, 89FixAllScope.ContainingType => RefactorAllScope.ContainingType,
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (2)
25/// cref="RefactorAllScope.ContainingMember"/> and <see cref="RefactorAllScope.ContainingType"/> scopes. 94case RefactorAllScope.ContainingType or RefactorAllScope.ContainingMember:
CodeRefactorings\SyntaxEditorBasedCodeRefactoringProvider.cs (1)
19protected static readonly ImmutableArray<RefactorAllScope> AllRefactorAllScopes = [RefactorAllScope.Document, RefactorAllScope.Project, RefactorAllScope.Solution, RefactorAllScope.ContainingType, RefactorAllScope.ContainingMember];