1 write to LambdaBindingCount
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
592Interlocked.Increment(ref data.LambdaBindingCount);
1 reference to LambdaBindingCount
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (1)
EndToEndTests.cs (1)
779Assert.Equal(localFunctions ? 20 : 40, data.LambdaBindingCount);