5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (2)
210return badExpression.Update(resultKind, badExpression.Symbols, badExpression.ChildBoundNodes, resultType); 6875return bad.Update(bad.ResultKind, bad.Symbols, bad.ChildBoundNodes, interfaceType);
Generated\BoundNodes.xml.Generated.cs (3)
10898return node.Update(node.ResultKind, node.Symbols, childBoundNodes, type); 12453updatedNode = node.Update(node.ResultKind, node.Symbols, childBoundNodes, infoAndType.Type); 12458updatedNode = node.Update(node.ResultKind, node.Symbols, childBoundNodes, node.Type);