1 write to _customApplication
System.Web (1)
HttpApplicationFactory.cs (1)
593
_customApplication
= customApplication;
3 references to _customApplication
System.Web (3)
HttpApplicationFactory.cs (3)
100
if (
_customApplication
!= null)
597
if (
_customApplication
!= null)
598
return
_customApplication
;