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