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