3 references to symbolIsPotentiallyUpdated
BoundTreeGenerator (3)
BoundNodeClassWriter.cs (3)
1529if (!isExpression && !allSpecifiableFields.Any(f => symbolIsPotentiallyUpdated(f) || immutableArrayIsPotentiallyUpdated(f))) 1541if (symbolIsPotentiallyUpdated(field)) 1628else if (symbolIsPotentiallyUpdated(field) || immutableArrayIsPotentiallyUpdated(field))