Imported Upstream version 6.0.0.246

Former-commit-id: 241b0eee0d9f22ae63312d981dd04646ce8514ed
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2019-05-18 08:35:58 +00:00
parent fdf94592db
commit 65ce5c75f1
75 changed files with 607 additions and 61 deletions

View File

@ -1 +1 @@
c6d0b24661a7f986e5fd47875c18a842f55b3eb7
954be89b239ca67c9f3002506f83a540d7122f21

View File

@ -1 +1 @@
d5f9d733774d3dfee7072eeb1a32c54c2373680c
b444b0ebe9b57aadff0603b01811f53ddbbb2341

View File

@ -12,7 +12,7 @@ using System.IO.Enumeration;
using System.Threading;
using System.Threading.Tasks;
#if MONO && !MOBILE
#if MONO && (!MOBILE || MOBILE_DESKTOP_HOST)
using System;
using System.IO;

View File

@ -41,7 +41,7 @@ static partial class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "6.0.0.243";
public const string MonoVersion = "6.0.0.246";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -30,3 +30,5 @@ hidden_suffix = .tmp
platform-check:
@:
PLATFORM_WIN32=1

View File

@ -0,0 +1,2 @@
#include monodroid_Mono.Security_test.dll.build-failure-exclude.sources

View File

@ -0,0 +1,11 @@
../../../external/corefx/src/System.ComponentModel.Composition/tests/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/AttributedModel/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/Diagnostics/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/Factories/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/Primitives/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/ReflectionModel/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/Integration/*.cs
../../../external/corefx/src/System.ComponentModel.Composition/tests/System/UnitTesting/*.cs

View File

@ -0,0 +1,3 @@
../../../external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/UnixDomainSocketEndPoint.Unix.cs
../../../external/corefx/src/Common/src/Interop/Unix/System.Native/Interop.GetDomainSocketSizes.cs
../../../external/corefx/src/Common/src/Interop/Unix/Interop.Libraries.cs

View File

@ -0,0 +1,56 @@
#include common_System.Core.dll.sources
#include dynamic_System.Core.dll.sources
System.Security.Cryptography/AesCryptoServiceProvider.cs
System.Security.Cryptography/AesTransform.cs
../referencesource/System.Core/System/Security/Cryptography/AesManaged.cs
System.IO.Pipes/NamedPipeClientStream.Windows.cs
System.IO.Pipes/NamedPipeServerStream.Windows.cs
System.IO.Pipes/AnonymousPipeServerStream.Windows.cs
../../../external/corefx/src/Common/src/Interop/Windows/Interop.Libraries.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CloseHandle.cs
../../../external/corefx/src/Common/src/Interop/Windows/Interop.Errors.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.FormatMessage.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.SecurityOptions.cs
../../../external/corefx/src/Common/src/Interop/Windows/Interop.BOOL.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.SECURITY_ATTRIBUTES.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GenericOperations.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.HandleOptions.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.PipeOptions.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.FileOperations.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.FileTypes.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GetCurrentProcess_IntPtr.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.DuplicateHandle_IntPtr.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GetFileType_SafeHandle.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CreatePipe_SafePipeHandle.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.ConnectNamedPipe.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.WaitNamedPipe.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GetNamedPipeHandleState.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GetNamedPipeInfo.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CreateNamedPipeClient.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.SetNamedPipeHandleState.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CancelIoEx.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.FlushFileBuffers.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.ReadFile_SafeHandle_IntPtr.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.ReadFile_SafeHandle_NativeOverlapped.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.WriteFile_SafeHandle_IntPtr.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.WriteFile_SafeHandle_NativeOverlapped.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.DisconnectNamedPipe.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CreateNamedPipe.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.MaxLengths.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.RevertToSelf.cs
../../../external/corefx/src/Common/src/Interop/Windows/advapi32/Interop.ImpersonateNamedPipeClient.cs
../../../external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/UnixDomainSocketEndPoint.cs
../../../external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/UnixDomainSocketEndPoint.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/Microsoft/Win32/SafeHandles/SafePipeHandle.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/AnonymousPipeServerStream.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/ConnectionCompletionSource.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/NamedPipeClientStream.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/NamedPipeServerStream.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/PipeCompletionSource.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/PipeStream.Windows.cs
../../../external/corefx/src/System.IO.Pipes/src/System/IO/Pipes/ReadWriteCompletionSource.cs

View File

@ -0,0 +1 @@
#include testing_aot_full_System.Core_test.dll.exclude.sources

View File

@ -0,0 +1,37 @@
System.IdentityModel.Claims/ClaimSetTest.cs
System.IdentityModel.Claims/ClaimTest.cs
System.IdentityModel.Claims/ClaimTypesTest.cs
System.IdentityModel.Claims/X509CertificateClaimSetTest.cs
System.IdentityModel.Common/MySecurityTokenSerializer.cs
System.IdentityModel.Policy/AuthorizationContextTest.cs
System.IdentityModel.Selectors/CustomUserNameSecurityTokenAuthenticatorTest.cs
System.IdentityModel.Selectors/RsaSecurityTokenAuthenticatorTest.cs
System.IdentityModel.Selectors/SamlSecurityTokenAuthenticatorTest.cs
System.IdentityModel.Selectors/SecurityTokenRequirementTest.cs
System.IdentityModel.Selectors/SecurityTokenResolverTest.cs
System.IdentityModel.Selectors/TestEvaluationContext.cs
System.IdentityModel.Selectors/X509SecurityTokenAuthenticatorTest.cs
System.IdentityModel.Selectors/X509SecurityTokenProviderTest.cs
System.IdentityModel.Tokens/BootstrapContextTest.cs
System.IdentityModel.Tokens/EncryptedKeyIdentifierClauseTest.cs
System.IdentityModel.Tokens/InMemorySymmetricSecurityKeyTest.cs
System.IdentityModel.Tokens/LocalIdKeyIdentifierClauseTest.cs
System.IdentityModel.Tokens/SamlActionTest.cs
System.IdentityModel.Tokens/SamlAssertionTest.cs
System.IdentityModel.Tokens/SamlAttributeStatementTest.cs
System.IdentityModel.Tokens/SamlAudienceRestrictionConditionTest.cs
System.IdentityModel.Tokens/SamlAuthenticationStatementTest.cs
System.IdentityModel.Tokens/SamlAuthorityBindingTest.cs
System.IdentityModel.Tokens/SamlAuthorizationDecisionStatementTest.cs
System.IdentityModel.Tokens/SamlConditionsTest.cs
System.IdentityModel.Tokens/SamlConstantsTest.cs
System.IdentityModel.Tokens/SamlEvidenceTest.cs
System.IdentityModel.Tokens/SamlSubjectTest.cs
System.IdentityModel.Tokens/SecurityAlgorithmsTest.cs
System.IdentityModel.Tokens/SecurityKeyIdentifierTest.cs
System.IdentityModel.Tokens/SecurityTokenTypesTest.cs
System.IdentityModel.Tokens/UserNameSecurityTokenTest.cs
System.IdentityModel.Tokens/X509AsymmetricSecurityKeyTest.cs
System.IdentityModel.Tokens/X509IssuerSerialKeyIdentifierClauseTest.cs
System.IdentityModel.Tokens/X509SecurityTokenTest.cs
System.IdentityModel.Tokens/X509ThumbprintKeyIdentifierClauseTest.cs

View File

@ -0,0 +1 @@
../../../external/corefx/src/System.Runtime.Serialization.Xml/tests/SerializationTypes.RuntimeOnly.cs

View File

@ -0,0 +1 @@
System.Security.Permissions/DataProtectionPermissionAttributeTest.cs

View File

@ -0,0 +1,148 @@
FeatureBased/Features.Contracts/AsyncCallTester.cs
FeatureBased/Features.Contracts/FaultsTester.cs
FeatureBased/Features.Serialization/AsyncCallTest.cs
FeatureBased/Features.Serialization/AsyncPatternTester.cs
FeatureBased/Features.Serialization/DataContractSerializerTest.cs
FeatureBased/Features.Serialization/DualContractTester.cs
FeatureBased/Features.Serialization/ExitProcessHelper.cs
FeatureBased/Features.Serialization/FaultsTest.cs
FeatureBased/Features.Serialization/KnownTypeTest.cs
FeatureBased/Features.Serialization/MessageContractTest.cs
FeatureBased/Features.Serialization/OperationContractTester.cs
FeatureBased/Features.Serialization/PrimitiveTesterTest.cs
FeatureBased/Features.Serialization/UntypedMessageTest.cs
FeatureBased/TestFixtureBase.cs
MetadataTests/BindingTestAssertions.cs
MetadataTests/ExportTests.cs
MetadataTests/ImportTests.cs
MetadataTests/ImportTests_CreateMetadata.cs
MetadataTests/ImportTests_LoadMetadata.cs
MetadataTests/ImportTests_RoundTrip.cs
MetadataTests/MetadataSamples.cs
MetadataTests/MiscImportTests.cs
MetadataTests/TestContext.cs
System.ServiceModel.Channels/AsymmetricSecurityBindingElementTest.cs
System.ServiceModel.Channels/BinaryMessageEncodingBindingElementTest.cs
System.ServiceModel.Channels/BindingElementTest.cs
System.ServiceModel.Channels/CalcSampleProxy.cs
System.ServiceModel.Channels/CommunicationObjectTest.cs
System.ServiceModel.Channels/ConnectionOrientedTransportBindingElementTest.cs
System.ServiceModel.Channels/CustomBindingTest.cs
System.ServiceModel.Channels/CustomPolicyConversionContext.cs
System.ServiceModel.Channels/HandlerTransportBindingElement.cs
System.ServiceModel.Channels/HttpTransportBindingElementTest.cs
System.ServiceModel.Channels/HttpsTransportBindingElementTest.cs
System.ServiceModel.Channels/InterceptorBindingElement.cs
System.ServiceModel.Channels/LocalClientSecuritySettingsTest.cs
System.ServiceModel.Channels/MessageBufferTest.cs
System.ServiceModel.Channels/MessageEncoderTest.cs
System.ServiceModel.Channels/MsmqBindingElementBaseTest.cs
System.ServiceModel.Channels/MsmqTransportBindingElementTest.cs
System.ServiceModel.Channels/NamedPipeTransportBindingElementTest.cs
System.ServiceModel.Channels/OneWayBindingElementTest.cs
System.ServiceModel.Channels/PeerTransportBindingElementTest.cs
System.ServiceModel.Channels/ReplyChannelBase.cs
System.ServiceModel.Channels/SecurityAssert.cs
System.ServiceModel.Channels/SecurityBindingElementTest.cs
System.ServiceModel.Channels/SslStreamSecurityBindingElementTest.cs
System.ServiceModel.Channels/SymmetricSecurityBindingElementTest.cs
System.ServiceModel.Channels/TcpTransportBindingElementTest.cs
System.ServiceModel.Channels/TextMessageEncodingBindingElementTest.cs
System.ServiceModel.Channels/TransactionFlowBindingElementTest.cs
System.ServiceModel.Configuration/AddressHeaderCollectionElementTest.cs
System.ServiceModel.Configuration/BasicHttpBindingElementTest.cs
System.ServiceModel.Configuration/BehaviorsSectionTest.cs
System.ServiceModel.Configuration/BindingsSectionTest.cs
System.ServiceModel.Configuration/ChannelEndpointElementTest.cs
System.ServiceModel.Configuration/CustomBindingElementTest.cs
System.ServiceModel.Configuration/EndpointBehaviorElementTest.cs
System.ServiceModel.Configuration/ExtensionsSectionTest.cs
System.ServiceModel.Configuration/MetadataElementTest.cs
System.ServiceModel.Configuration/MexBindingElementTest.cs
System.ServiceModel.Configuration/NetNamedPipeBindingElementTest.cs
System.ServiceModel.Configuration/NetPeerTcpBindingElementTest.cs
System.ServiceModel.Configuration/NetTcpBindingElementTest.cs
System.ServiceModel.Configuration/ServiceBehaviorElementTest.cs
System.ServiceModel.Configuration/ServiceElementTest.cs
System.ServiceModel.Configuration/ServiceModelConfigurationElementCollectionTest.cs
System.ServiceModel.Configuration/ServiceModelSectionGroupTest.cs
System.ServiceModel.Configuration/StandardBindingCollectionElementTest.cs
System.ServiceModel.Configuration/StandardBindingElementCollectionTest.cs
System.ServiceModel.Configuration/StandardBindingElementTest.cs
System.ServiceModel.Configuration/StandardEndpointsSectionTest.cs
System.ServiceModel.Configuration/UserBinding.cs
System.ServiceModel.Description/ClientCredentialsTest.cs
System.ServiceModel.Description/ContractDescriptionTest.cs
System.ServiceModel.Description/MetadataExchangeBindingsTest.cs
System.ServiceModel.Description/MetadataResolverTest.cs
System.ServiceModel.Description/MetadataSetTest.cs
System.ServiceModel.Description/ServiceAuthorizationBehaviorTest.cs
System.ServiceModel.Description/ServiceContractGeneratorTest.cs
System.ServiceModel.Description/ServiceCredentialsTest.cs
System.ServiceModel.Description/ServiceDebugBehaviorTest.cs
System.ServiceModel.Description/ServiceMetadataBehaviorTest.cs
System.ServiceModel.Description/ServiceMetadataEndpointTest.cs
System.ServiceModel.Description/ServiceThrottlingBehaviorTest.cs
System.ServiceModel.Description/TypedMessageConverterTest.cs
System.ServiceModel.Description/WsdlExporterTest.cs
System.ServiceModel.Description/WsdlImporterTest.cs
System.ServiceModel.Dispatcher/ActionFilterTest.cs
System.ServiceModel.Dispatcher/Bug32886Test.cs
System.ServiceModel.Dispatcher/Bug46971Test.cs
System.ServiceModel.Dispatcher/Bug652331Test.cs
System.ServiceModel.Dispatcher/Bug652331_2Test.cs
System.ServiceModel.Dispatcher/ChannelDispatcherTest.cs
System.ServiceModel.Dispatcher/DispatchOperationTest.cs
System.ServiceModel.Dispatcher/DispatchRuntimeTest.cs
System.ServiceModel.Dispatcher/EndpointAddressMessageFilterTest.cs
System.ServiceModel.Dispatcher/EndpointDispatcherTest.cs
System.ServiceModel.Dispatcher/ExceptionHandlerTest.cs
System.ServiceModel.Dispatcher/FilterTableTest.cs
System.ServiceModel.Dispatcher/InvalidBodyAccessExceptionTest.cs
System.ServiceModel.Dispatcher/PrefixEndpointAddressMessageFilterTest.cs
System.ServiceModel.Dispatcher/XPathMessageContextTest.cs
System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs
System.ServiceModel.PeerResolvers/PeerResolverSerializationTest.cs
System.ServiceModel.Security.Tokens/IssuedSecurityTokenParametersTest.cs
System.ServiceModel.Security.Tokens/IssuedSecurityTokenProviderTest.cs
System.ServiceModel.Security.Tokens/RsaSecurityTokenParametersTest.cs
System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParametersTest.cs
System.ServiceModel.Security.Tokens/SecurityContextSecurityTokenTest.cs
System.ServiceModel.Security.Tokens/SecurityTokenParametersTest.cs
System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenTypesTest.cs
System.ServiceModel.Security.Tokens/UserNameSecurityTokenParametersTest.cs
System.ServiceModel.Security.Tokens/WrappedKeySecurityTokenTest.cs
System.ServiceModel.Security.Tokens/X509ListedCertificateValidator.cs
System.ServiceModel.Security.Tokens/X509SecurityTokenParametersTest.cs
System.ServiceModel.Security/ChannelProtectionRequirementsTest.cs
System.ServiceModel.Security/SecurityAlgorithmSuiteTest.cs
System.ServiceModel.Security/SecurityMessagePropertyTest.cs
System.ServiceModel.Security/SecurityTokenSpeficicationTest.cs
System.ServiceModel.Security/ServiceCredentialsSecurityTokenManagerTest.cs
System.ServiceModel.Security/ServiceSecurityContextTest.cs
System.ServiceModel.Security/SupportingTokenParametersTest.cs
System.ServiceModel.Security/TransportSecurityBindingElementTest.cs
System.ServiceModel.Security/WSSecurityTokenSerializerTest.cs
System.ServiceModel/BasicHttpBindingTest.cs
System.ServiceModel/CallbackBehaviorAttributeTest.cs
System.ServiceModel/ChannelFactoryTest.cs
System.ServiceModel/ChannelFactory_1Test.cs
System.ServiceModel/ClientBaseTest.cs
System.ServiceModel/ClientCredentialsSecurityTokenManagerTest.cs
System.ServiceModel/EndpointAddress10Test.cs
System.ServiceModel/EndpointAddressBuilderTest.cs
System.ServiceModel/EndpointAddressTest.cs
System.ServiceModel/EndpointIdentityTest.cs
System.ServiceModel/IntegratedConnectionTest.cs
System.ServiceModel/MessageSecurityVersionTest.cs
System.ServiceModel/MsmqTransportSecurityTest.cs
System.ServiceModel/NetMsmqBindingTest.cs
System.ServiceModel/NetPeerTcpBindingTest.cs
System.ServiceModel/NetTcpBindingTest.cs
System.ServiceModel/OperationContextTest.cs
System.ServiceModel/PeerNodeAddressTest.cs
System.ServiceModel/ServiceHostBaseTest.cs
System.ServiceModel/ServiceHostTest.cs
System.ServiceModel/TransactionProtocolTest.cs
System.ServiceModel/WSFederationHttpBindingTest.cs
System.ServiceModel/WSHttpBindingTest.cs

View File

@ -0,0 +1,7 @@
System.Web.Services.Configuration/DiagnosticsElementTest.cs
System.Web.Services.Configuration/ProtocolElementTest.cs
System.Web.Services.Configuration/SoapEnvelopeProcessingElementTest.cs
System.Web.Services.Configuration/SoapExtensionTypeElementTest.cs
System.Web.Services.Configuration/TypeElementTest.cs
System.Web.Services.Configuration/WsdlHelpGeneratorElementTest.cs
System.Web.Services.Configuration/WsiProfilesElementTest.cs

View File

@ -42,7 +42,7 @@ namespace Mono.Net.Security
{
#if MONOTOUCH
is_macosx = true;
#elif MONODROID || ORBIS
#elif (MONODROID || ORBIS) && !MOBILE_DESKTOP_HOST
is_macosx = false;
#else
is_macosx = Environment.OSVersion.Platform != PlatformID.Win32NT && System.IO.File.Exists (OSX509Certificates.SecurityLibrary);
@ -133,7 +133,7 @@ namespace Mono.Net.Security
var leaf = certs [0];
bool result;
#if MONODROID
#if MONODROID && !MOBILE_DESKTOP_HOST
try {
result = AndroidPlatform.TrustEvaluateSsl (certs);
if (result) {

View File

@ -37,7 +37,7 @@ using System.Threading;
namespace System.Diagnostics {
#if !MOBILE
#if !MOBILE || MOBILE_DESKTOP_HOST
internal class TraceImplSettings {
public const string Key = ".__TraceInfoSettingsKey__.";

View File

@ -1,4 +1,4 @@
#if !MOBILE
#if !MOBILE || MOBILE_DESKTOP_HOST
using System.Diagnostics;
using System.IO;

View File

@ -0,0 +1,9 @@
System.IO/DefaultWatcher.cs
System.IO/FAMWatcher.cs
System.IO/NullFileWatcher.cs
System.IO/FileAction.cs
System.IO/FileSystemWatcher.cs
System.IO/IFileWatcher.cs
System.IO/KeventWatcher.cs
System.IO/SearchPattern.cs
System.IO/CoreFXFileSystemWatcherProxy.cs

View File

@ -1,5 +1,6 @@
#include common.sources
#include common_networking.sources
#include mono_fsw.sources
Microsoft.CSharp/CSharpCodeGenerator.cs
Microsoft.VisualBasic/VBCodeGenerator.cs
@ -133,17 +134,6 @@ System.Diagnostics/PerformanceCounterType.cs
System.Diagnostics/TraceSourceInfo.cs
System.Diagnostics/Win32EventLog.cs
System.IO/DefaultWatcher.cs
System.IO/FAMWatcher.cs
System.IO/NullFileWatcher.cs
System.IO/FileAction.cs
System.IO/FileSystemWatcher.cs
System.IO/IFileWatcher.cs
System.IO/KeventWatcher.cs
System.IO/SearchPattern.cs
System.IO/CoreFXFileSystemWatcherProxy.cs
System.IO.Ports/Handshake.cs
System.IO.Ports/ISerialStream.cs
System.IO.Ports/Parity.cs

Some files were not shown because too many files have changed in this diff Show More