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))); 314var updater = new AnalyzerSettingsUpdater(workspace, EditorconfigPath); 330var updater = new OptionUpdater(workspace, EditorconfigPath); 338EditorconfigPath); 348var editorconfig = solution.Projects.SelectMany(p => p.AnalyzerConfigDocuments.Where(a => a.FilePath == EditorconfigPath)).Single(); 365var updater = new OptionUpdater(workspace, EditorconfigPath); 371EditorconfigPath); 385var settingsProvider = settingsProviderFactory.GetForFile(EditorconfigPath);