2 writes to _mapFileExtensions
Microsoft.Build.Tasks.Core (2)
ManifestUtil\DeployManifest.cs (2)
395
set =>
_mapFileExtensions
= value ? "true" : null; // NOTE: mapFileExtensions=false is implied, and Fusion prefers the false case to be unspecified
682
set =>
_mapFileExtensions
= value;
2 references to _mapFileExtensions
Microsoft.Build.Tasks.Core (2)
ManifestUtil\DeployManifest.cs (2)
394
get => ConvertUtil.ToBoolean(
_mapFileExtensions
);
681
get =>
_mapFileExtensions
?.ToLowerInvariant();