5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\BoundNode.cs (5)
63
AttributesPreservedInClone =
HasErrors
| CompilerGenerated | IsSuppressed | WasConverted | ParamsArrayOrCollection,
90
_attributes = BoundNodeAttributes.
HasErrors
;
129
return (_attributes & BoundNodeAttributes.
HasErrors
) != 0;
135
_attributes |= BoundNodeAttributes.
HasErrors
;
139
Debug.Assert((_attributes & BoundNodeAttributes.
HasErrors
) == 0,