1 write to _genericTypeArguments
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
25
_genericTypeArguments
= genericTypeArguments;
11 references to _genericTypeArguments
System.Private.CoreLib (11)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (11)
63
if (
_genericTypeArguments
.Length != other.
_genericTypeArguments
.Length)
65
for (int i = 0; i <
_genericTypeArguments
.Length; i++)
67
if (!
_genericTypeArguments
[i].Equals(other.
_genericTypeArguments
[i]))
78
hashcode.Add(
_genericTypeArguments
.Length);
80
for (int i = 0; i <
_genericTypeArguments
.Length; i++)
82
hashcode.Add(
_genericTypeArguments
[i]);
183
return _genericMethodDefinition.GetUncachedMethodInvoker(
_genericTypeArguments
, this);
199
return
_genericTypeArguments
;
224
return RuntimeConstructedGenericMethodInfo.GetRuntimeConstructedGenericMethodInfo(newGenericMethodDefinition,
_genericTypeArguments
);