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