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