3 writes to _common
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (3)
54_common = common; 221return RuntimeMethodHelpers.ComputeToString(ref _common, contextMethod, contextMethod.RuntimeGenericArgumentsOrParameters); 234return 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; 74internal sealed override MetadataReader GetMetadataReader() => _common.GetMetadataReader(); 76internal sealed override CustomAttributeHandleCollection GetCustomAttributeHandles() => _common.GetCustomAttributeHandles(); 105return _common.IsGenericMethodDefinition; 109internal sealed override int GenericParameterCount => _common.GenericParameterCount; 146return RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common.RuntimeMethodCommonOfUninstantiatedMethod, _common.DefiningTypeInfo); 154return _common.MethodImplementationFlags; 162return _common.Module; 178return _common.MetadataToken; 198return _common.HasSameMetadataDefinitionAs(otherMethod._common); 205if (!_common.Equals(other._common)) 214return HashCode.Combine(_common, _reflectedType); 241return _common.DeclaringType; 249return _common.Name; 257if (_reflectedType.Equals(_common.DefiningTypeInfo)) 260return RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common, _common.ContextTypeInfo); 272TRuntimeMethodCommon uninstantiatedCommon = _common.RuntimeMethodCommonOfUninstantiatedMethod; 278if (!_reflectedType.Equals(_common.DeclaringType)) 279owningMethod = RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common, _common.DeclaringType); 282return _common.GetGenericTypeParametersWithSpecifiedOwningMethod(owningMethod); 288MethodBaseInvoker invoker = _common.GetUncachedMethodInvoker(methodArguments, exceptionPertainant, out Exception exception); 309return _common.GetRuntimeMethodHandle(genericArgs);