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