9 references to All
mscorlib (9)
system\diagnostics\eventing\eventprovider.cs (1)
449sessionList.Add(new SessionInfo(bitcount((uint)SessionMask.All)+1, etwSessionId));
system\diagnostics\eventing\eventsource.cs (8)
1216SessionMask etwSessions = SessionMask.All; 1239long origKwd = unchecked((long)((ulong)m_eventData[eventId].Descriptor.Keywords & ~(SessionMask.All.ToEventKeywords()))); 1269long origKwd = unchecked((long)((ulong)m_eventData[eventId].Descriptor.Keywords & ~(SessionMask.All.ToEventKeywords()))); 1948SessionMask etwSessions = SessionMask.All; 1967long origKwd = unchecked((long)((ulong)m_eventData[eventId].Descriptor.Keywords & ~(SessionMask.All.ToEventKeywords()))); 1994long origKwd = unchecked((long)((ulong)m_eventData[eventId].Descriptor.Keywords & ~(SessionMask.All.ToEventKeywords()))); 2377EventKeywords eventKeywords = unchecked((EventKeywords)((ulong)m_eventData[eventNum].Descriptor.Keywords & (~(SessionMask.All.ToEventKeywords())))); 3658unchecked((long)((ulong)eventAttribute.Keywords | SessionMask.All.ToEventKeywords())));