1 write to _project
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Configuration\ConfigurationUpdater.cs (1)
100_project = project;
8 references to _project
Microsoft.CodeAnalysis.Features (8)
CodeFixes\Configuration\ConfigurationUpdater.cs (8)
271return _project.Solution; 288var service = _project.Solution.Services.GetService<IAddSolutionItemService>(); 297? _project.TryGetAnalyzerConfigPathForDiagnosticConfiguration(_diagnostic) 298: _project.TryGetAnalyzerConfigPathForProjectConfiguration(); 304if (_project.Solution?.FilePath == null) 308return GetOrCreateAnalyzerConfigDocument(_project, analyzerConfigPath); 314var currentSolution = _project.Solution; 315foreach (var projectId in _project.Solution.ProjectIds)