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