5 references to ReadInt32Async
Microsoft.DotNet.HotReload.Agent.Host.Package (5)
NamedPipeContract.cs (3)
81var count = await stream.ReadInt32Async(cancellationToken); 125var entryCount = await stream.ReadInt32Async(cancellationToken); 178var code = await stream.ReadInt32Async(cancellationToken);
StreamExtensions.cs (2)
164var count = await stream.ReadInt32Async(cancellationToken); 177var count = await stream.ReadInt32Async(cancellationToken);