3 writes to perEventSourceSessionId
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
2724commandArgs.perEventSourceSessionId = -commandArgs.perEventSourceSessionId; 2727--commandArgs.perEventSourceSessionId; 4737this.perEventSourceSessionId = perEventSourceSessionId;
5 references to perEventSourceSessionId
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
2717bool bSessionEnable = (commandArgs.perEventSourceSessionId >= 0); 2718if (commandArgs.perEventSourceSessionId == 0 && !commandArgs.enable) 2724commandArgs.perEventSourceSessionId = -commandArgs.perEventSourceSessionId; 2736Debug.Assert(commandArgs.perEventSourceSessionId >= -1 && commandArgs.perEventSourceSessionId <= SessionMask.MAX);