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