2 references to All
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
2363
EventKeywords eventKeywords = unchecked((EventKeywords)((ulong)m_eventData[eventNum].Descriptor.Keywords & (~(SessionMask.
All
.ToEventKeywords()))));
3519
unchecked((long)((ulong)eventAttribute.Keywords | SessionMask.
All
.ToEventKeywords())));