1 write to _genericTypeArguments
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
26
_genericTypeArguments
= genericTypeArguments;
11 references to _genericTypeArguments
System.Private.CoreLib (11)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (11)
60
if (
_genericTypeArguments
.Length != other.
_genericTypeArguments
.Length)
62
for (int i = 0; i <
_genericTypeArguments
.Length; i++)
64
if (!
_genericTypeArguments
[i].Equals(other.
_genericTypeArguments
[i]))
75
hashcode.Add(
_genericTypeArguments
.Length);
77
for (int i = 0; i <
_genericTypeArguments
.Length; i++)
79
hashcode.Add(
_genericTypeArguments
[i]);
180
return _genericMethodDefinition.GetUncachedMethodInvoker(
_genericTypeArguments
, this);
196
return
_genericTypeArguments
;
221
return RuntimeConstructedGenericMethodInfo.GetRuntimeConstructedGenericMethodInfo(newGenericMethodDefinition,
_genericTypeArguments
);