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