3 writes to m_outOfBandMessageCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2695
m_outOfBandMessageCount
= 0;
3844
m_outOfBandMessageCount
++;
3850
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)
2276
if (m_rawManifest == null &&
m_outOfBandMessageCount
== 1)
3842
if (
m_outOfBandMessageCount
< 16 - 1) // Note this is only if size byte
3848
if (
m_outOfBandMessageCount
== 16)