1 write to Content
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (1)
1293Content = (line == null) ? string.Empty : line;
5 references to Content
PresentationBuildTasks (5)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (5)
1299get { return (Index == Content.Length); } 1306return Content[Index++]; 1316return Content[Index]; 1327Index = Content.Length; 1329return Content.Substring(temp);