3 writes to m_outOfBandMessageCount
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
2614
m_outOfBandMessageCount
= 0;
3940
m_outOfBandMessageCount
++;
3945
m_outOfBandMessageCount
= 16; // Mark that we hit the limit. Notify them that this is the case.
3 references to m_outOfBandMessageCount
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
2240
if (m_rawManifest == null &&
m_outOfBandMessageCount
== 1)
3939
if (
m_outOfBandMessageCount
< 16-1) // Note this is only if size byte
3943
if (
m_outOfBandMessageCount
== 16)