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