1 write to Type
Microsoft.AspNetCore.Razor.Runtime (1)
Hosting\RazorCompiledItemAttribute.cs (1)
28Type = type;
3 references to Type
Microsoft.AspNetCore.Razor.Runtime (3)
Hosting\RazorCompiledItemAttribute.cs (2)
15/// <param name="type">The <see cref="Type"/> of the compiled item.</param> 46/// Gets the <see cref="Type"/> of the compiled item. The type should be contained in the assembly associated
Hosting\RazorCompiledItemLoader.cs (1)
56return new DefaultRazorCompiledItem(attribute.Type, attribute.Kind, attribute.Identifier);