4 implementations of Id
Microsoft.AspNetCore.Http.Tests (1)
DefaultHttpContextTests.cs (1)
452public string Id { get; set; }
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
SessionStateTempDataProviderTest.cs (1)
105public string Id => "TestId";
ViewComponentTests.cs (1)
272public string Id => "TestId";
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
94public string Id
2 references to Id
Microsoft.AspNetCore.Session.Tests (2)
SessionTests.cs (2)
656Assert.Equal(string.Empty, context.Session.Id); 706Assert.Equal(string.Empty, context.Session.Id);