1 write to _stackGuard
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\CallSiteVisitor.cs (1)
14_stackGuard = new StackGuard();
2 references to _stackGuard
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteVisitor.cs (2)
19if (!_stackGuard.TryEnterOnCurrentStack()) 21return _stackGuard.RunOnEmptyStack(VisitCallSite, callSite, argument);