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)
570Debug.Assert(_unboundLambda == null || (object)_unboundLambda == unbound); 588public UnboundLambda UnboundLambda => _unboundLambda; 632this.Binder.GenerateAnonymousFunctionConversionError(diagnostics, _unboundLambda.Syntax, _unboundLambda, targetType); 708if (_unboundLambda.ParameterAttributes(i).Any()) 716if (_unboundLambda.ParameterAttributes(i).Any()) 722else if (scope == ScopedKind.ScopedValue && _unboundLambda.ParameterAttributes(i).Any()) 759var lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder)); 765_unboundLambda, 788_unboundLambda.ParameterAttributes(i).Any()) 807_unboundLambda.Syntax, 827var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies); 861lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder), inExpressionTree ? BinderFlags.InExpressionTree : BinderFlags.None); 924var result = new BoundLambda(_unboundLambda.Syntax, _unboundLambda, block, diagnostics.ToReadOnlyAndFree(), lambdaBodyBinder, delegateType, inferredReturnType: default) 925{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated }; 941_unboundLambda, 1008inferredReturnType = BoundLambda.InferReturnType(returnTypes, _unboundLambda, lambdaBodyBinder, delegateType, lambdaSymbol.IsAsync, lambdaBodyBinder.Conversions); 1028_unboundLambda.Syntax, 1029_unboundLambda, 1035{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated }; 1056var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies); 1063var lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder)); 1286_unboundLambda.Syntax, 1287_unboundLambda, 1302{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated };