5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Invocation.cs (1)
1920return (value == replaced) ? q : q.Update(replaced, q.DefinedSymbol, q.Operation, q.Cast, q.Binder, q.UnoptimizedForm, q.Type);
Binder\Binder_Query.cs (1)
1025return query.Update(
Generated\BoundNodes.xml.Generated.cs (3)
12000return node.Update(value, node.DefinedSymbol, operation, cast, node.Binder, unoptimizedForm, type); 14585updatedNode = node.Update(value, definedSymbol, operation, cast, node.Binder, unoptimizedForm, infoAndType.Type!); 14590updatedNode = node.Update(value, definedSymbol, operation, cast, node.Binder, unoptimizedForm, node.Type);