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