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