5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1009return negatedPattern.Update(
Binder\UnionMatchingRewriter.cs (2)
208node.Update(negated, isUnionMatching: false, inputType: ObjectType, narrowedType)); 211return node.Update(negated, isUnionMatching: false, inputType, narrowedType);
Generated\BoundNodes.xml.Generated.cs (2)
12632return node.Update(negated, node.IsUnionMatching, inputType, narrowedType); 15316return node.Update(negated, node.IsUnionMatching, inputType, narrowedType);