2 references to GetNullableContextFlag
Microsoft.Extensions.AI.Abstractions (2)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.ReflectionHelpers.cs (2)
200if (typeParam.DeclaringMethod != null && GetNullableContextFlag(typeParam.DeclaringMethod) is byte flag) 206if (GetNullableContextFlag(typeParam.DeclaringType!) is byte flag2)