2 instantiations of CompileToAssemblyResult
Microsoft.AspNetCore.Razor.Test.Common.Tooling (2)
Language\IntegrationTests\RazorToolingIntegrationTestBase.cs (2)
291return new CompileToAssemblyResult 302return new CompileToAssemblyResult
3 references to CompileToAssemblyResult
Microsoft.AspNetCore.Razor.Test.Common.Tooling (3)
Language\IntegrationTests\RazorToolingIntegrationTestBase.cs (3)
210var tempAssembly = CompileToAssembly(declaration, throwOnFailure); 260protected CompileToAssemblyResult CompileToAssembly(string cshtmlRelativePath, string cshtmlContent) 266protected static CompileToAssemblyResult CompileToAssembly(CompileToCSharpResult cSharpResult, bool throwOnFailure = true)