1 write to onOpen
System.ServiceModel (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
1658onOpen = Fx.ThunkCallback(new AsyncCallback(OnOpen));
2 references to onOpen
System.ServiceModel (2)
System\ServiceModel\Security\SecurityUtils.cs (2)
1656if (onOpen == null) 1661IAsyncResult result = this.communicationObject.BeginOpen(timeout, onOpen, this);