1 write to _unboundLambda
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
562_unboundLambda = unbound;
27 references to _unboundLambda
Microsoft.CodeAnalysis.CSharp (27)
BoundTree\UnboundLambda.cs (27)
561Debug.Assert(_unboundLambda == null || (object)_unboundLambda == unbound); 579public UnboundLambda UnboundLambda => _unboundLambda; 623this.Binder.GenerateAnonymousFunctionConversionError(diagnostics, _unboundLambda.Syntax, _unboundLambda, targetType); 697if (_unboundLambda.ParameterAttributes(i).Any()) 705if (_unboundLambda.ParameterAttributes(i).Any()) 711else if (scope == ScopedKind.ScopedValue && _unboundLambda.ParameterAttributes(i).Any()) 747var lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder)); 753_unboundLambda, 776_unboundLambda.ParameterAttributes(i).Any()) 795_unboundLambda.Syntax, 815var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies); 842lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder), inExpressionTree ? BinderFlags.InExpressionTree : BinderFlags.None); 905var result = new BoundLambda(_unboundLambda.Syntax, _unboundLambda, block, diagnostics.ToReadOnlyAndFree(), lambdaBodyBinder, delegateType, inferredReturnType: default) 906{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated }; 921_unboundLambda, 986inferredReturnType = BoundLambda.InferReturnType(returnTypes, _unboundLambda, lambdaBodyBinder, delegateType, lambdaSymbol.IsAsync, lambdaBodyBinder.Conversions); 1001_unboundLambda.Syntax, 1002_unboundLambda, 1008{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated }; 1024var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies); 1030var lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder)); 1251_unboundLambda.Syntax, 1252_unboundLambda, 1266{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated };