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)
180
if (!
_stackGuard
.TryEnterOnCurrentStack())
182
return
_stackGuard
.RunOnEmptyStack(CreateCallSite, serviceIdentifier, callSiteChain);