3 writes to _writeCallback
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (3)
555_writeCallback = callback; 581_writeCallback = null; 592_writeCallback = null;
2 references to _writeCallback
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
553Contract.Requires(_writeCallback == null, "BeginWrite cannot be called twice"); 611_writeCallback(state);