2 writes to _item
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteFactory.cs (2)
903
newCacheItem.
_item
= descriptor;
907
newCacheItem.
_item
= _item;
7 references to _item
Microsoft.Extensions.DependencyInjection (7)
ServiceLookup\CallSiteFactory.cs (7)
841
Debug.Assert(
_item
!= null);
842
return
_item
;
850
if (
_item
== null)
871
return
_item
!;
880
if (descriptor ==
_item
)
900
if (
_item
== null)
907
newCacheItem._item =
_item
;