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