1 write to ExpectedSizeInBytes
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\ProcessEnvironment.cs (1)
22helper.ExpectedSizeInBytes = BinaryPrimitives.ReadUInt32LittleEndian(new ReadOnlySpan<byte>(payload, 0, 4));
2 references to ExpectedSizeInBytes
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsIpc\ProcessEnvironment.cs (2)
47if (envBlock.Length != (long)ExpectedSizeInBytes) 49throw new ApplicationException($"ProcessEnvironment continuation length did not match expected length. Expected: {ExpectedSizeInBytes} bytes, Received: {envBlock.Length} bytes");