5 references to MaxCount
PresentationBuildTasks (5)
BuildTasks\MS\Internal\Tasks\CompilerState.cs (5)
69
_cacheInfoList = new String[(int)CompilerStateType.
MaxCount
];
101
Debug.Assert(_cacheInfoList.Length == (int)CompilerStateType.
MaxCount
, "The Cache string array should be already allocated.");
140
for (int i =0; i<(int)CompilerStateType.
MaxCount
; i++)
161
Debug.Assert(_cacheInfoList.Length == (int)CompilerStateType.
MaxCount
, "The Cache string array should be already allocated.");
190
if (i >= (int)CompilerStateType.
MaxCount
)