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