Defines how object references are represented in YAML.
public enum YamlReferenceHandling
Reference preservation tracks CLR object identity, not original YAML source syntax. Deserialization expands merge keys; serializing the result does not reconstruct merge keys or original anchor names. Use YamlSyntaxTree to preserve source text.
kind:method, kind:property, kind:ctor. Press Esc to clear.NoneDo not emit anchors/aliases for repeated references.PreservePreserve object references using YAML anchors/aliases.PreserveMinimalPreserve object references using YAML anchors/aliases, emitting anchors only for objects that are referenced more than once.