3 writes to checkedOut
System.ServiceModel (3)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (3)
524
s.
checkedOut
= true; //Start with all buffers checkedout.
566
s.
checkedOut
= true;
595
s.
checkedOut
= false;
2 references to checkedOut
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
560
Fx.Assert(!s.
checkedOut
, "This buffer is already in use.");
594
Fx.Assert(s.
checkedOut
, "Current buffer is still free.");