4 references to CdacTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CallingConvention\CallingConvention_1.cs (3)
119
CdacTypeHandle returnType = new
CdacTypeHandle
(methodSig.ReturnType, _target);
408
return new
CdacTypeHandle
(rts.GetTypeHandle(objectMt), _target);
413
return new
CdacTypeHandle
(rts.GetPrimitiveType(CdacCorElementType.I), _target);
Contracts\CallingConvention\CdacTypeHandle.cs (1)
224
return new
CdacTypeHandle
(nested, _target).IsTrivialPointerSizedStruct();