1 write to _configInited
System.Web (1)
HttpRuntime.cs (1)
1319
_theRuntime.
_configInited
= true;
2 references to _configInited
System.Web (2)
HttpRuntime.cs (2)
1318
if (!_theRuntime.
_configInited
) {
3101
get { return _theRuntime.
_configInited
; }