2 writes to bufferNesting
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (2)
250
this.
bufferNesting
++;
258
this.
bufferNesting
--;
8 references to bufferNesting
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (8)
76
if (this.
bufferNesting
== 0)
114
if (this.
bufferNesting
!= 0)
123
if (this.
bufferNesting
== 0)
157
if (this.
bufferNesting
!= 0)
162
if (this.
bufferNesting
== 0)
194
if (this.
bufferNesting
!= 0)
203
if (this.
bufferNesting
== 0)
260
if (this.
bufferNesting
== 0)