4 references to DefaultFolderPath
dotnet-format.UnitTests (4)
Formatters\AbstractFormatterTests.cs (4)
48
protected virtual string DefaultTestProjectPath => Path.Combine(
DefaultFolderPath
, $"{DefaultTestProjectName}.{DefaultFileExt}proj");
50
protected virtual string DefaultEditorConfigPath => Path.Combine(
DefaultFolderPath
, ".editorconfig");
52
protected virtual string DefaultFilePath => Path.Combine(
DefaultFolderPath
, $"{DefaultFilePathPrefix}0.{DefaultFileExt}");
343
solution = solution.AddDocument(documentId, newFileName, source, filePath: Path.Combine(
DefaultFolderPath
, newFileName));