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