3 writes to Value
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
550currentUid.Value = reader.Value; 621Value = null; 712currentUid.Value = GetAvailableUid(currentUid);
7 references to Value
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\UidManager.cs (7)
468nameof(SR.MultipleUidUse), currentUid.Value, currentUid.ElementName 578if (currentUid.Value == null) 679if (uid.Value == null) 683else if (_uidTable.Contains(uid.Value)) 690StoreUid(uid.Value); 995WriteNewAttributeValue(currentUid.Value); 1122uid.Value,