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