6 writes to ReadState
Microsoft.Extensions.AI.Abstractions (6)
src\Shared\JsonSchemaExporter\NullabilityInfoContext\NullabilityInfo.cs (1)
21
ReadState
= readState;
src\Shared\JsonSchemaExporter\NullabilityInfoContext\NullabilityInfoContext.cs (5)
180
nullability.
ReadState
= codeAnalysisReadState;
212
nullability.
ReadState
= NullabilityState.Unknown;
501
nullability.
ReadState
= state;
508
nullability.
ReadState
= contextState;
590
nullability.
ReadState
= state;
4 references to ReadState
Microsoft.Extensions.AI.Abstractions (4)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
284
(property.Get is null || nullabilityInfo.
ReadState
is NullabilityState.NotNull) &&
src\Shared\JsonSchemaExporter\NullabilityInfoContext\NullabilityInfoContext.cs (3)
82
if (nullability.
ReadState
!= NullabilityState.Unknown)
328
if (nullability.
ReadState
!= NullabilityState.Unknown)
452
if (nullability.
ReadState
== NullabilityState.NotNull)