Rename `GeneratedDllImportAttribute` -> `LibraryImportAttribute` (#66307)
authorElinor Fung <elfung@microsoft.com>
Thu, 10 Mar 2022 02:07:52 +0000 (18:07 -0800)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 02:07:52 +0000 (18:07 -0800)
commitc2ec86b1c552ac8a1749f9f98e012f707e325660
treefef23a383576f9a71ac11345d7259a6e0b05d9a5
parentb71eba8b3a74fa6282dc1526e68abbd26f3e385f
Rename `GeneratedDllImportAttribute` -> `LibraryImportAttribute` (#66307)
992 files changed:
docs/coding-guidelines/interop-guidelines.md
docs/design/features/source-generator-com.md
docs/design/features/source-generator-pinvokes.md
docs/design/libraries/LibraryImportGenerator/Compatibility.md
docs/design/libraries/LibraryImportGenerator/Pipeline.md
docs/design/libraries/LibraryImportGenerator/SpanMarshallers.md
eng/generators.targets
src/coreclr/System.Private.CoreLib/src/System/Buffer.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/CLRConfig.cs
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/Debugger.cs
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/Eventing/NativeRuntimeEventSource.PortableThreadPool.NativeSinks.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/StackFrame.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Enum.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Environment.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Exception.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/GC.cs
src/coreclr/System.Private.CoreLib/src/System/IO/FileLoadException.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Reflection/Assembly.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.cs
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilder.cs
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilder.cs
src/coreclr/System.Private.CoreLib/src/System/Reflection/LoaderAllocator.cs
src/coreclr/System.Private.CoreLib/src/System/Reflection/Metadata/AssemblyExtensions.cs
src/coreclr/System.Private.CoreLib/src/System/Reflection/Metadata/MetadataUpdater.cs
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeAssembly.cs
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeModule.cs
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.cs
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveCMarshal.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/X86Base.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs
src/coreclr/System.Private.CoreLib/src/System/RuntimeType.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/StubHelpers.cs
src/coreclr/System.Private.CoreLib/src/System/Threading/Interlocked.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Threading/LowLevelLifoSemaphore.Unix.cs
src/coreclr/System.Private.CoreLib/src/System/Threading/Monitor.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/TypeLoadException.CoreCLR.cs
src/coreclr/System.Private.CoreLib/src/System/TypeNameParser.cs
src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/InternalCalls.cs
src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/RuntimeExports.cs
src/coreclr/nativeaot/System.Private.CoreLib/src/System/Runtime/RuntimeImports.cs
src/coreclr/nativeaot/Test.CoreLib/src/System/Runtime/RuntimeImports.cs
src/libraries/Common/src/Interop/Android/Interop.JObjectLifetime.cs
src/libraries/Common/src/Interop/Android/Interop.Logcat.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Bignum.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Cipher.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Dsa.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.EcDsa.ImportExport.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.EcDsa.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.EcKey.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Ecdh.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Err.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Evp.DigestAlgs.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Evp.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Hmac.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Initialization.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Random.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Rsa.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Ssl.ProtocolSupport.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.Ssl.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.X509.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.X509Chain.cs
src/libraries/Common/src/Interop/Android/System.Security.Cryptography.Native.Android/Interop.X509Store.cs
src/libraries/Common/src/Interop/BSD/System.Native/Interop.ProtocolStatistics.cs
src/libraries/Common/src/Interop/BSD/System.Native/Interop.Sysctl.cs
src/libraries/Common/src/Interop/BSD/System.Native/Interop.TcpConnectionInfo.cs
src/libraries/Common/src/Interop/Interop.Brotli.cs
src/libraries/Common/src/Interop/Interop.Calendar.cs
src/libraries/Common/src/Interop/Interop.Casing.cs
src/libraries/Common/src/Interop/Interop.Collation.cs
src/libraries/Common/src/Interop/Interop.HostPolicy.cs
src/libraries/Common/src/Interop/Interop.ICU.cs
src/libraries/Common/src/Interop/Interop.ICU.iOS.cs
src/libraries/Common/src/Interop/Interop.Idna.cs
src/libraries/Common/src/Interop/Interop.Locale.cs
src/libraries/Common/src/Interop/Interop.Normalization.cs
src/libraries/Common/src/Interop/Interop.Odbc.cs
src/libraries/Common/src/Interop/Interop.TimeZoneInfo.cs
src/libraries/Common/src/Interop/Interop.zlib.cs
src/libraries/Common/src/Interop/Linux/OpenLdap/Interop.Ber.cs
src/libraries/Common/src/Interop/Linux/OpenLdap/Interop.Ldap.cs
src/libraries/Common/src/Interop/Linux/System.Native/Interop.INotify.cs
src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFArray.cs
src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFData.cs
src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFDate.cs
src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFDictionary.cs
src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFError.cs
src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFNumber.cs
src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFProxy.cs
src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFString.cs
src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.CFUrl.cs
src/libraries/Common/src/Interop/OSX/Interop.CoreFoundation.cs
src/libraries/Common/src/Interop/OSX/Interop.EventStream.cs
src/libraries/Common/src/Interop/OSX/Interop.RunLoop.cs
src/libraries/Common/src/Interop/OSX/Interop.SystemConfiguration.cs
src/libraries/Common/src/Interop/OSX/Interop.libc.cs
src/libraries/Common/src/Interop/OSX/Interop.libobjc.cs
src/libraries/Common/src/Interop/OSX/Interop.libproc.GetProcessInfoById.cs
src/libraries/Common/src/Interop/OSX/Interop.libproc.cs
src/libraries/Common/src/Interop/OSX/System.Native/Interop.AutoreleasePool.cs
src/libraries/Common/src/Interop/OSX/System.Native/Interop.SearchPath.cs
src/libraries/Common/src/Interop/OSX/System.Native/Interop.SearchPath.iOS.cs
src/libraries/Common/src/Interop/OSX/System.Native/Interop.iOSSupportVersion.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Digest.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Ecc.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Hmac.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.KeyAgree.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Keychain.iOS.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Keychain.macOS.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Pbkdf2.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.RSA.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Random.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecErrMessage.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecKeyRef.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SecKeyRef.macOS.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.SignVerify.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Ssl.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Symmetric.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.Trust.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509.iOS.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509.macOS.cs
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.X509Chain.cs
src/libraries/Common/src/Interop/SunOS/procfs/Interop.ProcFsStat.TryReadProcessStatusInfo.cs
src/libraries/Common/src/Interop/Unix/Interop.Errors.cs
src/libraries/Common/src/Interop/Unix/System.IO.Ports.Native/Interop.Serial.cs
src/libraries/Common/src/Interop/Unix/System.IO.Ports.Native/Interop.Termios.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Abort.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Accept.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Access.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Bind.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChDir.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChMod.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Close.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ConfigureTerminalForChildProcess.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Connect.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.CopyFile.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Disconnect.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Dup.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.DynamicLoad.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.EnumerateInterfaceAddresses.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ErrNo.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Exit.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.FAllocate.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.FChMod.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.FLock.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.FSync.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.FTruncate.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.Pipe.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ForkAndExecProcess.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetBytesAvailable.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetControlCharacters.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCpuUtilization.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCwd.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDefaultTimeZone.Android.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainName.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainSocketSizes.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEUid.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnv.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnviron.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetGroupList.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetHostName.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetMaximumAddressSize.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetNameInfo.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetOSArchitecture.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerID.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerName.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerUserName.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPid.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetProcessPath.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPwUid.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetRandomBytes.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSetPriority.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSid.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockName.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockOpt.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketErrorOption.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketType.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSystemTimeAsTicks.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetTimestamp.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixName.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixRelease.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixVersion.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetWindowWidth.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.HostEntry.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.IPPacketInformation.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.InitializeTerminalAndSignalHandling.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.InterfaceNameToIndex.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.IsATty.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.IsMemberOfGroup.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Kill.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.LChflags.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.LSeek.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.LingerOption.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Link.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Listen.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.LockFileRegion.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Log.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.LowLevelMonitor.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MAdvise.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MMap.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MSync.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MUnmap.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MapTcpState.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MemAlloc.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MemSet.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MkDir.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MksTemps.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.FormatInfo.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MulticastOption.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.NetworkChange.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Open.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.PRead.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.PReadV.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.PWrite.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.PWriteV.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.PathConf.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Pipe.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.PlatformSocketSupport.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Poll.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.PosixFAdvise.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.PosixSignal.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.Pipe.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadDir.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadLink.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadStdinUnbuffered.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.RealPath.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Receive.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReceiveMessage.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.RegisterForSigChld.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Rename.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ResourceLimits.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.RmDir.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SNPrintF.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SchedGetCpu.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SchedGetSetAffinity.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Send.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendFile.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendMessage.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetDelayedSigChildConsoleConfigurationHandler.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetEUid.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetReceiveTimeout.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSendTimeout.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSignalForBreak.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSockOpt.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetTerminalInvalidationHandler.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.ShmOpen.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Shutdown.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Socket.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketAddress.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketEvent.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Pipe.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Span.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.StdinReady.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SymLink.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Sync.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysConf.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysLog.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Threading.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.UTimensat.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.UnixFileSystemTypes.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Unlink.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitId.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitPid.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.Pipe.cs
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.cs
src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs
src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.GetIntegerBytes.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.Nid.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ASN1.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.BIO.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Bignum.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.CheckX509Hostname_IntPtr.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Crypto.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Dsa.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.ERR.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EVP.Cipher.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EVP.DigestAlgs.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EVP.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcDsa.ImportExport.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcDsa.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EcKey.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Dsa.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.EcKey.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Ecdh.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.Rsa.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.EvpPkey.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Hmac.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Initialization.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.LegacyAlgorithms.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.LookupFriendlyNameByOid.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OCSP.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSslAvailable.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSslGetProtocolSupport.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSslVersion.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Pkcs7.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.RAND.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SetProtocolOptions.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Ssl.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SslCtx.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.SslCtxOptions.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Ext.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Name.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509Stack.cs
src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509StoreCtx.cs
src/libraries/Common/src/Interop/Unix/libc/Interop.GetParentPid.cs
src/libraries/Common/src/Interop/Windows/Activeds/Interop.ADsOpenObject.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.AdjustTokenPrivileges.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.AllocateLocallyUniqueId.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ChangeServiceConfig2.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CheckTokenMembership.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ClearEventLog.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CloseEventLog.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CloseServiceHandle.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ControlService.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertSdToStringSd.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertSidToStringSid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSdToSd.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSecurityDescriptorToSecurityDescriptor.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSidToSid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CopySid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateProcessWithLogon.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateService.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateWellKnownSid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptAcquireContext.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptAcquireContext_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptCreateHash.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDecrypt.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDeriveKey.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyHash.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyKey.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptEncrypt.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptExportKey.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptGenKey.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptGetDefaultProvider.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptGetHashParam.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptGetKeyParam.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptGetProvParam.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptGetUserKey.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptHashData.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptImportKey.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptReleaseContext.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptSetKeyParam.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptSignHash.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.DeleteService.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.DeregisterEventSource.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.DuplicateTokenEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.DuplicateTokenEx_SafeTokenHandle.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EncryptDecrypt.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EnumDependentServices.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EnumServicesStatusEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EqualDomainSid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EventActivityIdControl.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EventRegister.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EventSetInformation.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EventTraceGuidsEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EventUnregister.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EventWriteString.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EventWriteTransfer.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetLengthSid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetNumberOfEventLogRecords.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetOldestEventLogRecord.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetSecurityDescriptorLength.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetSecurityInfoByHandle.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetSecurityInfoByName.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetServiceDisplayName.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetServiceKeyName.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetSidIdentifierAuthority.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetTokenInformation.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetTokenInformation_SafeLocalAllocHandle.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetTokenInformation_void.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetWindowsAccountDomainSid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ImpersonateLoggedOnUser.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ImpersonateLoggedOnUser_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ImpersonateNamedPipeClient.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.IsEqualDomainSid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.IsValidSid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.IsWellKnownSid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LogonUser.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LookupAccountNameW.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LookupAccountSid.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LookupPrivilegeValue.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaClose.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaFreeMemory.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaLookupNames2.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaLookupSids.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaNtStatusToWinError.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaOpenPolicy.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaQueryInformationPolicy.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.NotifyChangeEventLog.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.OpenEventLog.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.OpenProcessToken.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.OpenProcessToken_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.OpenProcessToken_SafeAccessTokenHandle.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.OpenSCManager.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.OpenService.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.OpenThreadToken.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.OpenThreadToken_SafeTokenHandle.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.QueryServiceConfig.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.QueryServiceStatus.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ReadEventLog.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegCloseKey.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegConnectRegistry.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegCreateKeyEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegDeleteKeyEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegDeleteValue.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegEnumKeyEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegEnumValue.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegFlushKey.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegOpenKeyEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegQueryInfoKey.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegQueryValueEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegSetValueEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegisterEventSource.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegisterServiceCtrlHandlerEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ReportEvent.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RevertToSelf.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.SetSecurityInfoByHandle.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.SetSecurityInfoByName.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.SetServiceStatus.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.SetThreadToken.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.StartService.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.StartServiceCtrlDispatcher.cs
src/libraries/Common/src/Interop/Windows/Authz/Interop.AuthzGetInformationFromContext.cs
src/libraries/Common/src/Interop/Windows/Authz/Interop.AuthzInitializeContextFromSid.cs
src/libraries/Common/src/Interop/Windows/Authz/Interop.AuthzInitializeResourceManager.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Cng.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptCloseAlgorithmProvider.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptCreateHash.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptDeriveKeyPBKDF2.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptDestroyHash.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptDestroyKey.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptDuplicateHash.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptEncryptDecrypt.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptExportKey.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptFinishHash.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptGenerateSymmetricKey.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptGetProperty.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptHash.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptHashData.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptImportKey.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptKeyDerivation.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptOpenAlgorithmProvider.cs
src/libraries/Common/src/Interop/Windows/Credui/Interop.CredUIParseUserName.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertAddCertificateContextToStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertAddCertificateLinkToStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertAddCertificateLinkToStore_CertStoreAddDisposition.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertCloseStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertControlStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertCreateCertificateChainEngine.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertCreateCertificateContext.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertDeleteCertificateFromStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertDuplicateCertificateChain.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertDuplicateCertificateContext.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertDuplicateCertificateContextWithKeyContainerDeletion.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertDuplicateCertificateContext_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertDuplicateStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertEnumCertificatesInStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertEnumCertificatesInStore_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertEnumCertificatesInStore_SafeCertStoreHandle.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertFindCertificateInStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertFindExtension.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertFreeCertificateChain.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertFreeCertificateChainEngine.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertFreeCertificateContext.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertGetCertificateChain.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertGetCertificateContextProperty.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertGetCertificateContextPropertyString.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertGetCertificateContextProperty_NO_NULLABLE.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertGetIntendedKeyUsage.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertGetNameString.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertGetPublicKeyLength.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertGetValidUsages.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertNameToStr.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertOpenStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertOpenStore_ENUM.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertSaveStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertSerializeCertificateStoreElement.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertSetCertificateContextProperty_CRYPT_KEY_PROV_INFO.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertSetCertificateContextProperty_DATA_BLOB.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertSetCertificateContextProperty_SafeNCryptKeyHandle.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertStrToName.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertVerifyTimeValidity.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptAcquireCertificatePrivateKey.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptAcquireCertificatePrivateKey_SafeNCryptKeyHandle.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptDecodeObject.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptDecodeObjectPointer_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptDecodeObjectPointer_string.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptDecodeObject_CertEncodingType.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptEncodeObject.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptEncodeObject_CertEncodingType.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptFormatObject.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptHashPublicKeyInfo.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptImportPublicKeyInfoEx2.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgClose.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgControl.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgGetParam.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgOpenToDecode.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgOpenToEncode.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgUpdate.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptProtectData.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptProtectMemory.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptQueryObject.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptQueryObject_IntPtr_out.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptUnprotectData.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.FindOidInfo.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.HashIdAlg.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.PFXExportCertStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.PFXImportCertStore.cs
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.certificates.cs
src/libraries/Common/src/Interop/Windows/CryptUI/Interop.CryptUIDlgCertificate.cs
src/libraries/Common/src/Interop/Windows/Dsrole/Interop.DsRoleFreeMemory.cs
src/libraries/Common/src/Interop/Windows/Dsrole/Interop.DsRoleGetPrimaryDomainInformation.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.BitBlt.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.CombineRgn.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.CreateCompatibleDC.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.CreateDC.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.CreateFontIndirect.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.CreateIC.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.CreateRectRgn.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.DeleteDC.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.DeleteObject.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.GetClipRgn.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.GetCurrentObject.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.GetDeviceCaps.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.GetObjectType.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.GetRgnBox.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.GetStockObject.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.OffsetViewportOrgEx.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.RestoreDC.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.SaveDC.cs
src/libraries/Common/src/Interop/Windows/Gdi32/Interop.SelectClipRgn.cs
src/libraries/Common/src/Interop/Windows/HttpApi/Interop.HttpApi.cs
src/libraries/Common/src/Interop/Windows/IpHlpApi/Interop.GetNetworkParams.cs
src/libraries/Common/src/Interop/Windows/IpHlpApi/Interop.ICMP.cs
src/libraries/Common/src/Interop/Windows/IpHlpApi/Interop.NetworkInformation.cs
src/libraries/Common/src/Interop/Windows/IpHlpApi/Interop.if_nametoindex.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.Beep.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CancelIoEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CheckTokenMembershipEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ClearCommBreak.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ClearCommError.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CloseHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CompletionPort.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ConditionVariable.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ConnectNamedPipe.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ConsoleCursorInfo.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CopyFileEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateDirectory.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateFile.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateFileMapping.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateFile_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateNamedPipe.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateNamedPipeClient.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreatePipe_SafeFileHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreatePipe_SafePipeHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateProcess.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateSymbolicLink.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateToolhelp32Snapshot.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CriticalSection.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DeleteFile.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DeleteVolumeMountPoint.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DeviceIoControl.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DisconnectNamedPipe.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DuplicateHandle_SafeAccessTokenHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DuplicateHandle_SafeFileHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DuplicateHandle_SafePipeHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DuplicateHandle_SafeWaitHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.DynamicLoad.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.EnumProcessModules.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.EnumProcesses.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.EscapeCommFunction.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.EventWaitHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ExitProcess.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ExpandEnvironmentStrings.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FileScatterGather.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FileTimeToSystemTime.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FillConsoleOutputAttribute.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FillConsoleOutputCharacter.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FindClose.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FindFirstFileEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FindNextFile.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FlushFileBuffers.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FlushViewOfFile.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FormatMessage.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FormatMessage_SafeLibraryHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FreeEnvironmentStrings.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FreeLibrary.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCPInfo.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCPInfoEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCommModemStatus.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCommProperties.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCommState.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetComputerName.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetConsoleCP.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetConsoleMode.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetConsoleOutputCP.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetConsoleScreenBufferInfo.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetConsoleTitle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCurrentDirectory.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCurrentProcess.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCurrentProcessId.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCurrentProcessorNumber.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCurrentThread.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCurrentThreadId.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetDiskFreeSpaceEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetDriveType.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetEnvironmentStrings.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetEnvironmentVariable.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetExitCodeProcess.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetFileAttributesEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetFileInformationByHandleEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetFileType_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetFileType_SafeHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetFinalPathNameByHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetFullPathNameW.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetLargestConsoleWindowSize.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetLastError.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetLogicalDrives.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetLongPathNameW.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetModuleBaseName.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetModuleFileName.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetModuleFileNameEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetModuleHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetModuleInformation.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetNamedPipeHandleState.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetNamedPipeInfo.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetNativeSystemInfo.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetOverlappedResult.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetPriorityClass.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcAddress.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcessAffinityMask.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcessId.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcessMemoryInfo.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcessName.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcessPriorityBoost.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcessTimes.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcessTimes_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcessWorkingSetSizeEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetStdHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetSystemDirectoryW.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetSystemInfo.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetSystemTime.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetSystemTimes.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetTempFileNameW.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetTempPathW.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetThreadPriority.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetThreadPriorityBoost.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetThreadTimes.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetTickCount64.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetUserDefaultLCID.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetVolumeInformation.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GlobalFree.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GlobalLock.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GlobalMemoryStatusEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.Globalization.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.HandleInformation.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.Heap.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.IsDebuggerPresent.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.IsWow64Process_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.IsWow64Process_SafeProcessHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.LoadLibrary.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.LoadLibraryEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.LoadLibraryEx_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.LocalAlloc.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.LockFile.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.MapViewOfFile.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.MoveFileEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.MultiByteToWideChar.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.Mutex.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.OpenFileMapping.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.OpenProcess.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.OpenThread.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.OutputDebugString.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.PeekConsoleInput.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.PurgeComm.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.QueryPerformanceCounter.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.QueryPerformanceFrequency.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.QueryUnbiasedInterruptTime.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.RaiseFailFastException.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ReadConsole.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ReadConsoleInput.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ReadConsoleOutput.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ReadDirectoryChangesW.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ReadFile_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ReadFile_SafeHandle_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ReadFile_SafeHandle_NativeOverlapped.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.RemoveDirectory.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ReplaceFile.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ResolveLocaleName.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.Semaphore.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetCommBreak.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetCommMask.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetCommState.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetCommTimeouts.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetConsoleCP.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetConsoleCtrlHandler.Delegate.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetConsoleCtrlHandler.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetConsoleCursorPosition.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetConsoleOutputCP.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetConsoleScreenBufferSize.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetConsoleTextAttribute.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetConsoleTitle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetConsoleWindowInfo.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetCurrentDirectory.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetEnvironmentVariable.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetFileAttributes.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetFileCompletionNotificationModes.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetFileInformationByHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetFilePointerEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetLastError.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetNamedPipeHandleState.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetPriorityClass.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetProcessAffinityMask.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetProcessPriorityBoost.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetProcessWorkingSetSizeEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetThreadAffinityMask.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetThreadErrorMode.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetThreadIdealProcessor.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetThreadPriority.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetThreadPriorityBoost.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetVolumeLabel.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetupComm.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SystemTimeToFileTime.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.TerminateProcess.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ThreadPool.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ThreadPoolIO.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.Threading.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.TimeZone.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.Timer.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.TzSpecificLocalTimeToSystemTime.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.UnmapViewOfFile.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VerLanguageName.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VerSetConditionMask.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VerifyVersionExW.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VirtualAlloc.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VirtualAlloc_Ptr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VirtualFree.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VirtualQuery.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VirtualQuery_Ptr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.WaitCommEvent.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.WaitForSingleObject.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.WaitNamedPipe.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.WideCharToMultiByte.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.WriteConsole.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.WriteConsoleOutput.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.WriteFile_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.WriteFile_SafeHandle_IntPtr.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.WriteFile_SafeHandle_NativeOverlapped.cs
src/libraries/Common/src/Interop/Windows/Logoncli/Interop.DsGetDcName.cs
src/libraries/Common/src/Interop/Windows/NCrypt/Interop.EncryptDecrypt.cs
src/libraries/Common/src/Interop/Windows/NCrypt/Interop.Keys.cs
src/libraries/Common/src/Interop/Windows/NCrypt/Interop.NCryptDeriveKeyMaterial.cs
src/libraries/Common/src/Interop/Windows/NCrypt/Interop.NCryptDeriveSecretAgreement.cs
src/libraries/Common/src/Interop/Windows/NCrypt/Interop.NCryptFreeObject.cs
src/libraries/Common/src/Interop/Windows/NCrypt/Interop.NCryptOpenStorageProvider.cs
src/libraries/Common/src/Interop/Windows/NCrypt/Interop.Properties.cs
src/libraries/Common/src/Interop/Windows/NCrypt/Interop.SignVerify.cs
src/libraries/Common/src/Interop/Windows/Netutils/Interop.NetApiBufferFree.cs
src/libraries/Common/src/Interop/Windows/Normaliz/Interop.Idna.cs
src/libraries/Common/src/Interop/Windows/Normaliz/Interop.Normalization.cs
src/libraries/Common/src/Interop/Windows/NtDll/Interop.NtCreateFile.cs
src/libraries/Common/src/Interop/Windows/NtDll/Interop.NtQueryDirectoryFile.cs
src/libraries/Common/src/Interop/Windows/NtDll/Interop.NtQueryInformationFile.cs
src/libraries/Common/src/Interop/Windows/NtDll/Interop.NtQueryInformationProcess.cs
src/libraries/Common/src/Interop/Windows/NtDll/Interop.NtQuerySystemInformation.cs
src/libraries/Common/src/Interop/Windows/NtDll/Interop.RtlGetVersion.cs
src/libraries/Common/src/Interop/Windows/NtDll/Interop.RtlNtStatusToDosError.cs
src/libraries/Common/src/Interop/Windows/Ole32/Interop.CLSIDFromProgID.cs
src/libraries/Common/src/Interop/Windows/Ole32/Interop.CoCreateGuid.cs
src/libraries/Common/src/Interop/Windows/Ole32/Interop.CoGetApartmentType.cs
src/libraries/Common/src/Interop/Windows/Ole32/Interop.CoGetObjectContext.cs
src/libraries/Common/src/Interop/Windows/Ole32/Interop.CoGetStandardMarshal.cs
src/libraries/Common/src/Interop/Windows/Ole32/Interop.CoInitializeEx.cs
src/libraries/Common/src/Interop/Windows/Ole32/Interop.CoTaskMemAlloc.cs
src/libraries/Common/src/Interop/Windows/Ole32/Interop.CoUninitialize.cs
src/libraries/Common/src/Interop/Windows/Ole32/Interop.PropVariantClear.cs
src/libraries/Common/src/Interop/Windows/OleAut32/Interop.SetErrorInfo.cs
src/libraries/Common/src/Interop/Windows/OleAut32/Interop.SysAllocStringByteLen.cs
src/libraries/Common/src/Interop/Windows/OleAut32/Interop.SysAllocStringLen.cs
src/libraries/Common/src/Interop/Windows/OleAut32/Interop.SysFreeString.cs
src/libraries/Common/src/Interop/Windows/OleAut32/Interop.VariantClear.cs
src/libraries/Common/src/Interop/Windows/Pdh/Interop.PdhFormatFromRawValue.cs
src/libraries/Common/src/Interop/Windows/PerfCounter/Interop.PerformanceData.cs
src/libraries/Common/src/Interop/Windows/Secur32/Interop.GetUserNameExW.cs
src/libraries/Common/src/Interop/Windows/Shell32/Interop.SHGetKnownFolderPath.cs
src/libraries/Common/src/Interop/Windows/Shell32/Interop.ShellExecuteExW.cs
src/libraries/Common/src/Interop/Windows/SspiCli/Interop.LsaConnectUntrusted.cs
src/libraries/Common/src/Interop/Windows/SspiCli/Interop.LsaDeregisterLogonProcess.cs
src/libraries/Common/src/Interop/Windows/SspiCli/Interop.LsaFreeReturnBuffer.cs
src/libraries/Common/src/Interop/Windows/SspiCli/Interop.LsaGetLogonSessionData.cs
src/libraries/Common/src/Interop/Windows/SspiCli/Interop.LsaLogonUser.cs
src/libraries/Common/src/Interop/Windows/SspiCli/Interop.LsaLookupAuthenticationPackage.cs
src/libraries/Common/src/Interop/Windows/SspiCli/Interop.SSPI.cs
src/libraries/Common/src/Interop/Windows/Ucrtbase/Interop.MemAlloc.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.CreateWindowEx.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.DefWindowProc.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.DestroyWindow.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.DispatchMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.EnumWindows.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.FindWindow.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetClassInfo.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetDC.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetKeyState.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetProcessWindowStation.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetSysColor.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetUserObjectInformation.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetWindow.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetWindowLong.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetWindowTextLengthW.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetWindowTextW.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetWindowThreadProcessId.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.IsWindow.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.IsWindowVisible.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.KillTimer.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.LoadString.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.MessageBeep.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.MsgWaitForMultipleObjectsEx.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.PostMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.PostQuitMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.RegisterClass.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.RegisterWindowMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.ReleaseDC.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SendMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SendMessageTimeout.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SetClassLong.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SetClassLongPtr.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SetTimer.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SetWindowLong.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SetWindowLongPtr.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SystemParametersInfo.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.TranslateMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.UnregisterClass.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.WaitForInputIdle.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.WindowFromDC.cs
src/libraries/Common/src/Interop/Windows/Version/Interop.GetFileVersionInfoEx.cs
src/libraries/Common/src/Interop/Windows/Version/Interop.GetFileVersionInfoSizeEx.cs
src/libraries/Common/src/Interop/Windows/Version/Interop.VerQueryValue.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketAbortHandle.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketBeginClientHandshake.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketBeginServerHandshake.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketCompleteAction.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketCreateClientHandle.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketCreateServerHandle.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketDeleteHandle.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketEndServerHandshake.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketGetAction.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketReceive.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.WebSocketSend.cs
src/libraries/Common/src/Interop/Windows/WinHttp/Interop.winhttp.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.PlaySound.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.mmioAscend.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.mmioClose.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.mmioDescend.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.mmioOpen.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.mmioRead.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.waveOutClose.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.waveOutGetDevCaps.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.waveOutGetNumDevs.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.waveOutOpen.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.waveOutPause.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.waveOutPrepareHeader.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.waveOutReset.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.waveOutRestart.cs
src/libraries/Common/src/Interop/Windows/WinMm/Interop.waveOutWrite.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.GetAddrInfoExW.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.GetAddrInfoW.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.GetNameInfoW.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.TransmitFile.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSAConnect.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSADuplicateSocket.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSAEventSelect.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSAGetOverlappedResult.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSAIoctl.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSARecv.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSARecvFrom.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSASend.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSASendTo.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSASocketW.SafeCloseSocket.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSASocketW.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.WSAStartup.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.accept.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.bind.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.closesocket.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.gethostname.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.getpeername.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.getsockname.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.getsockopt.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.ioctlsocket.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.listen.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.recv.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.recvfrom.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.select.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.send.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.sendto.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.setsockopt.cs
src/libraries/Common/src/Interop/Windows/WinSock/Interop.shutdown.cs
src/libraries/Common/src/Interop/Windows/Wkscli/Interop.NetWkstaGetInfo.cs
src/libraries/Common/src/Interop/Windows/Wldap32/Interop.Ber.cs
src/libraries/Common/src/Interop/Windows/Wldap32/Interop.Ldap.cs
src/libraries/Common/src/Interop/Windows/WtsApi32/Interop.WTSRegisterSessionNotification.cs
src/libraries/Common/src/Interop/Windows/WtsApi32/Interop.WTSUnRegisterSessionNotification.cs
src/libraries/Common/src/System/Runtime/InteropServices/LibraryImportAttribute.cs [moved from src/libraries/Common/src/System/Runtime/InteropServices/GeneratedDllImportAttribute.cs with 89% similarity]
src/libraries/Common/tests/TestUtilities/System/Buffers/BoundedMemory.Windows.cs
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.Unix.cs
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.Windows.cs
src/libraries/Common/tests/TestUtilities/System/WindowsIdentityFixture.cs
src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft/Diagnostics/Tracing/StubEnvironment.cs
src/libraries/Microsoft.Win32.Registry/tests/Helpers.cs
src/libraries/System.Console/tests/CancelKeyPress.Unix.cs
src/libraries/System.Console/tests/ConsoleEncoding.Windows.cs
src/libraries/System.Data.OleDb/src/SafeNativeMethods.cs
src/libraries/System.Data.OleDb/src/UnsafeNativeMethods.COMWrappers.cs
src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/UnsafeNativeMethods.cs
src/libraries/System.DirectoryServices/src/Interop/SafeNativeMethods.cs
src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/NativeMethods.cs
src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs
src/libraries/System.Drawing.Common/src/Interop/Windows/Interop.Comdlg32.cs
src/libraries/System.Drawing.Common/src/Interop/Windows/Interop.Gdi32.cs
src/libraries/System.Drawing.Common/src/Interop/Windows/Interop.Kernel32.cs
src/libraries/System.Drawing.Common/src/Interop/Windows/Interop.Shell32.cs
src/libraries/System.Drawing.Common/src/Interop/Windows/Interop.User32.cs
src/libraries/System.Drawing.Common/src/Interop/Windows/Interop.Winspool.cs
src/libraries/System.Drawing.Common/src/System/Drawing/GdiplusNative.Unix.cs
src/libraries/System.Drawing.Common/src/System/Drawing/GdiplusNative.Windows.cs
src/libraries/System.Drawing.Common/src/System/Drawing/GdiplusNative.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Icon.Windows.COMWrappers.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Icon.Windows.NoCOMWrappers.cs
src/libraries/System.Drawing.Common/src/System/Drawing/LibX11Functions.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Printing/LibcupsNative.cs
src/libraries/System.Drawing.Common/src/System/Drawing/macFunctions.cs
src/libraries/System.IO.Compression.ZipFile/tests/ZipFile.Unix.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Directory.NotifyFilter.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.NotifyFilter.cs
src/libraries/System.IO.FileSystem/tests/FileSystemTest.Unix.cs
src/libraries/System.IO.MemoryMappedFiles/tests/MemoryMappedFilesTestsBase.Unix.cs
src/libraries/System.IO.MemoryMappedFiles/tests/MemoryMappedFilesTestsBase.Windows.cs
src/libraries/System.IO.MemoryMappedFiles/tests/SafeMemoryMappedViewHandleTests.cs
src/libraries/System.Private.CoreLib/src/ILLink/ILLink.LinkAttributes.Shared.xml
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/XplatEventLogger.cs
src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/Analyzers/ConvertToLibraryImportAnalyzer.cs
src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/Analyzers/ConvertToLibraryImportFixer.cs
src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/LibraryImportGenerator.cs
src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/PInvokeStubCodeGenerator.cs
src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/Resources.Designer.cs
src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/Resources.resx
src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/MarshallingAttributeInfo.cs
src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Resources.Designer.cs
src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Resources.resx
src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/TypeNames.cs
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/ArrayTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/BlittableStructTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/BooleanTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/CallingConventionTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/CharacterTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/CollectionTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/CustomMarshallingTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/DelegateTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/EnumTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/FunctionPointerTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/PointerTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/SafeHandleTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/SetLastErrorTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/SpanTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/StringTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/AdditionalAttributesOnStub.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/AttributeForwarding.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/CodeSnippets.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/CompileFails.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/Compiles.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/ConvertToLibraryImportAnalyzerTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/ConvertToLibraryImportFixerTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/Diagnostics.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/IncrementalGenerationTests.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/TestUtils.cs
src/samples/LibraryImportGeneratorSample/Program.cs