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