reference property Null safety

Code reference

Emits a piece of code that concretely refers to the same type that is referred to by this, regardless of where in the program it is placed.

Effectively, this type reference has a custom scope (equal to scope) instead of the standard lexical scope.

Implementation

Code get reference;