1 write to _parameterTypes
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (1)
358
_parameterTypes
= parameterTypes;
16 references to _parameterTypes
ILCompiler.ReadyToRun (16)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (16)
379
if (
_parameterTypes
== null)
380
return other.
_parameterTypes
== null;
382
if (other.
_parameterTypes
== null ||
_parameterTypes
.Length != other.
_parameterTypes
.Length)
385
for (int i = 0; i <
_parameterTypes
.Length; i++)
386
if (!
_parameterTypes
[i].Equals(other.
_parameterTypes
[i]))
394
return 37 + (
_parameterTypes
== null ?
396
VersionResilientHashCode.GenericInstanceHashCode(_returnType.GetHashCode(),
_parameterTypes
));
401
public int NumFixedArgs() { return
_parameterTypes
!= null ?
_parameterTypes
.Length : 0; }
406
thArgType =
_parameterTypes
[argNum];
413
return (argNum <
_parameterTypes
.Length &&
_parameterTypes
[argNum].GetCorElementType() == CorElementType.ELEMENT_TYPE_BYREF) ?
414
_parameterTypes
[argNum] :