5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Invocation.cs (1)
1868return (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)
12039return node.Update(value, node.DefinedSymbol, operation, cast, node.Binder, unoptimizedForm, type); 14624updatedNode = node.Update(value, definedSymbol, operation, cast, node.Binder, unoptimizedForm, infoAndType.Type!); 14629updatedNode = node.Update(value, definedSymbol, operation, cast, node.Binder, unoptimizedForm, node.Type);