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