1 write to Content
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
1284Content = (line == null) ? string.Empty : line;
5 references to Content
PresentationBuildTasks (5)
Microsoft\Build\Tasks\Windows\UidManager.cs (5)
1290get { return (Index == Content.Length); } 1297return Content[Index++]; 1307return Content[Index]; 1318Index = Content.Length; 1320return Content.Substring(temp);