3 references to AppContextSwitchHelper
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializerOptions.cs (3)
95
private bool _respectNullableAnnotations =
AppContextSwitchHelper
.RespectNullableAnnotationsDefault;
96
private bool _respectRequiredConstructorParameters =
AppContextSwitchHelper
.RespectRequiredConstructorParametersDefault;
979
case JsonSerializerContext ctx when
AppContextSwitchHelper
.IsSourceGenReflectionFallbackEnabled: