3 writes to Value
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
543currentUid.Value = reader.Value; 614Value = null; 705currentUid.Value = GetAvailableUid(currentUid);
7 references to Value
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\UidManager.cs (7)
457nameof(SR.MultipleUidUse), currentUid.Value, currentUid.ElementName 571if (currentUid.Value == null) 672if (uid.Value == null) 676else if (_uidTable.Contains(uid.Value)) 683StoreUid(uid.Value); 982WriteNewAttributeValue(currentUid.Value); 1103uid.Value,