1 write to Content
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
1263Content = line ?? string.Empty;
5 references to Content
PresentationBuildTasks (5)
Microsoft\Build\Tasks\Windows\UidManager.cs (5)
1269get { return (Index == Content.Length); } 1276return Content[Index++]; 1286return Content[Index]; 1297Index = Content.Length; 1299return Content.Substring(temp);