1 write to _scripts
System.Web.Extensions (1)
UI\ScriptManager.cs (1)
735
_scripts
= new ScriptReferenceCollection();
4 references to _scripts
System.Web.Extensions (4)
UI\ScriptManager.cs (4)
734
if (
_scripts
== null) {
737
return
_scripts
;
1061
if (
_scripts
!= null) {
1062
foreach (ScriptReference scriptReference in
_scripts
) {