1 write to _stackGuard
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\CallSiteFactory.cs (1)
26_stackGuard = new StackGuard();
2 references to _stackGuard
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteFactory.cs (2)
180if (!_stackGuard.TryEnterOnCurrentStack()) 182return _stackGuard.RunOnEmptyStack(CreateCallSite, serviceIdentifier, callSiteChain);