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