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
)));
330
var updater = new AnalyzerSettingsUpdater(workspace,
EditorconfigPath
);
346
var updater = new OptionUpdater(workspace,
EditorconfigPath
);
354
EditorconfigPath
);
364
var editorconfig = solution.Projects.SelectMany(p => p.AnalyzerConfigDocuments.Where(a => a.FilePath ==
EditorconfigPath
)).Single();
381
var updater = new OptionUpdater(workspace,
EditorconfigPath
);
387
EditorconfigPath
);
401
var settingsProvider = settingsProviderFactory.GetForFile(
EditorconfigPath
);