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