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