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