8 references to _moduleIndexMap
System.Web (8)
HttpApplication.cs (8)
237
Debug.Assert(
_moduleIndexMap
!= null &&
_moduleIndexMap
.Count > 0, "_moduleIndexMap != null && _moduleIndexMap.Count > 0");
244
_moduleContainers = new PipelineModuleStepContainer[
_moduleIndexMap
.Count];
692
object value =
_moduleIndexMap
[moduleName];
1989
if (
_moduleIndexMap
.ContainsKey(moduleName)) {
1990
moduleIndex = (int)
_moduleIndexMap
[moduleName];
1993
moduleIndex =
_moduleIndexMap
.Count;
1994
_moduleIndexMap
[moduleName] = moduleIndex;