3 references to UACAsInvoker
Microsoft.Build.Tasks.Core (3)
GenerateApplicationManifest.cs (2)
375if (GetRequestedExecutionLevel(out string requestedExecutionLevel) && String.CompareOrdinal(requestedExecutionLevel, Constants.UACAsInvoker) != 0) 443requestedExecutionLevel = Constants.UACAsInvoker; // For backwards compatibility we assume asInvoker to begin with.
ManifestUtil\TrustInfo.cs (1)
241executionLevelString = Constants.UACAsInvoker;