5 instantiations of CdacTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\CallingConvention\CallingConvention_1.cs (4)
116
parameterTypes[i] = new
CdacTypeHandle
(methodSig.ParameterTypes[i], _target, paramInfo[i].OutermostKind);
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();
9 references to CdacTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\CallingConvention\CallingConvention_1.cs (9)
113
CdacTypeHandle
[] parameterTypes = new
CdacTypeHandle
[methodSig.ParameterTypes.Length];
119
CdacTypeHandle
returnType = new CdacTypeHandle(methodSig.ReturnType, _target);
127
ArgIteratorData<
CdacTypeHandle
> argIteratorData = new ArgIteratorData<
CdacTypeHandle
>(
132
ArgIterator<
CdacTypeHandle
> argit = new ArgIterator<
CdacTypeHandle
>(
409
private
CdacTypeHandle
GetObjectTypeHandle(IRuntimeTypeSystem rts)
415
private
CdacTypeHandle
GetIntPtrTypeHandle(IRuntimeTypeSystem rts)