3 writes to _common
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (3)
54_common = common; 232return RuntimeMethodHelpers.ComputeToString(ref _common, contextMethod, contextMethod.RuntimeGenericArgumentsOrParameters); 245return RuntimeMethodHelpers.GetRuntimeParameters(ref _common, contextMethod, contextMethod.RuntimeGenericArgumentsOrParameters, out returnParameter);
28 references to _common
System.Private.CoreLib (28)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (28)
62return _common.Attributes; 70return _common.CallingConvention; 78foreach (CustomAttributeData cad in _common.TrueCustomAttributes) 83MethodImplAttributes implAttributes = _common.MethodImplementationFlags; 116return _common.IsGenericMethodDefinition; 120internal sealed override int GenericParameterCount => _common.GenericParameterCount; 157return RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common.RuntimeMethodCommonOfUninstantiatedMethod, _common.DefiningTypeInfo); 165return _common.MethodImplementationFlags; 173return _common.Module; 189return _common.MetadataToken; 209return _common.HasSameMetadataDefinitionAs(otherMethod._common); 216if (!_common.Equals(other._common)) 225return HashCode.Combine(_common, _reflectedType); 252return _common.DeclaringType; 260return _common.Name; 268if (_reflectedType.Equals(_common.DefiningTypeInfo)) 271return RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common, _common.ContextTypeInfo); 283TRuntimeMethodCommon uninstantiatedCommon = _common.RuntimeMethodCommonOfUninstantiatedMethod; 289if (!_reflectedType.Equals(_common.DeclaringType)) 290owningMethod = RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common, _common.DeclaringType); 293return _common.GetGenericTypeParametersWithSpecifiedOwningMethod(owningMethod); 299MethodBaseInvoker invoker = _common.GetUncachedMethodInvoker(methodArguments, exceptionPertainant, out Exception exception); 320return _common.GetRuntimeMethodHandle(genericArgs);