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