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