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