3 references to WasPropertyBackingFieldAccessChecked
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundNode.cs (3)
338return (_attributes & BoundNodeAttributes.WasPropertyBackingFieldAccessChecked) != 0; 342Debug.Assert((_attributes & BoundNodeAttributes.WasPropertyBackingFieldAccessChecked) == 0, "should not be set twice or reset"); 345_attributes |= BoundNodeAttributes.WasPropertyBackingFieldAccessChecked;