3 writes to AppxLocation
Microsoft.Build.Tasks.Core (3)
ResolveSDKReference.cs (3)
1056
AppxLocation
= GetItemMetadataTrimmed(ReferenceItem, SDKManifest.Attributes.AppxLocation);
1344
AppxLocation
= null;
1416
AppxLocation
= String.Join("|", appxLocationComponents.ToArray());
5 references to AppxLocation
Microsoft.Build.Tasks.Core (5)
ResolveSDKReference.cs (5)
1057
if (String.IsNullOrEmpty(
AppxLocation
))
1340
if (String.IsNullOrEmpty(
AppxLocation
))
1419
if (
AppxLocation
== null)
1425
ResolvedItem.SetMetadata(SDKManifest.Attributes.AppxLocation,
AppxLocation
);
1435
AddStatusMessage("ResolveSDKReference.FoundAppxLocation",
AppxLocation
);