1 write to Content
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
1281Content = (line == null) ? string.Empty : line;
5 references to Content
PresentationBuildTasks (5)
Microsoft\Build\Tasks\Windows\UidManager.cs (5)
1287get { return (Index == Content.Length); } 1294return Content[Index++]; 1304return Content[Index]; 1315Index = Content.Length; 1317return Content.Substring(temp);