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