1 write to processId
SMSvcHost (1)
System\ServiceModel\Activation\WorkerProcess.cs (1)
243this.processId = processId;
4 references to processId
SMSvcHost (4)
System\ServiceModel\Activation\WorkerProcess.cs (4)
51return this.processId; 162Debug.Print("WorkerProcess.WorkerProcess_Closed() worker leaving: " + processId + " State: " + ((IDuplexContextChannel)sender).State); 168Debug.Print("WorkerProcess.WorkerProcess_Faulted() worker leaving: " + processId + " State: " + ((IDuplexContextChannel)sender).State); 348Debug.Print("WorkerProcess.Unregister() processId: " + processId);