1 instantiation of CompileToAssemblyResult
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\RazorIntegrationTestBase.cs (1)
387return new CompileToAssemblyResult
16 references to CompileToAssemblyResult
Microsoft.AspNetCore.Razor.Language.UnitTests (9)
IntegrationTests\ComponentCodeGenerationTestBase.cs (7)
1542var compiled = CompileToAssembly(generated); 2391var result = CompileToAssembly(generated); 5090var result = CompileToAssembly(generated); 5121var result = CompileToAssembly(generated); 5340var result = CompileToAssembly(generated); 5378var result = CompileToAssembly(generated); 5653var result = CompileToAssembly(generated);
IntegrationTests\ComponentFilePathIntegrationTest.cs (2)
20var result = CompileToAssembly("Filename with spaces.cshtml", ""); 39var result = CompileToAssembly(relativePath, "");
Microsoft.AspNetCore.Razor.Test.Common (7)
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (1)
216protected void AssertSequencePointsMatchBaseline(CompileToAssemblyResult result, RazorCodeDocument codeDocument, [CallerMemberName] string testName = "")
Language\IntegrationTests\RazorIntegrationTestBase.cs (6)
296var tempAssembly = CompileToAssembly(declaration, expectedDiagnostics: expectedCSharpDiagnostics); 359protected CompileToAssemblyResult CompileToAssembly(string cshtmlRelativePath, string cshtmlContent) 365protected static CompileToAssemblyResult CompileToAssembly(CompileToCSharpResult cSharpResult, params DiagnosticDescription[] expectedDiagnostics) 370protected static CompileToAssemblyResult CompileToAssembly(CompileToCSharpResult cSharpResult, Action<IEnumerable<Diagnostic>> verifyDiagnostics) 411var assemblyResult = CompileToAssembly(DefaultFileName, cshtmlSource); 428protected INamedTypeSymbol CompileToComponent(CompileToAssemblyResult assemblyResult, string fullTypeName)