1 write to AppxLocationsFromManifest
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
742AppxLocationsFromManifest = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
4 references to AppxLocationsFromManifest
Microsoft.Build.Tasks.Core (4)
ResolveSDKReference.cs (4)
1063if (!AppxLocationsFromManifest.ContainsKey(kvp.Key)) 1065AppxLocationsFromManifest.Add(kvp.Key, kvp.Value); 1342if (AppxLocationsFromManifest.Count > 0) 1350foreach (var appxLocation in AppxLocationsFromManifest)