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()); 511Debug.Assert(th.IsValueType()); 630Debug.Assert(th.IsValueType()); 695Debug.Assert(th.IsValueType()); 739Debug.Assert(th.IsValueType());