3 references to CompileToAssembly
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
IntegrationTests\ComponentFilePathIntegrationTest.cs (2)
20
var result =
CompileToAssembly
("Filename with spaces.cshtml", "");
39
var result =
CompileToAssembly
(relativePath, "");
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\RazorIntegrationTestBase.cs (1)
411
var assemblyResult =
CompileToAssembly
(DefaultFileName, cshtmlSource);