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