3 writes to _common
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (3)
43
_common
= common;
142
return RuntimeMethodHelpers.ComputeToString(ref
_common
, this, Array.Empty<RuntimeTypeInfo>());
151
return _lazyParameters ??= RuntimeMethodHelpers.GetRuntimeParameters(ref
_common
, this, Array.Empty<RuntimeTypeInfo>(), out _);
17 references to _common
System.Private.CoreLib (17)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (17)
50
return
_common
.Attributes;
58
return
_common
.CallingConvention;
66
return
_common
.TrueCustomAttributes;
74
return
_common
.DeclaringType.ToType();
90
return RuntimePlainConstructorInfo<TRuntimeMethodCommon>.GetRuntimePlainConstructorInfo(
_common
.RuntimeMethodCommonOfUninstantiatedMethod);
98
return
_common
.MethodImplementationFlags;
106
return
_common
.Name;
114
return
_common
.MetadataToken;
125
return
_common
.HasSameMetadataDefinitionAs(otherConstructor.
_common
);
132
return
_common
.Equals(other.
_common
);
137
return
_common
.GetHashCode();
145
public sealed override RuntimeMethodHandle MethodHandle =>
_common
.GetRuntimeMethodHandle(null);
159
if (
_common
.DefiningTypeInfo.IsAbstract)
160
throw new MemberAccessException(SR.Format(SR.Acc_CreateAbstEx,
_common
.DefiningTypeInfo.FullName));
169
invoker =
_common
.GetUncachedMethodInvoker(Array.Empty<RuntimeTypeInfo>(), this, out Exception exception);