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