1 write to _trueOrFalse
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
29
_trueOrFalse
= trueOrFalse;
7 references to _trueOrFalse
Microsoft.Extensions.AI.Abstractions (7)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (7)
32
public bool IsTrue =>
_trueOrFalse
is true;
33
public bool IsFalse =>
_trueOrFalse
is false;
282
if (
_trueOrFalse
!= null)
316
if (
_trueOrFalse
!= null)
329
if (
_trueOrFalse
is { } boolSchema)
467
switch (schema.
_trueOrFalse
)
492
Debug.Assert(
_trueOrFalse
is null, "Schema is not mutable");