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