2 writes to _clientScriptBlocks
System.Web (2)
UI\ClientScriptManager.cs (2)
949RegisterScriptBlock(key, script, ref _registeredClientScriptBlocks, ref _clientScriptBlocks, false); 952RegisterScriptBlock(key, script, ref _registeredClientScriptBlocks, ref _clientScriptBlocks, true);
2 references to _clientScriptBlocks
System.Web (2)
UI\ClientScriptManager.cs (2)
1128if (_clientScriptBlocks != null) { 1129inScriptBlock = RenderRegisteredScripts(writer, _clientScriptBlocks, true);