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