18 references to TryReadBigEndian
Microsoft.AspNetCore.Components.Server (18)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackReader.cs (8)
388if (!this.reader.TryReadBigEndian(out short shortValue)) 465if (!this.reader.TryReadBigEndian(out short shortValue)) 551ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out short shortValue)); 617ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out short shortValue)); 629ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out shortValue)); 908if (!this.reader.TryReadBigEndian(out short shortLength)) 1029if (this.reader.TryReadBigEndian(out short shortLength)) 1106if (this.reader.TryReadBigEndian(out short shortValue))
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\SequenceReaderExtensions.cs (2)
25/// overloads such as <see cref="TryReadBigEndian(ref SequenceReader{byte}, out short)"/>. 150if (TryReadBigEndian(ref reader, out short shortValue))
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\T4\MessagePackReader.Integers.cs (8)
40ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out short shortResult)); 93ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out short shortResult)); 146ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out short shortResult)); 199ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out short shortResult)); 252ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out short shortResult)); 305ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out short shortResult)); 358ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out short shortResult)); 411ThrowInsufficientBufferUnless(this.reader.TryReadBigEndian(out short shortResult));