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