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