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