3 references to Load
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
AssemblyPartExtensions.cs (1)
28var dependencyContext = DependencyContext.Load(assembly);
CSharpCompiler.cs (1)
94var dependencyContext = DependencyContext.Load(applicationAssembly);
Microsoft.Extensions.DependencyModel (1)
DependencyContext.cs (1)
73return Load(entryAssembly);