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