14 references to CustomPerType
Microsoft.Extensions.Caching.Hybrid.Tests (14)
SerializerTests.cs (14)
45[InlineData(JsonSerializer.CustomPerType, JsonSerializer.CustomPerType)] 46[InlineData(JsonSerializer.CustomPerType | JsonSerializer.CustomGlobal, JsonSerializer.CustomPerType)] 73[InlineData(JsonSerializer.CustomPerType, JsonSerializer.CustomPerType)] 74[InlineData(JsonSerializer.CustomPerType | JsonSerializer.CustomGlobal, JsonSerializer.CustomPerType)] 85[InlineData(JsonSerializer.CustomPerType, JsonSerializer.FieldEnabled)] 86[InlineData(JsonSerializer.CustomPerType | JsonSerializer.CustomGlobal, JsonSerializer.FieldEnabled)] 97[InlineData(JsonSerializer.CustomPerType, JsonSerializer.FieldEnabled)] 98[InlineData(JsonSerializer.CustomPerType | JsonSerializer.CustomGlobal, JsonSerializer.FieldEnabled)] 119if ((addSerializers & JsonSerializer.CustomPerType) != JsonSerializer.None) 130JsonSerializer.CustomPerType => perTypeOptions,