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