2 references to All
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
2373
EventKeywords eventKeywords = unchecked((EventKeywords)((ulong)metadata.Descriptor.Keywords & (~(SessionMask.
All
.ToEventKeywords()))));
3529
unchecked((long)((ulong)eventAttribute.Keywords | SessionMask.
All
.ToEventKeywords())));