1 write to Content
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
1257Content = line ?? string.Empty;
5 references to Content
PresentationBuildTasks (5)
Microsoft\Build\Tasks\Windows\UidManager.cs (5)
1263get { return (Index == Content.Length); } 1270return Content[Index++]; 1280return Content[Index]; 1291Index = Content.Length; 1293return Content.Substring(temp);