2 writes to _appInstance
System.Web (2)
HttpContext.cs (2)
760
_appInstance
= value;
2219
_appInstance
= null;
4 references to _appInstance
System.Web (4)
HttpContext.cs (4)
750
return
_appInstance
;
756
if (_isIntegratedPipeline &&
_appInstance
!= null && value != null) {
765
IAllocatorProvider allocator =
_appInstance
!= null ?
_appInstance
.AllocatorProvider : null;