3 references to symbolIsPotentiallyUpdated
BoundTreeGenerator (3)
BoundNodeClassWriter.cs (3)
1487if (!isExpression && !allSpecifiableFields.Any(f => symbolIsPotentiallyUpdated(f) || immutableArrayIsPotentiallyUpdated(f))) 1499if (symbolIsPotentiallyUpdated(field)) 1586else if (symbolIsPotentiallyUpdated(field) || immutableArrayIsPotentiallyUpdated(field))