11 references to SetInt32
Microsoft.AspNetCore.Session.Tests (9)
SessionTests.cs (9)
182context.Session.SetInt32("Key", value.Value + 1); 229context.Session.SetInt32("Key", 1); 288context.Session.SetInt32("Key", 1); 397context.Session.SetInt32("Key", 1); 460context.Session.SetInt32("Key", 10); 855context.Session.SetInt32("key", 0); 918context.Session.SetInt32("key", 0); 981context.Session.SetInt32("key", 0); 1045context.Session.SetInt32("key", 0);
SessionSample (2)
Startup.cs (2)
52context.Session.SetInt32("visits", ++visits); 70context.Session.SetInt32("visits", ++visits);