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