3 references to CdacTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (2)
162parameterTypes[i] = new CdacTypeHandle(methodSig.ParameterTypes[i], _target, this); 165CdacTypeHandle returnType = new CdacTypeHandle(methodSig.ReturnType, _target, this);
Contracts\CallingConvention\CdacTypeHandle.cs (1)
245return new CdacTypeHandle(nested, _target, _callingConvention).IsTrivialPointerSizedStruct();