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