3 references to OutputFileName
Microsoft.NET.Sdk.Razor.Tests (3)
MvcBuildIntegrationTest22.cs (1)
31
new FileInfo(Path.Combine(outputPath,
OutputFileName
)).Should().Exist();
MvcBuildIntegrationTestLegacy.cs (2)
33
new FileInfo(Path.Combine(outputPath,
OutputFileName
)).Should().Exist();
77
new FileInfo(Path.Combine(outputPath,
OutputFileName
)).Should().Exist();