1 write to Type
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\NullabilityInfoContext\NullabilityInfo.cs (1)
20
Type
= type;
6 references to Type
Microsoft.Extensions.AI.Abstractions (6)
src\Shared\JsonSchemaExporter\NullabilityInfoContext\NullabilityInfoContext.cs (6)
161
!IsValueTypeOrValueTypeByRef(nullability.
Type
))
171
!IsValueTypeOrValueTypeByRef(nullability.
Type
))
493
if (IsValueTypeOrValueTypeByRef(nullability.
Type
))
581
bool isValueType = IsValueTypeOrValueTypeByRef(nullability.
Type
);
594
if (!isValueType || (Nullable.GetUnderlyingType(nullability.
Type
) ?? nullability.
Type
).IsGenericType)