2 writes to _registeredClientStartupScripts
System.Web (2)
UI\ClientScriptManager.cs (2)
955
RegisterScriptBlock(key, script, ref
_registeredClientStartupScripts
, ref _clientStartupScripts, false);
958
RegisterScriptBlock(key, script, ref
_registeredClientStartupScripts
, ref _clientStartupScripts, true);
2 references to _registeredClientStartupScripts
System.Web (2)
UI\ClientScriptManager.cs (2)
617
return (
_registeredClientStartupScripts
!= null
618
&& (
_registeredClientStartupScripts
.Contains(CreateScriptKey(type, key))));