1 write to Binder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7605
this.
Binder
= binder;
15 references to Binder
Microsoft.CodeAnalysis.CSharp (15)
BoundTree\UnboundLambda.cs (3)
147
var compilation =
Binder
.Compilation;
156
inferredReturnType = InferReturnType(returnTypes, node: this,
Binder
, delegateType, Symbol.IsAsync, conversions);
826
lambdaBodyBinder = returnInferenceLambda.
Binder
;
Compilation\MemberSemanticModel.cs (3)
1751
result = GetLambdaEnclosingBinder(position, node, innerLambdaOrQuery, ((BoundLambda)boundInnerLambdaOrQuery).
Binder
);
1814
position, unbound.BindForErrorRecovery().
Binder
, unbound.Syntax);
1818
position, lambda.
Binder
, lambda.Body.Syntax);
FlowAnalysis\NullableWalker.cs (1)
1798
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))
12160
return node.Update(unboundLambda, symbol, body, node.Diagnostics, node.
Binder
, type);
14724
updatedNode = node.Update(unboundLambda, symbol, body, node.Diagnostics, node.
Binder
, infoAndType.Type);
14729
updatedNode = node.Update(unboundLambda, symbol, body, node.Diagnostics, node.
Binder
, node.Type);
16983
new TreeDumperNode("binder", node.
Binder
, null),
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
781
node.
Binder
,
Lowering\ClosureConversion\ClosureConversion.cs (1)
1630
node = node.Update(node.UnboundLambda, node.Symbol, newBody, node.Diagnostics, node.
Binder
, newType);
Lowering\ExtensionMethodBodyRewriter.cs (1)
105
return node.Update(node.UnboundLambda, rewritten, body, node.Diagnostics, node.
Binder
, type);