4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1028return declarationPattern.Update(declarationPattern.DeclaredType, declarationPattern.IsVar,
Binder\UnionMatchingRewriter.cs (1)
165node.Update(node.DeclaredType, node.IsVar, node.Variable, node.VariableAccess,
Generated\BoundNodes.xml.Generated.cs (2)
12547return node.Update(declaredType, node.IsVar, variable, variableAccess, node.IsUnionMatching, inputType, narrowedType); 15238return node.Update(declaredType, node.IsVar, variable, variableAccess, node.IsUnionMatching, inputType, narrowedType);