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