5 references to MaxCount
PresentationBuildTasks (5)
BuildTasks\MS\Internal\Tasks\CompilerState.cs (5)
69_cacheInfoList = new String[(int)CompilerStateType.MaxCount]; 101Debug.Assert(_cacheInfoList.Length == (int)CompilerStateType.MaxCount, "The Cache string array should be already allocated."); 140for (int i =0; i<(int)CompilerStateType.MaxCount; i++) 161Debug.Assert(_cacheInfoList.Length == (int)CompilerStateType.MaxCount, "The Cache string array should be already allocated."); 190if (i >= (int)CompilerStateType.MaxCount)