1 write to _appxLocations
Microsoft.Build.Utilities.Core (1)
SDKManifest.cs (1)
390_appxLocations = new Dictionary<string, string>();
4 references to _appxLocations
Microsoft.Build.Utilities.Core (4)
SDKManifest.cs (4)
129public IDictionary<string, string> AppxLocations => _appxLocations != null ? new ReadOnlyDictionary<string, string>(_appxLocations) : null; 388if (_appxLocations == null) 393_appxLocations.Add(attribute.Name, value);