3 writes to m_outOfBandMessageCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2664m_outOfBandMessageCount = 0; 3826m_outOfBandMessageCount++; 3832m_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)
2248if (m_rawManifest == null && m_outOfBandMessageCount == 1) 3824if (m_outOfBandMessageCount < 16 - 1) // Note this is only if size byte 3830if (m_outOfBandMessageCount == 16)