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