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); 855lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder), inExpressionTree ? BinderFlags.InExpressionTree : BinderFlags.None); 918var result = new BoundLambda(_unboundLambda.Syntax, _unboundLambda, block, diagnostics.ToReadOnlyAndFree(), lambdaBodyBinder, delegateType, inferredReturnType: default) 919{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated }; 935_unboundLambda, 1002inferredReturnType = BoundLambda.InferReturnType(returnTypes, _unboundLambda, lambdaBodyBinder, delegateType, lambdaSymbol.IsAsync, lambdaBodyBinder.Conversions); 1022_unboundLambda.Syntax, 1023_unboundLambda, 1029{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated }; 1050var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies); 1057var lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder)); 1280_unboundLambda.Syntax, 1281_unboundLambda, 1296{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated };