1 write to onValidate
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
148onValidate = Fx.ThunkCallback(new AsyncCallback(OnValidate));
2 references to onValidate
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
146if (onValidate == null) 152IAsyncResult result = this.Connection.BeginValidate(this.via, onValidate, this);