4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1098
return declarationPattern.
Update
(declarationPattern.DeclaredType, declarationPattern.IsVar, isUnionMatching: false,
Binder\UnionMatchingRewriter.cs (1)
147
node.
Update
(node.DeclaredType, node.IsVar, isUnionMatching: false, node.Variable, node.VariableAccess,
Generated\BoundNodes.xml.Generated.cs (2)
12541
return node.
Update
(declaredType, node.IsVar, node.IsUnionMatching, variable, variableAccess, inputType, narrowedType);
15237
return node.
Update
(declaredType, node.IsVar, node.IsUnionMatching, variable, variableAccess, inputType, narrowedType);