3 references to TranslateByte
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\NullabilityInfoContext\NullabilityInfoContext.cs (3)
616return value is byte b ? TranslateByte(b) : NullabilityState.Unknown; 648state = TranslateByte(b); 652state = TranslateByte(elementB);