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