2 writes to _item
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteFactory.cs (2)
813
newCacheItem.
_item
= descriptor;
817
newCacheItem.
_item
= _item;
7 references to _item
Microsoft.Extensions.DependencyInjection (7)
ServiceLookup\CallSiteFactory.cs (7)
751
Debug.Assert(
_item
!= null);
752
return
_item
;
760
if (
_item
== null)
781
return
_item
!;
790
if (descriptor ==
_item
)
810
if (
_item
== null)
817
newCacheItem._item =
_item
;