1 write to _profileServiceManager
System.Web.Extensions (1)
UI\ScriptManager.cs (1)
656
_profileServiceManager
= new ProfileServiceManager();
3 references to _profileServiceManager
System.Web.Extensions (3)
UI\ScriptManager.cs (3)
540
return this.
_profileServiceManager
!= null;
655
if (
_profileServiceManager
== null) {
658
return
_profileServiceManager
;