1 write to _initInternalCompleted
System.Web (1)
HttpApplication.cs (1)
1706
_initInternalCompleted
= true;
3 references to _initInternalCompleted
System.Web (3)
HttpApplication.cs (3)
215
if (HttpRuntime.UseIntegratedPipeline && _initSpecialCompleted && !
_initInternalCompleted
) {
227
if (HttpRuntime.UseIntegratedPipeline && _initSpecialCompleted &&
_initInternalCompleted
) {
2160
if (_initSpecialCompleted &&
_initInternalCompleted
) {