3 references to symbolIsPotentiallyUpdated
BoundTreeGenerator (3)
BoundNodeClassWriter.cs (3)
1531
if (!isExpression && !allSpecifiableFields.Any(f =>
symbolIsPotentiallyUpdated
(f) || immutableArrayIsPotentiallyUpdated(f)))
1543
if (
symbolIsPotentiallyUpdated
(field))
1630
else if (
symbolIsPotentiallyUpdated
(field) || immutableArrayIsPotentiallyUpdated(field))