3 writes to Value
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\UidManager.cs (3)
544currentUid.Value = reader.Value; 615Value = null; 706currentUid.Value = GetAvailableUid(currentUid);
7 references to Value
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\UidManager.cs (7)
458nameof(SR.MultipleUidUse), currentUid.Value, currentUid.ElementName 572if (currentUid.Value == null) 673if (uid.Value == null) 677else if (_uidTable.Contains(uid.Value)) 684StoreUid(uid.Value); 983WriteNewAttributeValue(currentUid.Value); 1104uid.Value,