2 writes to _item
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteFactory.cs (2)
793
newCacheItem.
_item
= descriptor;
797
newCacheItem.
_item
= _item;
7 references to _item
Microsoft.Extensions.DependencyInjection (7)
ServiceLookup\CallSiteFactory.cs (7)
731
Debug.Assert(
_item
!= null);
732
return
_item
;
740
if (
_item
== null)
761
return
_item
!;
770
if (descriptor ==
_item
)
790
if (
_item
== null)
797
newCacheItem._item =
_item
;