1 write to UnderlyingConstructor
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (1)
16
UnderlyingConstructor
= constructor;
29 references to UnderlyingConstructor
System.Reflection.Context (29)
System\Reflection\Context\Custom\AttributeUtils.cs (1)
93
ConstructorInfo provider = constructor.
UnderlyingConstructor
;
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (25)
21
get { return
UnderlyingConstructor
.Attributes; }
26
get { return
UnderlyingConstructor
.CallingConvention; }
31
get { return
UnderlyingConstructor
.ContainsGenericParameters; }
36
get { return
UnderlyingConstructor
.DeclaringType; }
41
get { return
UnderlyingConstructor
.IsGenericMethod; }
46
get { return
UnderlyingConstructor
.IsGenericMethodDefinition; }
51
get { return
UnderlyingConstructor
.IsSecurityCritical; }
56
get { return
UnderlyingConstructor
.IsSecuritySafeCritical; }
61
get { return
UnderlyingConstructor
.IsSecurityTransparent; }
66
get { return
UnderlyingConstructor
.MetadataToken; }
71
get { return
UnderlyingConstructor
.MethodHandle; }
76
get { return
UnderlyingConstructor
.Module; }
81
get { return
UnderlyingConstructor
.Name; }
86
get { return
UnderlyingConstructor
.ReflectedType; }
93
return
UnderlyingConstructor
.GetCustomAttributes(attributeType, inherit);
98
return
UnderlyingConstructor
.GetCustomAttributes(inherit);
103
return
UnderlyingConstructor
.GetCustomAttributesData();
108
return
UnderlyingConstructor
.GetGenericArguments();
113
return
UnderlyingConstructor
.GetMethodBody();
118
return
UnderlyingConstructor
.GetMethodImplementationFlags();
123
return
UnderlyingConstructor
.GetParameters();
128
return
UnderlyingConstructor
.Invoke(invokeAttr, binder, parameters, culture);
133
return
UnderlyingConstructor
.Invoke(obj, invokeAttr, binder, parameters, culture);
138
return
UnderlyingConstructor
.IsDefined(attributeType, inherit);
143
return
UnderlyingConstructor
.ToString();
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (3)
76
UnderlyingConstructor
.Equals(other.
UnderlyingConstructor
);
81
return Projector.GetHashCode() ^
UnderlyingConstructor
.GetHashCode();