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