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)
96node.Update(node.Value, node.ConstantValue, unionMatchingMode: UnionMatchingMode.None, inputType: ObjectType, narrowedType: ObjectType)); 100left: node.Update(node.Value, node.ConstantValue, unionMatchingMode: UnionMatchingMode.None, node.InputType, node.InputType).MakeCompilerGenerated(), 109node.Update(node.Value, node.ConstantValue, unionMatchingMode: UnionMatchingMode.None, inputType: ObjectType, narrowedType: node.NarrowedType));
Generated\BoundNodes.xml.Generated.cs (2)
12522return node.Update(value, node.ConstantValue, node.UnionMatchingMode, inputType, narrowedType); 15217return node.Update(value, node.ConstantValue, node.UnionMatchingMode, inputType, narrowedType);