3 writes to Index
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
1264
Index
= 0;
1276
return Content[
Index
++];
1297
Index
= Content.Length;
3 references to Index
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
1269
get { return (
Index
== Content.Length); }
1286
return Content[
Index
];
1296
int temp =
Index
;