38 references to Project
BuildActionTelemetryTable (1)
TelemetryExtensions.cs (1)
45FixAllScope.Project => 2,
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
35FixAllScope.Project => await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.Project).ConfigureAwait(false),
FixAllHelper.cs (1)
22FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
SyntaxEditorBasedCodeFixProvider.cs (1)
20ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution,
Microsoft.CodeAnalysis.CodeStyle.LegacyTestFramework.UnitTestUtilities (1)
AbstractCodeActionOrUserDiagnosticTest.cs (1)
945"FixAllInProject" => FixAllScope.Project,
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\CodeCleanupTests.TestFixers.cs (1)
138return new[] { FixAllScope.Project, FixAllScope.Solution, FixAllScope.Custom };
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertNamespace\ConvertNamespaceCodeRefactoringProvider.cs (1)
36=> ImmutableArray.Create(FixAllScope.Project, FixAllScope.Solution);
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
CodeActions\AbstractCodeActionOrUserDiagnosticTest.cs (1)
945"FixAllInProject" => FixAllScope.Project,
Microsoft.CodeAnalysis.Features (4)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
35FixAllScope.Project => await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.Project).ConfigureAwait(false),
AddFileBanner\AbstractAddFileBannerCodeRefactoringProvider.cs (1)
36= ImmutableArray.Create(FixAllScope.Project, FixAllScope.Solution);
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
26=> ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project,
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
47FixAllScope.Project => FeaturesResources.Project,
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Formatting\CodeCleanUpTests.vb (1)
685Return {FixAllScope.Project, FixAllScope.Solution, FixAllScope.Custom}
Microsoft.CodeAnalysis.Workspaces (21)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (2)
33=> ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project, 60FixAllScope.Project or FixAllScope.ContainingMember or FixAllScope.ContainingType);
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
79case FixAllScope.Project:
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
61case FixAllScope.Project:
CodeFixes\FixAllOccurrences\FixAllProvider.cs (2)
22= ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution); 28/// (b) <see cref="FixAllScope.Project"/> and
CodeFixes\FixAllOccurrences\WellKnownFixAllProviders.cs (1)
19/// <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.Project"/>, <see cref="FixAllScope.Solution"/>
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (2)
33FixAllScope.Project => await GetProjectFixesAsync(fixAllContext, fixAllContextsAsync).ConfigureAwait(false), 82sortedProjects.SelectAsArray(p => (TFixAllContext)fixAllContext.With((document: null, project: p), scope: FixAllScope.Project)));
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
47Contract.ThrowIfFalse(fixAllContext.Scope is FixAllScope.Document or FixAllScope.Project
CodeFixesAndRefactorings\FixAllLogger.cs (1)
82case CodeFixes.FixAllScope.Project:
CodeRefactorings\FixAllOccurences\DocumentBasedFixAllProvider.cs (1)
90Contract.ThrowIfFalse(fixAllContext.Scope is FixAllScope.Document or FixAllScope.Project
CodeRefactorings\FixAllOccurences\FixAllProvider.cs (2)
26= ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution); 32/// (b) <see cref="FixAllScope.Project"/> and
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
116case FixAllScope.Project:
CodeRefactorings\SyntaxEditorBasedCodeRefactoringProvider.cs (2)
20FixAllScope.Project, FixAllScope.Solution); 22FixAllScope.Project, FixAllScope.Solution, FixAllScope.ContainingType, FixAllScope.ContainingMember);
FixAllHelper.cs (1)
22FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
LanguageServices\FixAllSpanMappingService\IFixAllSpanMappingService.cs (1)
18/// such as <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.Project"/> and <see cref="FixAllScope.Solution"/>
Shared\Extensions\TelemetryExtensions.cs (1)
45FixAllScope.Project => 2,
SyntaxEditorBasedCodeFixProvider.cs (1)
20ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution,
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (4)
CSharp\CSharpCodeActions.cs (4)
259fixAllScope: FixAllScope.Project, 286fixAllScope: FixAllScope.Project, 329[InlineData(FixAllScope.Project)] 416[InlineData(FixAllScope.Project)]