3 writes to Child
Microsoft.AspNetCore.Http.Results.Tests (3)
HttpResultsHelperTests.cs (2)
89Child = "With type hierarchies!" 123Child = "With type hierarchies!"
TestJsonContext.TodoChild.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.TodoChild)obj).Child = value!,
4 references to Child
Microsoft.AspNetCore.Http.Results.Tests (4)
HttpResultsHelperTests.cs (2)
109Assert.Equal("With type hierarchies!", body!.Child); 143Assert.Equal("With type hierarchies!", body!.Child);
TestJsonContext.TodoChild.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.TodoChild)obj).Child, 148writer.WriteString(PropName_Child, ((global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.TodoChild)value).Child);