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