1 implementation of Project
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
21public Project Project { get; }
11 references to Project
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (3)
FixAllGetFixesService.cs (3)
115var workspace = fixAllState.Project.Solution.Workspace; 132fixAllState.Project.Solution, 137fixAllState.Project.Language,
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Suggestions\FixAll\FixAllGetFixesService.cs (3)
115var workspace = fixAllState.Project.Solution.Workspace; 132fixAllState.Project.Solution, 137fixAllState.Project.Language,
Microsoft.CodeAnalysis.Features (2)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (2)
65var service = FixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 79var service = FixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>();
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixesAndRefactorings\FixAllLogger.cs (3)
70m[LanguageName] = fixAllState.Project.Language; 76m[LanguageName] = fixAllState.Project.Language.GetHashCode().ToString(); 83m[DocumentCount] = fixAllState.Project.DocumentIds.Count;