1 write to UInt16Value
Microsoft.AspNetCore.Routing (1)
Matching\ILEmitTrieFactory.cs (1)
591
UInt16Value
= il.DeclareLocal(typeof(ushort));
4 references to UInt16Value
Microsoft.AspNetCore.Routing (4)
Matching\ILEmitTrieFactory.cs (4)
418
il.Emit(OpCodes.Stloc, locals.
UInt16Value
);
432
il.Emit(OpCodes.Ldloc, locals.
UInt16Value
);
438
il.Emit(OpCodes.Ldloc, locals.
UInt16Value
);
483
: locals.
UInt16Value
;