3 writes to Index
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
1285Index = 0; 1297return Content[Index++]; 1318Index = Content.Length;
3 references to Index
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
1290get { return (Index == Content.Length); } 1307return Content[Index]; 1317int temp = Index;