Implemented interface member:
method
IsValueType
Internal.CallingConvention.ITypeHandle.IsValueType()
3 references to IsValueType
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\TypeHandle.cs (3)
44
public bool HasIndeterminateSize() { return
IsValueType
() && ((DefType)_type).InstanceFieldSize.IsIndeterminate; }
50
if (
IsValueType
())
144
Debug.Assert(
IsValueType
());