6 references to ProcessId
SMSvcHost (6)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (1)
155Debug.Print("ActivatedMessageQueue.Register() listenerChannelId: " + listenerChannelId + " token: " + token + " worker: " + worker.ProcessId);
System\ServiceModel\Activation\MessageQueue.cs (1)
556Debug.Print("MessageQueue.Unregister() worker: " + worker.ProcessId);
System\ServiceModel\Activation\NamedPipeWorkerProcess.cs (1)
20dupedPipe = (IntPtr)session.Connection.DuplicateAndClose(this.ProcessId);
System\ServiceModel\Activation\TcpWorkerProcess.cs (1)
20dupedSocket = (SocketInformation)session.Connection.DuplicateAndClose(this.ProcessId);
System\ServiceModel\Activation\WorkerProcess.cs (2)
116Debug.Print("WorkerProcess.DispatchSession() failed sending duplicated socket to processId: " + this.ProcessId + " exception:" + exception); 120this.ProcessId.ToString(NumberFormatInfo.InvariantInfo),