7 references to TryRead
Microsoft.AspNetCore.Components.Server (7)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\SequenceReaderExtensions.cs (7)
120
if (
TryRead
(ref reader, out byte byteValue))
138
return reader.
TryRead
(out value);
162
if (reader.
TryRead
(out value))
179
return reader.
TryRead
(out value);
203
if (reader.
TryRead
(out value))
220
return reader.
TryRead
(out value);
244
if (reader.
TryRead
(out value))