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