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