NullNodeResolutionScope
Functions
Implementers should accept instances of NodeReference (a.k.a. SerializedNodeReference) and deserialize them into supported references if possible. This removes the need to register an INodeReferenceSerializer and also postpones the deserialization until it's actually necessary.
All node references inside the body are resolved against this scope and if that fails against any other scope in the current context.
Does the same as runWithAlso, but with support for suspendable functions.
Does the same as runWithOnly, but with support for suspendable functions.