5 references to MaxCount
PresentationBuildTasks (5)
MS\Internal\Tasks\CompilerState.cs (5)
61_cacheInfoList = new String[(int)CompilerStateType.MaxCount]; 93Debug.Assert(_cacheInfoList.Length == (int)CompilerStateType.MaxCount, "The Cache string array should be already allocated."); 132for (int i =0; i<(int)CompilerStateType.MaxCount; i++) 153Debug.Assert(_cacheInfoList.Length == (int)CompilerStateType.MaxCount, "The Cache string array should be already allocated."); 182if (i >= (int)CompilerStateType.MaxCount)