3 writes to inType
mscorlib (3)
System\Diagnostics\Eventing\TraceLogging\FieldMetadata.cs (3)
117
this.
inType
= (byte)(coreType | countFlags);
149
this.
inType
|= Statics.InTypeChainFlag;
155
this.
inType
|= Statics.InTypeChainFlag;
4 references to inType
mscorlib (4)
System\Diagnostics\Eventing\TraceLogging\FieldMetadata.cs (4)
184
metadata[pos] = this.
inType
;
189
if (0 != (this.
inType
& Statics.InTypeChainFlag))
205
if (0 != (this.
inType
& Statics.InTypeFixedCountFlag))
215
if (Statics.InTypeCustomCountFlag == (this.
inType
& Statics.InTypeCountMask) &&