1 write to UInt64Value
Microsoft.AspNetCore.Routing (1)
Matching\ILEmitTrieFactory.cs (1)
596
UInt64Value
= il.DeclareLocal(typeof(ulong));
11 references to UInt64Value
Microsoft.AspNetCore.Routing (11)
Matching\ILEmitTrieFactory.cs (11)
192
if (length - index >= 4 && locals.
UInt64Value
!= null)
254
il.Emit(OpCodes.Stloc, locals.
UInt64Value
);
268
il.Emit(OpCodes.Ldloc, locals.
UInt64Value
);
283
il.Emit(OpCodes.Ldloc, locals.
UInt64Value
);
288
il.Emit(OpCodes.Stloc, locals.
UInt64Value
);
293
il.Emit(OpCodes.Ldloc, locals.
UInt64Value
);
301
il.Emit(OpCodes.Ldloc, locals.
UInt64Value
);
322
il.Emit(OpCodes.Ldloc, locals.
UInt64Value
);
326
il.Emit(OpCodes.Stloc, locals.
UInt64Value
);
356
il.Emit(OpCodes.Ldloc, locals.
UInt64Value
);
374
il.Emit(OpCodes.Ldloc, locals.
UInt64Value
);