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, 784var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies); 811lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder), inExpressionTree ? BinderFlags.InExpressionTree : BinderFlags.None); 874var result = new BoundLambda(_unboundLambda.Syntax, _unboundLambda, block, diagnostics.ToReadOnlyAndFree(), lambdaBodyBinder, delegateType, inferredReturnType: default) 875{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated }; 890_unboundLambda, 955inferredReturnType = BoundLambda.InferReturnType(returnTypes, _unboundLambda, lambdaBodyBinder, delegateType, lambdaSymbol.IsAsync, lambdaBodyBinder.Conversions); 970_unboundLambda.Syntax, 971_unboundLambda, 977{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated }; 993var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies); 999var lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder)); 1220_unboundLambda.Syntax, 1221_unboundLambda, 1235{ WasCompilerGenerated = _unboundLambda.WasCompilerGenerated };