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