3 writes to perEventSourceSessionId
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2714commandArgs.perEventSourceSessionId = -commandArgs.perEventSourceSessionId; 2717--commandArgs.perEventSourceSessionId; 4746this.perEventSourceSessionId = perEventSourceSessionId;
5 references to perEventSourceSessionId
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
2707bool bSessionEnable = (commandArgs.perEventSourceSessionId >= 0); 2708if (commandArgs.perEventSourceSessionId == 0 && !commandArgs.enable) 2714commandArgs.perEventSourceSessionId = -commandArgs.perEventSourceSessionId; 2726Debug.Assert(commandArgs.perEventSourceSessionId >= -1 && commandArgs.perEventSourceSessionId <= SessionMask.MAX);