6 references to Update
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1017return constantPattern.Update(constantPattern.Value, constantPattern.ConstantValue, isUnionMatching: false, inputType, narrowedType);
Binder\UnionMatchingRewriter.cs (3)
87node.Update(node.Value, node.ConstantValue, isUnionMatching: false, inputType: ObjectType, narrowedType: ObjectType)); 91left: node.Update(node.Value, node.ConstantValue, isUnionMatching: false, node.InputType, node.InputType), 100node.Update(node.Value, node.ConstantValue, isUnionMatching: false, inputType: ObjectType, narrowedType: node.NarrowedType));
Generated\BoundNodes.xml.Generated.cs (2)
12522return node.Update(value, node.ConstantValue, node.IsUnionMatching, inputType, narrowedType); 15210return node.Update(value, node.ConstantValue, node.IsUnionMatching, inputType, narrowedType);