3 writes to Value
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
553currentUid.Value = reader.Value; 624Value = null; 715currentUid.Value = GetAvailableUid(currentUid);
7 references to Value
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\UidManager.cs (7)
471nameof(SR.MultipleUidUse), currentUid.Value, currentUid.ElementName 581if (currentUid.Value == null) 682if (uid.Value == null) 686else if (_uidTable.Contains(uid.Value)) 693StoreUid(uid.Value); 998WriteNewAttributeValue(currentUid.Value); 1125uid.Value,