3 writes to outType
mscorlib (3)
System\Diagnostics\Eventing\TraceLogging\FieldMetadata.cs (3)
118
this.
outType
= (byte)(((int)dataType >> 8) & Statics.OutTypeMask);
144
this.
outType
|= Statics.OutTypeChainFlag;
156
this.
outType
++;
4 references to outType
mscorlib (4)
System\Diagnostics\Eventing\TraceLogging\FieldMetadata.cs (4)
147
if (this.
outType
!= 0)
157
if ((this.
outType
& Statics.OutTypeMask) == 0)
193
metadata[pos] = this.
outType
;
198
if (0 != (this.
outType
& Statics.OutTypeChainFlag))