1 write to securityEventName
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
340this.securityEventName = Guid.NewGuid().ToString();
2 references to securityEventName
System.ServiceModel (2)
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
388securityEvent = new EventWaitHandle(false, EventResetMode.ManualReset, ListenerConstants.GlobalPrefix + this.securityEventName, out createdNew, handleSecurity); 630version, myPid, this.baseAddress, this.queueId, this.token, this.securityEventName);