Implemented interface member:
property
Scope
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllContext.Scope
8 references to Scope
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
32var diagnostics = fixAllContext.Scope switch
FixAllContextExtensions.cs (1)
23=> FixAllHelper.GetDefaultFixAllTitle(context.Scope, title: context.DiagnosticIds.First(), context.Document!, context.Project);
Microsoft.CodeAnalysis.Features (1)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
32var diagnostics = fixAllContext.Scope switch
Microsoft.CodeAnalysis.Workspaces (5)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
59Contract.ThrowIfFalse(fixAllContext.Scope is FixAllScope.Document or
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
77switch (fixAllContext.Scope)
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (2)
33switch (fixAllContext.Scope) 54diagnosticSpan.Value, fixAllContext.Scope, fixAllContext.CancellationToken).ConfigureAwait(false);
FixAllContextExtensions.cs (1)
23=> FixAllHelper.GetDefaultFixAllTitle(context.Scope, title: context.DiagnosticIds.First(), context.Document!, context.Project);