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