5 references to s_unformattedProjectPath
dotnet-format.UnitTests (5)
CodeFormatterTests.cs (5)
21private static readonly string s_unformattedProjectFilePath = Path.Combine(s_unformattedProjectPath, "unformatted_project.csproj"); 22private static readonly string s_unformattedProgramFilePath = Path.Combine(s_unformattedProjectPath, "program.cs"); 191var include = new[] { s_unformattedProjectPath + Path.DirectorySeparatorChar }; 221var include = new[] { Path.Combine(s_unformattedProjectPath, "does_not_exist.cs") }; 363var exclude = new[] { s_unformattedProjectPath };