7 references to HasParamType
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (6)
708
Debug.Assert(
HasParamType
);
772
if (
HasParamType
&& _paramTypeLoc == ParamTypeLocation.Stack)
795
if (
HasParamType
)
828
Debug.Assert(!IsVarArg || !
HasParamType
);
833
if (
HasParamType
)
1663
if (
HasParamType
)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
172
if (argit.
HasParamType
)