3 writes to _common
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (3)
44
_common
= common;
144
return RuntimeMethodHelpers.ComputeToString(ref
_common
, this, Array.Empty<RuntimeTypeInfo>());
153
return _lazyParameters ??= RuntimeMethodHelpers.GetRuntimeParameters(ref
_common
, this, Array.Empty<RuntimeTypeInfo>(), out _);
19 references to _common
System.Private.CoreLib (19)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (19)
51
return
_common
.Attributes;
59
return
_common
.CallingConvention;
63
internal sealed override MetadataReader GetMetadataReader() =>
_common
.GetMetadataReader();
65
internal sealed override CustomAttributeHandleCollection GetCustomAttributeHandles() =>
_common
.GetCustomAttributeHandles();
71
return
_common
.DeclaringType.ToType();
87
return RuntimePlainConstructorInfo<TRuntimeMethodCommon>.GetRuntimePlainConstructorInfo(
_common
.RuntimeMethodCommonOfUninstantiatedMethod);
95
return
_common
.MethodImplementationFlags;
103
return
_common
.Name;
111
return
_common
.MetadataToken;
122
return
_common
.HasSameMetadataDefinitionAs(otherConstructor.
_common
);
127
return
_common
.HasSameMetadataDefinitionAs(other);
134
return
_common
.Equals(other.
_common
);
139
return
_common
.GetHashCode();
147
public sealed override RuntimeMethodHandle MethodHandle =>
_common
.GetRuntimeMethodHandle(null);
161
if (
_common
.DefiningTypeInfo.IsAbstract)
162
throw new MemberAccessException(SR.Format(SR.Acc_CreateAbstEx,
_common
.DefiningTypeInfo.FullName));
171
invoker =
_common
.GetUncachedMethodInvoker(Array.Empty<RuntimeTypeInfo>(), this, out Exception exception);