3 writes to _type
System.Web (3)
Configuration\HttpHandlerAction.cs (3)
156
_type
= null;
159
_type
= ConfigUtil.GetType(Type, "type", this);
188
_type
= t;
4 references to _type
System.Web (4)
Configuration\HttpHandlerAction.cs (4)
123
return
_type
;
161
if (!ConfigUtil.IsTypeHandlerOrFactory(
_type
)) {
178
if (
_type
== null) {
191
return HttpRuntime.CreateNonPublicInstanceByWebObjectActivator(
_type
);