2 writes to Child
Microsoft.AspNetCore.Http.Results.Tests (2)
HttpResultsHelperTests.cs (2)
157Child = "With type hierarchies!" 229yield return new TodoJsonChild() { Id = 3, IsComplete = true, Name = "Three", Child = "ThreeChild" };
2 references to Child
Microsoft.AspNetCore.Http.Results.Tests (2)
HttpResultsHelperTests.cs (2)
177Assert.Equal("With type hierarchies!", body!.Child); 218Assert.Equal("ThreeChild", three.Child);