5 writes to _scope
System.Web (5)
UI\ObjectTag.cs (5)
69
_scope
= ObjectTagScope.Default;
71
_scope
= ObjectTagScope.Page;
73
_scope
= ObjectTagScope.Session;
75
_scope
= ObjectTagScope.Application;
77
_scope
= ObjectTagScope.AppInstance;
1 reference to _scope
System.Web (1)
UI\ObjectTag.cs (1)
180
get { return
_scope
; }