3 writes to Index
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
1258Index = 0; 1270return Content[Index++]; 1291Index = Content.Length;
3 references to Index
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
1263get { return (Index == Content.Length); } 1280return Content[Index]; 1290int temp = Index;