UI\ClientScriptManager.cs (4)
949RegisterScriptBlock(key, script, ref _registeredClientScriptBlocks, ref _clientScriptBlocks, false);
952RegisterScriptBlock(key, script, ref _registeredClientScriptBlocks, ref _clientScriptBlocks, true);
955RegisterScriptBlock(key, script, ref _registeredClientStartupScripts, ref _clientStartupScripts, false);
958RegisterScriptBlock(key, script, ref _registeredClientStartupScripts, ref _clientStartupScripts, true);