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)
188get { return _lateBound;} 192get { return _lateBound ? typeof(object) : ObjectType; }