2 writes to _item
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteFactory.cs (2)
892
newCacheItem.
_item
= descriptor;
896
newCacheItem.
_item
= _item;
7 references to _item
Microsoft.Extensions.DependencyInjection (7)
ServiceLookup\CallSiteFactory.cs (7)
830
Debug.Assert(
_item
!= null);
831
return
_item
;
839
if (
_item
== null)
860
return
_item
!;
869
if (descriptor ==
_item
)
889
if (
_item
== null)
896
newCacheItem._item =
_item
;