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