3 references to CompiledAssembly
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\IntegrationTests\IntegrationTestBase.cs (3)
280return new CompiledAssembly(compilation, code.CodeDocument, assembly: null); 296return new CompiledAssembly(compilation, code.CodeDocument, assembly: null) 302return new CompiledAssembly(compilation, code.CodeDocument, Assembly.Load(peStream.ToArray()));