1 write to OutermostKind
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CallingConvention_1.cs (1)
374
OutermostKind
= t.OutermostKind,
3 references to OutermostKind
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (3)
116
parameterTypes[i] = new CdacTypeHandle(methodSig.ParameterTypes[i], _target, paramInfo[i].
OutermostKind
);
212
else if (paramInfo[argIndex].
OutermostKind
!= default(CdacCorElementType))
217
elemType = paramInfo[argIndex].
OutermostKind
;