2 writes to bufferNesting
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\DataCollector.cs (2)
209
this.
bufferNesting
+= 1;
217
this.
bufferNesting
-= 1;
6 references to bufferNesting
mscorlib (6)
System\Diagnostics\Eventing\TraceLogging\DataCollector.cs (6)
79
if (this.
bufferNesting
== 0)
115
if (this.
bufferNesting
!= 0)
124
if (this.
bufferNesting
== 0)
155
if (this.
bufferNesting
!= 0)
164
if (this.
bufferNesting
== 0)
219
if (this.
bufferNesting
== 0)