6 writes to ElementType
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\CallingConvention\CallingConvention_1.cs (6)
203
ElementType
= isValueTypeThis ? CdacCorElementType.ValueType : CdacCorElementType.Class,
214
ElementType
= CdacCorElementType.I,
224
ElementType
= CdacCorElementType.Object,
239
ElementType
= CdacCorElementType.I,
264
ElementType
= elemType,
297
ElementType
= elemType,
1 reference to ElementType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CallingConvention_1.cs (1)
434
switch ((CorElementType)arg.
ElementType
)