4 references to IsAdministrator
dotnet (2)
Commands\Workload\Install\NetSdkMsiInstallerServer.cs (1)
165
if (!WindowsUtils.
IsAdministrator
())
Installer\Windows\InstallElevationContextBase.cs (1)
26
public override bool IsElevated => WindowsUtils.
IsAdministrator
();
dotnet-MsiInstallation.Tests (2)
Framework\VMControl.cs (2)
36
if (!WindowsUtils.
IsAdministrator
())
55
if (!WindowsUtils.
IsAdministrator
())