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)
19
if (!
_stackGuard
.TryEnterOnCurrentStack())
21
return
_stackGuard
.RunOnEmptyStack(VisitCallSite, callSite, argument);