1 write to fixedCount
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\FieldMetadata.cs (1)
120
this.
fixedCount
= fixedCount;
5 references to fixedCount
mscorlib (5)
System\Diagnostics\Eventing\TraceLogging\FieldMetadata.cs (5)
209
metadata[pos + 0] = unchecked((byte)this.
fixedCount
);
210
metadata[pos + 1] = (byte)(this.
fixedCount
>> 8);
216
this.
fixedCount
!= 0)
220
Buffer.BlockCopy(this.custom, 0, metadata, pos, this.
fixedCount
);
222
pos += this.
fixedCount
;