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