2 writes to Immediate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
560_innerStream.Immediate = immediate; 618_innerStream.Immediate = immediate;
2 references to Immediate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
332var asyncCompletionResult = _connection.BeginWrite(buffer, offset, count, this.Immediate, 375_connection.Write(buffer, offset, count, this.Immediate, TimeoutHelper.FromMilliseconds(this.WriteTimeout));