2 references to GetNullableContextFlag
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.ReflectionHelpers.cs (2)
198if (typeParam.DeclaringMethod != null && GetNullableContextFlag(typeParam.DeclaringMethod) is byte flag) 204if (GetNullableContextFlag(typeParam.DeclaringType!) is byte flag2)