3 writes to bufferedArrayFieldCount
mscorlib (3)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingMetadataCollector.cs (3)
246
this.
bufferedArrayFieldCount
= 0;
257
this.
bufferedArrayFieldCount
= int.MinValue;
296
this.
bufferedArrayFieldCount
++;
3 references to bufferedArrayFieldCount
mscorlib (3)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingMetadataCollector.cs (3)
69
get { return this.
bufferedArrayFieldCount
== 0; }
241
if (this.
bufferedArrayFieldCount
>= 0)
252
if (this.
bufferedArrayFieldCount
!= 1)