5 instantiations of CdacTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\CallingConvention\CallingConvention_1.cs (4)
162
parameterTypes[i] = new
CdacTypeHandle
(methodSig.ParameterTypes[i], _target, this);
165
CdacTypeHandle returnType = new
CdacTypeHandle
(methodSig.ReturnType, _target, this);
345
return new
CdacTypeHandle
(rts.GetTypeHandle(objectMt), _target, this);
350
return new
CdacTypeHandle
(rts.GetPrimitiveType(CdacCorElementType.I), _target, this);
Contracts\CallingConvention\CdacTypeHandle.cs (1)
245
return new
CdacTypeHandle
(nested, _target, _callingConvention).IsTrivialPointerSizedStruct();
9 references to CdacTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\CallingConvention\CallingConvention_1.cs (9)
159
CdacTypeHandle
[] parameterTypes = new
CdacTypeHandle
[methodSig.ParameterTypes.Length];
165
CdacTypeHandle
returnType = new CdacTypeHandle(methodSig.ReturnType, _target, this);
173
ArgIteratorData<
CdacTypeHandle
> argIteratorData = new ArgIteratorData<
CdacTypeHandle
>(
178
ArgIterator<
CdacTypeHandle
> argit = new ArgIterator<
CdacTypeHandle
>(
342
private
CdacTypeHandle
GetObjectTypeHandle(IRuntimeTypeSystem rts)
348
private
CdacTypeHandle
GetIntPtrTypeHandle(IRuntimeTypeSystem rts)