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