1 write to _unboundLambda
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
553
_unboundLambda
= unbound;
27 references to _unboundLambda
Microsoft.CodeAnalysis.CSharp (27)
BoundTree\UnboundLambda.cs (27)
552
Debug.Assert(
_unboundLambda
== null || (object)
_unboundLambda
== unbound);
570
public UnboundLambda UnboundLambda =>
_unboundLambda
;
614
this.Binder.GenerateAnonymousFunctionConversionError(diagnostics,
_unboundLambda
.Syntax,
_unboundLambda
, targetType);
688
if (
_unboundLambda
.ParameterAttributes(i).Any())
696
if (
_unboundLambda
.ParameterAttributes(i).Any())
702
else if (scope == ScopedKind.ScopedValue &&
_unboundLambda
.ParameterAttributes(i).Any())
738
var lambdaBodyBinder = new ExecutableCodeBinder(
_unboundLambda
.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder));
744
_unboundLambda
,
767
_unboundLambda
.ParameterAttributes(i).Any())
786
_unboundLambda
.Syntax,
806
var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true,
_unboundLambda
.WithDependencies);
833
lambdaBodyBinder = new ExecutableCodeBinder(
_unboundLambda
.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder), inExpressionTree ? BinderFlags.InExpressionTree : BinderFlags.None);
896
var result = new BoundLambda(
_unboundLambda
.Syntax,
_unboundLambda
, block, diagnostics.ToReadOnlyAndFree(), lambdaBodyBinder, delegateType, inferredReturnType: default)
897
{ WasCompilerGenerated =
_unboundLambda
.WasCompilerGenerated };
912
_unboundLambda
,
977
inferredReturnType = BoundLambda.InferReturnType(returnTypes,
_unboundLambda
, lambdaBodyBinder, delegateType, lambdaSymbol.IsAsync, lambdaBodyBinder.Conversions);
992
_unboundLambda
.Syntax,
993
_unboundLambda
,
999
{ WasCompilerGenerated =
_unboundLambda
.WasCompilerGenerated };
1015
var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true,
_unboundLambda
.WithDependencies);
1021
var lambdaBodyBinder = new ExecutableCodeBinder(
_unboundLambda
.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder));
1242
_unboundLambda
.Syntax,
1243
_unboundLambda
,
1257
{ WasCompilerGenerated =
_unboundLambda
.WasCompilerGenerated };