1 write to Binder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7688this.Binder = binder;
8 references to Binder
Microsoft.CodeAnalysis.CSharp (8)
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)
1030query.Binder,
Compilation\MemberSemanticModel.cs (1)
1825position, queryClause.Binder, queryClause.Syntax);
Generated\BoundNodes.xml.Generated.cs (5)
7705if (value != this.Value || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(definedSymbol, this.DefinedSymbol) || operation != this.Operation || cast != this.Cast || binder != this.Binder || unoptimizedForm != this.UnoptimizedForm || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 12002return node.Update(value, node.DefinedSymbol, operation, cast, node.Binder, unoptimizedForm, type); 14587updatedNode = node.Update(value, definedSymbol, operation, cast, node.Binder, unoptimizedForm, infoAndType.Type!); 14592updatedNode = node.Update(value, definedSymbol, operation, cast, node.Binder, unoptimizedForm, node.Type); 16827new TreeDumperNode("binder", node.Binder, null),