Gets or sets a value indicating whether this node was created by the compiler.
publicbool IsImplicit { get; internal set; }
Remarks
Nodes that exist in a .yarn file have an IsImplicit value of false . Nodes that are generated by the compiler include smart variable implementations, and node group 'hub' nodes.