1 write to s_SingletonInstance
System.Web (1)
Profile\HttpProfileBase.cs (1)
192
s_SingletonInstance
= new DefaultProfile();
5 references to s_SingletonInstance
System.Web (5)
Profile\HttpProfileBase.cs (5)
187
if (
s_SingletonInstance
!= null)
188
return
s_SingletonInstance
;
191
if (
s_SingletonInstance
== null)
193
return
s_SingletonInstance
;
279
internal static ProfileBase SingletonInstance { get { return
s_SingletonInstance
; } }