2 references to IsEnabledCommon
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
296if (!IsEnabledCommon(m_eventSourceEnabled, m_level, m_matchAnyKeyword, level, keywords, channel)) 2385return IsEnabledCommon(enable, currentLevel, currentMatchAnyKeyword, eventLevel, eventKeywords, channel);