3 writes to m_outOfBandMessageCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2665
m_outOfBandMessageCount
= 0;
3814
m_outOfBandMessageCount
++;
3820
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)
2247
if (m_rawManifest == null &&
m_outOfBandMessageCount
== 1)
3812
if (
m_outOfBandMessageCount
< 16 - 1) // Note this is only if size byte
3818
if (
m_outOfBandMessageCount
== 16)