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