1 write to Binder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7605
this.
Binder
= binder;
13 references to Binder
Microsoft.CodeAnalysis.CSharp (13)
BoundTree\UnboundLambda.cs (3)
147
var compilation =
Binder
.Compilation;
156
inferredReturnType = InferReturnType(returnTypes, node: this,
Binder
, delegateType, Symbol.IsAsync, conversions);
805
lambdaBodyBinder = returnInferenceLambda.
Binder
;
Compilation\MemberSemanticModel.cs (3)
1749
result = GetLambdaEnclosingBinder(position, node, innerLambdaOrQuery, ((BoundLambda)boundInnerLambdaOrQuery).
Binder
);
1812
position, unbound.BindForErrorRecovery().
Binder
, unbound.Syntax);
1816
position, lambda.
Binder
, lambda.Body.Syntax);
FlowAnalysis\NullableWalker.cs (1)
1699
lambda.
Binder
,
Generated\BoundNodes.xml.Generated.cs (5)
7620
if (unboundLambda != this.UnboundLambda || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(symbol, this.Symbol) || body != this.Body || diagnostics != this.Diagnostics || binder != this.
Binder
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11988
return node.Update(unboundLambda, node.Symbol, body, node.Diagnostics, node.
Binder
, type);
14549
updatedNode = node.Update(unboundLambda, symbol, body, node.Diagnostics, node.
Binder
, infoAndType.Type);
14554
updatedNode = node.Update(unboundLambda, symbol, body, node.Diagnostics, node.
Binder
, node.Type);
16805
new TreeDumperNode("binder", node.
Binder
, null),
Lowering\ClosureConversion\ClosureConversion.cs (1)
1627
node = node.Update(node.UnboundLambda, node.Symbol, newBody, node.Diagnostics, node.
Binder
, newType);