14 references to MAX
mscorlib (14)
system\diagnostics\eventing\eventsource.cs (14)
1492m_etwSessionIdMap = new EtwSession[SessionMask.MAX]; 2316for (int i = 0; i < SessionMask.MAX; ++i) 2615bool shouldReport = (commandArgs.perEventSourceSessionId > 0) && (commandArgs.perEventSourceSessionId <= SessionMask.MAX); 2676Contract.Assert(commandArgs.perEventSourceSessionId >= -1 && commandArgs.perEventSourceSessionId <= SessionMask.MAX); 2720if (commandArgs.perEventSourceSessionId >= 0 && commandArgs.perEventSourceSessionId < SessionMask.MAX) 2758for (int i = 0; i < SessionMask.MAX; ++i) 2768for (int i = 0; i < SessionMask.MAX; ++i) 2855if (sessionIdBit < SessionMask.MAX) 2933sessionKwd >= SessionMask.SHIFT_SESSION_TO_KEYWORD + SessionMask.MAX) 2955for (int sessId = 0; sessId < SessionMask.MAX; ++sessId) 4006for (int perEventSourceSessionId = 0; perEventSourceSessionId < SessionMask.MAX; ++perEventSourceSessionId) 5893Contract.Assert(perEventSourceSessionId < MAX); 5911Contract.Assert(perEventSourceSessionId < MAX); 5916Contract.Assert(perEventSourceSessionId < MAX);