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); 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();
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>( 405private CdacTypeHandle GetObjectTypeHandle(IRuntimeTypeSystem rts) 411private CdacTypeHandle GetIntPtrTypeHandle(IRuntimeTypeSystem rts)