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