5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\BoundNode.cs (5)
56
AttributesPreservedInClone =
HasErrors
| CompilerGenerated | IsSuppressed | WasConverted,
83
_attributes = BoundNodeAttributes.
HasErrors
;
122
return (_attributes & BoundNodeAttributes.
HasErrors
) != 0;
128
_attributes |= BoundNodeAttributes.
HasErrors
;
132
Debug.Assert((_attributes & BoundNodeAttributes.
HasErrors
) == 0,