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