1 write to AppxLocationsFromManifest
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
738AppxLocationsFromManifest = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
4 references to AppxLocationsFromManifest
Microsoft.Build.Tasks.Core (4)
ResolveSDKReference.cs (4)
1059if (!AppxLocationsFromManifest.ContainsKey(kvp.Key)) 1061AppxLocationsFromManifest.Add(kvp.Key, kvp.Value); 1338if (AppxLocationsFromManifest.Count > 0) 1346foreach (var appxLocation in AppxLocationsFromManifest)