6 references to Update
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1087return constantPattern.Update(constantPattern.Value, constantPattern.ConstantValue, unionMatchingMode: UnionMatchingMode.None, inputType, narrowedType);
Binder\UnionMatchingRewriter.cs (3)
90node.Update(node.Value, node.ConstantValue, unionMatchingMode: UnionMatchingMode.None, inputType: ObjectType, narrowedType: ObjectType)); 94left: node.Update(node.Value, node.ConstantValue, unionMatchingMode: UnionMatchingMode.None, node.InputType, node.InputType).MakeCompilerGenerated(), 103node.Update(node.Value, node.ConstantValue, unionMatchingMode: UnionMatchingMode.None, inputType: ObjectType, narrowedType: node.NarrowedType));
Generated\BoundNodes.xml.Generated.cs (2)
12516return node.Update(value, node.ConstantValue, node.UnionMatchingMode, inputType, narrowedType); 15209return node.Update(value, node.ConstantValue, node.UnionMatchingMode, inputType, narrowedType);