2 references to OnWriteStartBytes
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
1770
onWriteStartBytes = Fx.ThunkCallback(new WaitCallback(
OnWriteStartBytes
));
1780
onWriteStartBytesScheduled = new Action<object>(
OnWriteStartBytes
);