Property IsResolved
IsResolved
Gets a value indicating whether this node is resolved
public bool IsResolved { get; }
Property Value
Remarks
If IsTemporary is true, then this always returns false; if IsDistinct is true, this always returns true.
If IsUniqued is true then this returns true if this node has already dropped RAUW support (because all operands are resolved).