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