2 writes to Id
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\RequestDelegateCreationTests.JsonBody.cs (2)
400httpContext.Items[structToBeZeroedKey] = new BodyStruct { Id = 42 }; 412Id = 42
1 reference to Id
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\RequestDelegateCreationTests.JsonBody.cs (1)
437Assert.Equal(42, resultStruct.Id);