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