12 references to AssemblyPart
Microsoft.AspNetCore.Mvc (1)
MvcServiceCollectionExtensions.cs (1)
342: base(assembly)
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationParts\DefaultApplicationPartFactory.cs (1)
30yield return new AssemblyPart(assembly);
Microsoft.AspNetCore.Mvc.Core.Test (3)
ApplicationParts\AssemblyPartTest.cs (3)
12var part = new AssemblyPart(typeof(AssemblyPartTest).Assembly); 26var part = new AssemblyPart(assembly); 41var part = new AssemblyPart(assembly);
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (4)
AssemblyPartExtensionTest.cs (3)
16var part = new AssemblyPart(assembly); 34var part = new AssemblyPart(assembly); 52var part = new AssemblyPart(assembly);
RuntimeViewCompilerTest.cs (1)
852applicationPartManager.ApplicationParts.Add(new AssemblyPart(assembly));
Microsoft.AspNetCore.Mvc.Razor.Test (3)
ApplicationParts\RazorCompiledItemFeatureProviderTest.cs (3)
19var part1 = new AssemblyPart(typeof(RazorCompiledItemFeatureProviderTest).Assembly); 47var part1 = new AssemblyPart(assembly); 98var part1 = new AssemblyPart(typeof(RazorCompiledItemFeatureProviderTest).Assembly);