Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LocateFirstFoundByte()
[1/2]
static
int
System.Text.Json.JsonReaderHelper.LocateFirstFoundByte
(
ulong
match
)
inline
static
private
Definition at line
211
of file
JsonReaderHelper.cs
.
212
{
213
ulong num =
match
^ (
match
- 1);
214
return
(
int
)(num * 283686952306184
L
>> 57);
215
}
System.ExceptionArgument.match
@ match
System.ConsoleKey.L
@ L
References
System.L
, and
System.match
.
System
Text
Json
JsonReaderHelper
Generated by
1.10.0