1 write to s_projectPath
Microsoft.VisualStudio.Razor.IntegrationTests (1)
Formatting\FormatDocumentTests.cs (1)
67
s_projectPath
??= TestProject.GetProjectDirectory(typeof(FormatDocumentTests), layer: TestProject.Layer.Tooling, useCurrentDirectory: true);
1 reference to s_projectPath
Microsoft.VisualStudio.Razor.IntegrationTests (1)
Formatting\FormatDocumentTests.cs (1)
68
var path = Path.Combine(
s_projectPath
, "Formatting", "TestFiles", "Expected");