1 write to _unboundLambda
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
571
_unboundLambda
= unbound;
27 references to _unboundLambda
Microsoft.CodeAnalysis.CSharp (27)
BoundTree\UnboundLambda.cs (27)
570
Debug.Assert(
_unboundLambda
== null || (object)
_unboundLambda
== unbound);
588
public UnboundLambda UnboundLambda =>
_unboundLambda
;
632
this.Binder.GenerateAnonymousFunctionConversionError(diagnostics,
_unboundLambda
.Syntax,
_unboundLambda
, targetType);
708
if (
_unboundLambda
.ParameterAttributes(i).Any())
716
if (
_unboundLambda
.ParameterAttributes(i).Any())
722
else if (scope == ScopedKind.ScopedValue &&
_unboundLambda
.ParameterAttributes(i).Any())
759
var lambdaBodyBinder = new ExecutableCodeBinder(
_unboundLambda
.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder));
765
_unboundLambda
,
790
_unboundLambda
.ParameterAttributes(i).Any())
809
_unboundLambda
.Syntax,
829
var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true,
_unboundLambda
.WithDependencies);
863
lambdaBodyBinder = new ExecutableCodeBinder(
_unboundLambda
.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder), inExpressionTree ? BinderFlags.InExpressionTree : BinderFlags.None);
926
var result = new BoundLambda(
_unboundLambda
.Syntax,
_unboundLambda
, block, diagnostics.ToReadOnlyAndFree(), lambdaBodyBinder, delegateType, inferredReturnType: default)
927
{ WasCompilerGenerated =
_unboundLambda
.WasCompilerGenerated };
943
_unboundLambda
,
1010
inferredReturnType = BoundLambda.InferReturnType(returnTypes,
_unboundLambda
, lambdaBodyBinder, delegateType, lambdaSymbol.IsAsync, lambdaBodyBinder.Conversions);
1030
_unboundLambda
.Syntax,
1031
_unboundLambda
,
1037
{ WasCompilerGenerated =
_unboundLambda
.WasCompilerGenerated };
1058
var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true,
_unboundLambda
.WithDependencies);
1065
var lambdaBodyBinder = new ExecutableCodeBinder(
_unboundLambda
.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder));
1288
_unboundLambda
.Syntax,
1289
_unboundLambda
,
1304
{ WasCompilerGenerated =
_unboundLambda
.WasCompilerGenerated };