4 references to IsSuppressed
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundNode.cs (4)
56AttributesPreservedInClone = HasErrors | CompilerGenerated | IsSuppressed | WasConverted, 287return (_attributes & BoundNodeAttributes.IsSuppressed) != 0; 291Debug.Assert((_attributes & BoundNodeAttributes.IsSuppressed) == 0, "flag should not be set twice or reset"); 294_attributes |= BoundNodeAttributes.IsSuppressed;