2 writes to _type
System.Web (2)
httpstaticobjectscollection.cs (2)
241
_type
= t;
248
_type
= instance.GetType();
2 references to _type
System.Web (2)
httpstaticobjectscollection.cs (2)
257
get { return
_type
;}
277
_instance = Activator.CreateInstance(
_type
);