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)
750return _appInstance; 756if (_isIntegratedPipeline && _appInstance != null && value != null) { 765IAllocatorProvider allocator = _appInstance != null ? _appInstance.AllocatorProvider : null;