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)
129
public IDictionary<string, string> AppxLocations =>
_appxLocations
!= null ? new ReadOnlyDictionary<string, string>(
_appxLocations
) : null;
388
if (
_appxLocations
== null)
393
_appxLocations
.Add(attribute.Name, value);