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)
85node.Update(node.Value, node.ConstantValue, isUnionMatching: false, inputType: ObjectType, narrowedType: ObjectType)); 89left: node.Update(node.Value, node.ConstantValue, isUnionMatching: false, node.InputType, node.InputType).MakeCompilerGenerated(), 98node.Update(node.Value, node.ConstantValue, isUnionMatching: false, inputType: ObjectType, narrowedType: node.NarrowedType));
Generated\BoundNodes.xml.Generated.cs (2)
12520return node.Update(value, node.ConstantValue, node.IsUnionMatching, inputType, narrowedType); 15208return node.Update(value, node.ConstantValue, node.IsUnionMatching, inputType, narrowedType);