6 writes to WriteState
Shared (6)
JsonSchemaExporter\NullabilityInfoContext\NullabilityInfo.cs (1)
22
WriteState
= writeState;
JsonSchemaExporter\NullabilityInfoContext\NullabilityInfoContext.cs (5)
185
nullability.
WriteState
= codeAnalysisWriteState;
221
nullability.
WriteState
= NullabilityState.Unknown;
502
nullability.
WriteState
= state;
509
nullability.
WriteState
= contextState;
591
nullability.
WriteState
= state;
2 references to WriteState
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
285
(property.Set is null || nullabilityInfo.
WriteState
is NullabilityState.NotNull);
JsonSchemaExporter\JsonSchemaExporter.ReflectionHelpers.cs (1)
299
return context.Create(parameterInfo).
WriteState
;