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