1 write to m_rawManifest
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
3022m_rawManifest = CreateManifestAndDescriptors(this.GetType(), Name, this);
6 references to m_rawManifest
mscorlib (6)
system\diagnostics\eventing\eventsource.cs (6)
1385SendManifest(m_rawManifest); 2240if (m_rawManifest == null && m_outOfBandMessageCount == 1) 2687SendManifest(m_rawManifest); 2814if (m_rawManifest != null) 2815SendManifest(m_rawManifest); 3021Contract.Assert(m_rawManifest == null);