2 writes to bufferNesting
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (2)
251
this.
bufferNesting
++;
259
this.
bufferNesting
--;
8 references to bufferNesting
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\DataCollector.cs (8)
77
if (this.
bufferNesting
== 0)
115
if (this.
bufferNesting
!= 0)
124
if (this.
bufferNesting
== 0)
158
if (this.
bufferNesting
!= 0)
163
if (this.
bufferNesting
== 0)
195
if (this.
bufferNesting
!= 0)
204
if (this.
bufferNesting
== 0)
261
if (this.
bufferNesting
== 0)