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