1 write to Binder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7689this.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)
7706if (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)) 12003return node.Update(value, node.DefinedSymbol, operation, cast, node.Binder, unoptimizedForm, type); 14588updatedNode = node.Update(value, definedSymbol, operation, cast, node.Binder, unoptimizedForm, infoAndType.Type!); 14593updatedNode = node.Update(value, definedSymbol, operation, cast, node.Binder, unoptimizedForm, node.Type); 16828new TreeDumperNode("binder", node.Binder, null),