2 references to s_codeStyleSolutionPath
dotnet-format.UnitTests (2)
CodeFormatterTests.cs (2)
32
private static readonly string s_codeStyleSolutionFilePath = Path.Combine(
s_codeStyleSolutionPath
, "codestyle_solution.sln");
34
private static readonly string s_codeStyleSolutionFilterFilePath = Path.Combine(
s_codeStyleSolutionPath
, "codestyle_solution_filter.slnf");