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