3 references to ReadAsync
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
848
int ackBytesRead = await connection.
ReadAsync
(0, size, timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
452
int size = await connection.
ReadAsync
(0,
478
size = await connection.
ReadAsync
(0,