3 writes to perEventSourceSessionId
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2713commandArgs.perEventSourceSessionId = -commandArgs.perEventSourceSessionId; 2716--commandArgs.perEventSourceSessionId; 4726this.perEventSourceSessionId = perEventSourceSessionId;
5 references to perEventSourceSessionId
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
2706bool bSessionEnable = (commandArgs.perEventSourceSessionId >= 0); 2707if (commandArgs.perEventSourceSessionId == 0 && !commandArgs.enable) 2713commandArgs.perEventSourceSessionId = -commandArgs.perEventSourceSessionId; 2725Debug.Assert(commandArgs.perEventSourceSessionId >= -1 && commandArgs.perEventSourceSessionId <= SessionMask.MAX);