3 references to Preserve
System.Text.Json (3)
src\runtime\src\libraries\System.Text.Json\Common\JsonKnownReferenceHandler.cs (1)
17
/// Specifies that the built-in <see cref="ReferenceHandler.
Preserve
"/> be used to handle references.
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
446
if (options.ReferenceHandler == ReferenceHandler.
Preserve
)
System\Text\Json\Serialization\ReferenceHandler.cs (1)
60
/// Optimization for the resolver used when <see cref="
Preserve
"/> is set in <see cref="JsonSerializerOptions.ReferenceHandler"/>;