5 references to Type
Microsoft.AspNetCore.Identity.UI (3)
IdentityBuilderUIExtensions.cs (3)
121
if (descriptor.
Type
?.FullName?.Contains("V5", StringComparison.Ordinal) is true)
133
if (descriptor.
Type
?.FullName?.Contains("V4", StringComparison.Ordinal) is true)
157
desc.
Type
?.Assembly == typeof(IdentityBuilderUIExtensions).Assembly;
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\DefaultRazorPageFactoryProvider.cs (1)
41
var viewType = viewDescriptor.
Type
;
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\CompiledPageActionDescriptorFactory.cs (1)
37
var context = new PageApplicationModelProviderContext(actionDescriptor, viewDescriptor.
Type
!.GetTypeInfo());