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