Remove unnecessary using in namespaces folder (#13860)

This commit is contained in:
Thomas Nieto 2020-10-25 11:08:05 -05:00 committed by GitHub
parent 9bbba286c0
commit 9b39f05557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 13 deletions

View file

@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections;
using System.Collections.ObjectModel;
using System.Management.Automation;

View file

@ -4,8 +4,6 @@
using System.Collections.ObjectModel;
using System.Management.Automation.Internal;
using Dbg = System.Management.Automation;
namespace System.Management.Automation.Provider
{
#region DriveCmdletProvider

View file

@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections;
using System.Collections.ObjectModel;
using System.Management.Automation;

View file

@ -3,7 +3,6 @@
using System.Collections.Generic;
using System.Management.Automation.Internal;
using System.Text;
namespace System.Management.Automation.Provider
{

View file

@ -9,7 +9,6 @@ using System.IO;
using System.Management.Automation.Runspaces;
using System.Management.Automation.Internal;
using System.Management.Automation.Host;
using System.Reflection;
using System.Resources;
using System.Diagnostics.CodeAnalysis; // for fxcop
using System.Security.AccessControl;

View file

@ -3,7 +3,6 @@
#if !UNIX
using System;
using System.Management.Automation;
using System.Management.Automation.Provider;
using System.Security.AccessControl;

View file

@ -16,16 +16,10 @@ namespace Microsoft.PowerShell.Commands.Internal
{
using System;
using System.Security;
using System.Text;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using System.Management.Automation;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.ConstrainedExecution;
using BOOL = System.Int32;
using DWORD = System.UInt32;
using ULONG = System.UInt32;
/**
* Win32 encapsulation for MSCORLIB.