3 writes to AppxLocation
Microsoft.Build.Tasks.Core (3)
ResolveSDKReference.cs (3)
1052AppxLocation = GetItemMetadataTrimmed(ReferenceItem, SDKManifest.Attributes.AppxLocation); 1340AppxLocation = null; 1412AppxLocation = String.Join("|", appxLocationComponents.ToArray());
5 references to AppxLocation
Microsoft.Build.Tasks.Core (5)
ResolveSDKReference.cs (5)
1053if (String.IsNullOrEmpty(AppxLocation)) 1336if (String.IsNullOrEmpty(AppxLocation)) 1415if (AppxLocation == null) 1421ResolvedItem.SetMetadata(SDKManifest.Attributes.AppxLocation, AppxLocation); 1431AddStatusMessage("ResolveSDKReference.FoundAppxLocation", AppxLocation);