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