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