5 writes to ElementType
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\CallingConvention\CallingConvention_1.cs (5)
157
ElementType
= isValueTypeThis ? CdacCorElementType.ValueType : CdacCorElementType.Class,
169
ElementType
= CdacCorElementType.I,
179
ElementType
= CdacCorElementType.Object,
194
ElementType
= CdacCorElementType.I,
254
ElementType
= elemType,
1 reference to ElementType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CallingConvention_1.cs (1)
640
switch ((CorElementType)arg.
ElementType
)