2 writes to _item
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteFactory.cs (2)
902
newCacheItem.
_item
= descriptor;
906
newCacheItem.
_item
= _item;
7 references to _item
Microsoft.Extensions.DependencyInjection (7)
ServiceLookup\CallSiteFactory.cs (7)
840
Debug.Assert(
_item
!= null);
841
return
_item
;
849
if (
_item
== null)
870
return
_item
!;
879
if (descriptor ==
_item
)
899
if (
_item
== null)
906
newCacheItem._item =
_item
;