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