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