18 references to CustomPerType
Microsoft.Extensions.Caching.Hybrid.Tests (18)
SerializerTests.cs (18)
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.CustomPerType)] 86[InlineData(JsonSerializer.CustomPerType | JsonSerializer.CustomGlobal, JsonSerializer.CustomPerType)] 97[InlineData(JsonSerializer.CustomPerType, JsonSerializer.CustomPerType)] 98[InlineData(JsonSerializer.CustomPerType | JsonSerializer.CustomGlobal, JsonSerializer.CustomPerType)] 249if ((addSerializers & JsonSerializer.CustomPerType) != JsonSerializer.None) 260JsonSerializer.CustomPerType => perTypeOptions,