2 writes to Item
Microsoft.AspNetCore.Mvc.Razor (2)
Compilation\CompiledViewDescriptor.cs (2)
29
Item
= item;
49
Item
= item;
5 references to Item
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\CompiledViewDescriptor.cs (1)
98
public Type? Type =>
Item
?.Type;
Microsoft.AspNetCore.Mvc.RazorPages (4)
ApplicationModels\CompiledPageRouteModelProvider.cs (4)
71
if (viewDescriptor.
Item
!= null)
73
return viewDescriptor.
Item
.Kind == RazorPageDocumentKind;
122
if (viewDescriptor.
Item
!= null)
124
return viewDescriptor.
Item
.Metadata