2 writes to _callCount
BasicWebSite (2)
ActionDescriptorCreationCounter.cs (2)
16
var callCount = Interlocked.Read(ref
_callCount
);
41
Interlocked.Increment(ref
_callCount
);