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