2 references to InheritMask
Microsoft.CodeAnalysis (2)
Syntax\GreenNode.cs (2)
109
this.flags |= (node.flags & NodeFlags.
InheritMask
);
984
return ((this.flags & NodeFlags.
InheritMask
) == NodeFlags.IsNotMissing) &&