1 instantiation of MixedFieldPropertyPoco
Microsoft.Extensions.Caching.Hybrid.Tests (1)
SerializerTests.cs (1)
161var source = new MixedFieldPropertyPoco { X = 1, Y = "a" };
2 references to MixedFieldPropertyPoco
Microsoft.Extensions.Caching.Hybrid.Tests (2)
SerializerTests.cs (2)
161var source = new MixedFieldPropertyPoco { X = 1, Y = "a" }; 162var clone = RoundTrip(source, """{"Y":"a"}"""u8, JsonSerializer.Default);