2 writes to _item
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteFactory.cs (2)
882
newCacheItem.
_item
= descriptor;
886
newCacheItem.
_item
= _item;
7 references to _item
Microsoft.Extensions.DependencyInjection (7)
ServiceLookup\CallSiteFactory.cs (7)
820
Debug.Assert(
_item
!= null);
821
return
_item
;
829
if (
_item
== null)
850
return
_item
!;
859
if (descriptor ==
_item
)
879
if (
_item
== null)
886
newCacheItem._item =
_item
;