8 references to IsValueType
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
65public bool HasIndeterminateSize() { return IsValueType() && ((DefType)_type).InstanceFieldSize.IsIndeterminate; } 71if (IsValueType())
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (6)
236Debug.Assert(thArgType.IsValueType()); 346Debug.Assert(!thRetType.IsNull() && thRetType.IsValueType()); 505Debug.Assert(th.IsValueType()); 624Debug.Assert(th.IsValueType()); 689Debug.Assert(th.IsValueType()); 733Debug.Assert(th.IsValueType());