7 references to Type
System.Web.Extensions (7)
UI\WebControls\Dynamic.cs (7)
230
hashCode ^= p.Name.GetHashCode() ^ p.
Type
.GetHashCode();
246
properties[i].
Type
!= other.properties[i].
Type
) return false;
339
FieldBuilder fb = tb.DefineField("_" + dp.Name, dp.
Type
, FieldAttributes.Private);
340
PropertyBuilder pb = tb.DefineProperty(dp.Name, PropertyAttributes.HasDefault, dp.
Type
, null);
343
dp.
Type
, Type.EmptyTypes);
350
null, new Type[] { dp.
Type
});