3 writes to _instance
System.Web (3)
httpstaticobjectscollection.cs (3)
243
_instance
= null;
249
_instance
= instance;
277
_instance
= Activator.CreateInstance(_type);
4 references to _instance
System.Web (4)
httpstaticobjectscollection.cs (4)
269
get { return(
_instance
!= null);}
274
if (
_instance
== null) {
276
if (
_instance
== null)
281
return
_instance
;