3 writes to m_outOfBandMessageCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2664
m_outOfBandMessageCount
= 0;
3826
m_outOfBandMessageCount
++;
3832
m_outOfBandMessageCount
= 16; // Mark that we hit the limit. Notify them that this is the case.
3 references to m_outOfBandMessageCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2248
if (m_rawManifest == null &&
m_outOfBandMessageCount
== 1)
3824
if (
m_outOfBandMessageCount
< 16 - 1) // Note this is only if size byte
3830
if (
m_outOfBandMessageCount
== 16)