8 references to EditorconfigPath
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
EditorConfigSettings\Updater\SettingsUpdaterTests.cs (8)
43.AddAnalyzerConfigDocument(DocumentId.CreateNewId(projectId), "editorcfg", SourceText.From(""), filePath: EditorconfigPath))); 330var updater = new AnalyzerSettingsUpdater(workspace, EditorconfigPath); 346var updater = new OptionUpdater(workspace, EditorconfigPath); 354EditorconfigPath); 364var editorconfig = solution.Projects.SelectMany(p => p.AnalyzerConfigDocuments.Where(a => a.FilePath == EditorconfigPath)).Single(); 381var updater = new OptionUpdater(workspace, EditorconfigPath); 387EditorconfigPath); 401var settingsProvider = settingsProviderFactory.GetForFile(EditorconfigPath);