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)
84
if (!
_workspace
.CurrentSolution.Projects.Any(p => p.Language is LanguageNames.CSharp or LanguageNames.VisualBasic))
91
if (!
_workspace
.CurrentSolution.Projects.Any(p => p.AnalyzerConfigDocuments.Any(editorconfig => StringComparer.OrdinalIgnoreCase.Equals(editorconfig.FilePath, filePath))))
149
_workspace
);