1 write to UnderlyingField
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingFieldInfo.cs (1)
16
UnderlyingField
= field;
27 references to UnderlyingField
System.Reflection.Context (27)
System\Reflection\Context\Custom\AttributeUtils.cs (1)
117
FieldInfo provider = field.
UnderlyingField
;
System\Reflection\Context\Delegation\DelegatingFieldInfo.cs (23)
21
get { return
UnderlyingField
.Attributes; }
26
get { return
UnderlyingField
.DeclaringType; }
31
get { return
UnderlyingField
.FieldHandle; }
36
get { return
UnderlyingField
.FieldType; }
41
get { return
UnderlyingField
.IsSecurityCritical; }
46
get { return
UnderlyingField
.IsSecuritySafeCritical; }
51
get { return
UnderlyingField
.IsSecurityTransparent; }
56
get { return
UnderlyingField
.MetadataToken; }
61
get { return
UnderlyingField
.Module; }
66
get { return
UnderlyingField
.Name; }
71
get { return
UnderlyingField
.ReflectedType; }
78
return
UnderlyingField
.GetCustomAttributes(attributeType, inherit);
83
return
UnderlyingField
.GetCustomAttributes(inherit);
88
return
UnderlyingField
.GetCustomAttributesData();
93
return
UnderlyingField
.GetOptionalCustomModifiers();
98
return
UnderlyingField
.GetRawConstantValue();
103
return
UnderlyingField
.GetRequiredCustomModifiers();
108
return
UnderlyingField
.GetValue(obj);
113
return
UnderlyingField
.GetValueDirect(obj);
118
return
UnderlyingField
.IsDefined(attributeType, inherit);
123
UnderlyingField
.SetValue(obj, value, invokeAttr, binder, culture);
128
UnderlyingField
.SetValueDirect(obj, value);
133
return
UnderlyingField
.ToString();
System\Reflection\Context\Projection\ProjectingFieldInfo.cs (3)
77
UnderlyingField
.Equals(other.
UnderlyingField
);
82
return Projector.GetHashCode() ^
UnderlyingField
.GetHashCode();