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