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