2 writes to _disallowUrlActivation
Microsoft.Build.Tasks.Core (2)
ManifestUtil\DeployManifest.cs (2)
351
set =>
_disallowUrlActivation
= value ? "true" : null; // NOTE: disallowUrlActivation=false is implied, and Fusion prefers the false case to be unspecified
655
set =>
_disallowUrlActivation
= value;
2 references to _disallowUrlActivation
Microsoft.Build.Tasks.Core (2)
ManifestUtil\DeployManifest.cs (2)
350
get => ConvertUtil.ToBoolean(
_disallowUrlActivation
);
654
get =>
_disallowUrlActivation
?.ToLowerInvariant();