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