2 writes to _lateBound
System.Web (2)
UI\ObjectTag.cs (2)
112
_lateBound
= true;
148
_lateBound
= true;
2 references to _lateBound
System.Web (2)
UI\ObjectTag.cs (2)
188
get { return
_lateBound
;}
192
get { return
_lateBound
? typeof(object) : ObjectType; }