1 write to _project
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Configuration\ConfigurationUpdater.cs (1)
97_project = project;
7 references to _project
Microsoft.CodeAnalysis.Features (7)
CodeFixes\Configuration\ConfigurationUpdater.cs (7)
267return _project.Solution; 287? _project.TryGetAnalyzerConfigPathForDiagnosticConfiguration(_diagnostic) 288: _project.TryGetAnalyzerConfigPathForProjectConfiguration(); 294if (_project.Solution?.FilePath == null) 298return GetOrCreateAnalyzerConfigDocument(_project, analyzerConfigPath); 304var currentSolution = _project.Solution; 305foreach (var projectId in _project.Solution.ProjectIds)