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