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