58 references to Project
BuildActionTelemetryTable (1)
src\Workspaces\Core\Portable\Shared\Extensions\TelemetryExtensions.cs (1)
45
FixAllScope.
Project
=> 2,
Microsoft.Analyzers.Extra.Tests (1)
Resources\RoslynTestUtils.cs (1)
444
scope: FixAllScope.
Project
,
Microsoft.Analyzers.Local.Tests (1)
Resources\RoslynTestUtils.cs (1)
445
scope: FixAllScope.
Project
,
Microsoft.CodeAnalysis.Analyzers (6)
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.FixAllProvider.cs (1)
38
case FixAllScope.
Project
:
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.CustomFixAllProvider.cs (1)
51
case FixAllScope.
Project
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextHelper.cs (1)
66
case FixAllScope.
Project
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
20
[FixAllScope.Document, FixAllScope.
Project
, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
21
FixAllScope.
Project
=> string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\IFixAllSpanMappingService.cs (1)
18
/// such as <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.
Project
"/> and <see cref="FixAllScope.Solution"/>
Microsoft.CodeAnalysis.BannedApiAnalyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextHelper.cs (1)
66
case FixAllScope.
Project
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
20
[FixAllScope.Document, FixAllScope.
Project
, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
21
FixAllScope.
Project
=> string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\IFixAllSpanMappingService.cs (1)
18
/// such as <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.
Project
"/> and <see cref="FixAllScope.Solution"/>
Microsoft.CodeAnalysis.CodeStyle.Fixes (5)
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
33
FixAllScope.
Project
=> await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.Project).ConfigureAwait(false),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextHelper.cs (1)
66
case FixAllScope.
Project
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
20
[FixAllScope.Document, FixAllScope.
Project
, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
21
FixAllScope.
Project
=> string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\IFixAllSpanMappingService.cs (1)
18
/// such as <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.
Project
"/> and <see cref="FixAllScope.Solution"/>
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\CodeCleanupTests.TestFixers.cs (1)
133
=> [FixAllScope.
Project
, FixAllScope.Solution, FixAllScope.Custom];
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
24
=> [FixAllScope.Document, FixAllScope.
Project
, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
59
FixAllScope.
Project
=> FeaturesResources.Project,
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
33
FixAllScope.
Project
=> await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.Project).ConfigureAwait(false),
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextHelper.cs (1)
66
case FixAllScope.
Project
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
20
[FixAllScope.Document, FixAllScope.
Project
, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
21
FixAllScope.
Project
=> string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\IFixAllSpanMappingService.cs (1)
18
/// such as <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.
Project
"/> and <see cref="FixAllScope.Solution"/>
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (3)
AnnotatePublicApiFix.cs (1)
216
case FixAllScope.
Project
:
DeclarePublicApiFix.cs (1)
367
case FixAllScope.
Project
:
NullableEnablePublicApiFix.cs (1)
128
case FixAllScope.
Project
:
Microsoft.CodeAnalysis.Workspaces (16)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (2)
31
=> [FixAllScope.Document, FixAllScope.
Project
, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
57
FixAllScope.
Project
or FixAllScope.ContainingMember or FixAllScope.ContainingType);
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
80
case FixAllScope.
Project
:
CodeFixes\FixAllOccurrences\FixAllProvider.cs (1)
22
= [FixAllScope.Document, FixAllScope.
Project
, FixAllScope.Solution];
CodeFixes\FixAllOccurrences\WellKnownFixAllProviders.cs (1)
19
/// <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.
Project
"/>, <see cref="FixAllScope.Solution"/>
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (2)
38
FixAllScope.
Project
=> await GetProjectFixesAsync(fixAllContext, fixAllContextsAsync).ConfigureAwait(false),
87
sortedProjects.SelectAsArray(p => (TFixAllContext)fixAllContext.With((document: null, project: p), scope: FixAllScope.
Project
)));
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
77
fixAllContext.State.Scope is FixAllScope.Document or FixAllScope.
Project
or FixAllScope.ContainingMember or FixAllScope.ContainingType);
CodeFixesAndRefactorings\FixAllLogger.cs (1)
81
case CodeFixes.FixAllScope.
Project
:
CodeRefactorings\FixAllOccurences\RefactorAllScope.cs (2)
73
RefactorAllScope.Project => FixAllScope.
Project
,
85
FixAllScope.
Project
=> RefactorAllScope.Project,
Shared\Extensions\TelemetryExtensions.cs (1)
45
FixAllScope.
Project
=> 2,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextHelper.cs (1)
66
case FixAllScope.
Project
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
20
[FixAllScope.Document, FixAllScope.
Project
, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
21
FixAllScope.
Project
=> string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\IFixAllSpanMappingService.cs (1)
18
/// such as <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.
Project
"/> and <see cref="FixAllScope.Solution"/>
Microsoft.Interop.ComInterfaceGenerator (2)
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (2)
21
case FixAllScope.
Project
:
55
case FixAllScope.
Project
:
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\CustomMarshallerAttributeFixer.cs (1)
93
case FixAllScope.
Project
:
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (2)
21
case FixAllScope.
Project
:
55
case FixAllScope.
Project
:
Roslyn.Diagnostics.Analyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextHelper.cs (1)
66
case FixAllScope.
Project
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
20
[FixAllScope.Document, FixAllScope.
Project
, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
21
FixAllScope.
Project
=> string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\IFixAllSpanMappingService.cs (1)
18
/// such as <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.
Project
"/> and <see cref="FixAllScope.Solution"/>
Text.Analyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextHelper.cs (1)
66
case FixAllScope.
Project
:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
20
[FixAllScope.Document, FixAllScope.
Project
, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
21
FixAllScope.
Project
=> string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\IFixAllSpanMappingService.cs (1)
18
/// such as <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.
Project
"/> and <see cref="FixAllScope.Solution"/>