4 references to ReadInt32Async
dotnet-watch (4)
NamedPipeContract.cs (2)
65var count = await stream.ReadInt32Async(cancellationToken); 107var entryCount = await stream.ReadInt32Async(cancellationToken);
StreamExtensions.cs (2)
164var count = await stream.ReadInt32Async(cancellationToken); 177var count = await stream.ReadInt32Async(cancellationToken);