3 writes to Index
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
1282
Index
= 0;
1294
return Content[
Index
++];
1315
Index
= Content.Length;
3 references to Index
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
1287
get { return (
Index
== Content.Length); }
1304
return Content[
Index
];
1314
int temp =
Index
;