4 references to IsValueType
Microsoft.Diagnostics.DataContractReader.Contracts (4)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (4)
1403
if (
IsValueType
() && !IsVarArg && _argTypeHandle.IsHomogeneousAggregate())
1521
stackElemSize = _transitionBlock.StackElemSize(GetArgSize(),
IsValueType
(), IsFloatHfa());
1665
pLoc.m_byteStackSize = _transitionBlock.StackElemSize(byteArgSize,
IsValueType
(), IsFloatHfa());
1715
pLoc.m_byteStackSize = _transitionBlock.StackElemSize(byteArgSize,
IsValueType
(), IsFloatHfa());