1 write to Type
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\NullabilityInfoContext\NullabilityInfo.cs (1)
20Type = 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)) 493if (IsValueTypeOrValueTypeByRef(nullability.Type)) 581bool isValueType = IsValueTypeOrValueTypeByRef(nullability.Type); 594if (!isValueType || (Nullable.GetUnderlyingType(nullability.Type) ?? nullability.Type).IsGenericType)