8 references to NotNull
Microsoft.Extensions.AI.Abstractions (8)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (3)
284
(property.Get is null || nullabilityInfo.ReadState is NullabilityState.
NotNull
) &&
285
(property.Set is null || nullabilityInfo.WriteState is NullabilityState.
NotNull
);
711
isNonNullable = ReflectionHelpers.GetParameterNullability(nullabilityInfoContext, parameter) is NullabilityState.
NotNull
;
src\Shared\JsonSchemaExporter\NullabilityInfoContext\NullabilityInfoContext.cs (5)
156
codeAnalysisReadState = NullabilityState.
NotNull
;
167
codeAnalysisWriteState = NullabilityState.
NotNull
;
357
state = NullabilityState.
NotNull
;
452
if (nullability.ReadState == NullabilityState.
NotNull
)
622
1 => NullabilityState.
NotNull
,