1 write to _unboundLambda
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
532_unboundLambda = unbound;
27 references to _unboundLambda
Microsoft.CodeAnalysis.CSharp (27)
BoundTree\UnboundLambda.cs (27)
531Debug.Assert(_unboundLambda == null || (object)_unboundLambda == unbound); 549public UnboundLambda UnboundLambda => _unboundLambda; 593this.Binder.GenerateAnonymousFunctionConversionError(diagnostics, _unboundLambda.Syntax, _unboundLambda, targetType); 667if (_unboundLambda.ParameterAttributes(i).Any()) 675if (_unboundLambda.ParameterAttributes(i).Any()) 681else if (scope == ScopedKind.ScopedValue && _unboundLambda.ParameterAttributes(i).Any()) 717var lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder)); 723_unboundLambda, 746_unboundLambda.ParameterAttributes(i).Any()) 765_unboundLambda.Syntax, 785var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies); 812lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder), inExpressionTree ? BinderFlags.InExpressionTree : BinderFlags.None); 875var result = new BoundLambda(_unboundLambda.Syntax, _unboundLambda, block, diagnostics.ToReadOnlyAndFree(), lambdaBodyBinder, delegateType, inferredReturnType: default) 876{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated }; 891_unboundLambda, 956inferredReturnType = BoundLambda.InferReturnType(returnTypes, _unboundLambda, lambdaBodyBinder, delegateType, lambdaSymbol.IsAsync, lambdaBodyBinder.Conversions); 971_unboundLambda.Syntax, 972_unboundLambda, 978{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated }; 994var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies); 1000var lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder)); 1221_unboundLambda.Syntax, 1222_unboundLambda, 1236{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated };