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)
87
or RefactorAllScope.ContainingMember or RefactorAllScope.
ContainingType
);
CodeRefactorings\FixAllOccurences\RefactorAllScope.cs (2)
77
RefactorAllScope.
ContainingType
=> FixAllScope.ContainingType,
89
FixAllScope.ContainingType => RefactorAllScope.
ContainingType
,
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (2)
25
/// cref="RefactorAllScope.ContainingMember"/> and <see cref="RefactorAllScope.
ContainingType
"/> scopes.
94
case RefactorAllScope.
ContainingType
or RefactorAllScope.ContainingMember:
CodeRefactorings\SyntaxEditorBasedCodeRefactoringProvider.cs (1)
19
protected static readonly ImmutableArray<RefactorAllScope> AllRefactorAllScopes = [RefactorAllScope.Document, RefactorAllScope.Project, RefactorAllScope.Solution, RefactorAllScope.
ContainingType
, RefactorAllScope.ContainingMember];