2 writes to m_opcodeSet
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
5039public EventAttribute(int eventId) { this.EventId = eventId; Level = EventLevel.Informational; this.m_opcodeSet = false; } 5056this.m_opcodeSet = true;
1 reference to m_opcodeSet
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
5064return m_opcodeSet;