1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorFactory.cs (1)
49_workspace = workspace;
3 references to _workspace
Microsoft.VisualStudio.LanguageServices (3)
EditorConfigSettings\SettingsEditorFactory.cs (3)
84if (!_workspace.CurrentSolution.Projects.Any(p => p.Language is LanguageNames.CSharp or LanguageNames.VisualBasic)) 91if (!_workspace.CurrentSolution.Projects.Any(p => p.AnalyzerConfigDocuments.Any(editorconfig => StringComparer.OrdinalIgnoreCase.Equals(editorconfig.FilePath, filePath)))) 149_workspace);