[bcl] Remove NET_4_0 defines from class libs.
authorZoltan Varga <vargaz@gmail.com>
Tue, 13 Jan 2015 21:06:31 +0000 (16:06 -0500)
committerZoltan Varga <vargaz@gmail.com>
Tue, 13 Jan 2015 21:06:31 +0000 (16:06 -0500)
commit032f313d5f3b99954cabb3e152b3c8d4424d5a2b
treee09b14b13cfb9b70197cc6255de6b3e91ce6cfb9
parentbc8041cbe5152a748be1ccb323611ae903cd4443
[bcl] Remove NET_4_0 defines from class libs.
760 files changed:
mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/AssemblyInfo.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitContainer.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConsoleLogger.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Engine.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Import.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Project.cs
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Target.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/BuildErrorEventArgs.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/BuildEventArgs.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/BuildFinishedEventArgs.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/BuildStartedEventArgs.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/BuildStatusEventArgs.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/BuildWarningEventArgs.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/ICancelableTask.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/IForwardingLogger.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/INodeLogger.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/ITaskItem2.cs
mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/LazyFormattedBuildEventArgs.cs
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/CodeTaskFactory.cs
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/CreateTemporaryVCProject.cs
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/Csc.cs
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/Exec.cs
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/GetFrameworkPath.cs
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/GetReferenceAssemblyPaths.cs
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/ResolveAssemblyReference.cs
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/VCBuild.cs
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/Vbc.cs
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/WriteCodeFragment.cs
mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities/CommandLineBuilder.cs
mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities/TargetDotNetFrameworkVersion.cs
mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities/TaskItem.cs
mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities/ToolLocationHelper.cs
mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities/ToolTask.cs
mcs/class/Microsoft.Build/Microsoft.Build.Evaluation/ProjectCollection.cs
mcs/class/Mono.Data.Sqlite/Assembly/AssemblyInfo.cs
mcs/class/Mono.Parallel/Mono.Collections.Concurrent/ConcurrentSkipList.cs
mcs/class/Mono.Parallel/Mono.Threading/CSnzi.cs
mcs/class/Mono.Parallel/Mono.Threading/ReaderWriterLockSlimmer.cs
mcs/class/Mono.Parallel/Mono.Threading/Snzi.cs
mcs/class/Mono.Parallel/Mono.Threading/SpinLockWrapper.cs
mcs/class/Mono.Security/Mono.Security.Protocol.Tls/CipherSuite.cs
mcs/class/PEAPI/Metadata.cs
mcs/class/System.Core/Assembly/AssemblyInfo.cs
mcs/class/System.Core/Microsoft.Win32.SafeHandles/SafeMemoryMappedViewHandle.cs
mcs/class/System.Core/System.Collections.Generic/HashSet.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedFile.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedFileAccess.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedFileOptions.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedFileRights.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedFileSecurity.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedViewAccessor.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedViewStream.cs
mcs/class/System.Core/System.Linq.Expressions/ExpressionVisitor.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryBaseNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryCastNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryChildNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryConcatNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryDefaultEmptyNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryGroupByNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryHeadWorkerNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryJoinNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryMuxNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryOptionNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryOrderByNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryOrderGuardNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryOrderedStreamNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryReverseNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QuerySelectManyNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QuerySelectNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QuerySetNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryStartNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryStreamNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryWhereNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryZipNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/SetInclusion.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/WrapHelper.cs
mcs/class/System.Core/System.Linq.Parallel/AggregationList.cs
mcs/class/System.Core/System.Linq.Parallel/ConcurrentGrouping.cs
mcs/class/System.Core/System.Linq.Parallel/ConcurrentLookup.cs
mcs/class/System.Core/System.Linq.Parallel/INodeVisitor.cs
mcs/class/System.Core/System.Linq.Parallel/IVisitableNode.cs
mcs/class/System.Core/System.Linq.Parallel/OrderingEnumerator.cs
mcs/class/System.Core/System.Linq.Parallel/ParallelExecuter.cs
mcs/class/System.Core/System.Linq.Parallel/ParallelPartitioner.cs
mcs/class/System.Core/System.Linq.Parallel/ParallelQueryEnumerator.cs
mcs/class/System.Core/System.Linq.Parallel/ParallelQuickSort.cs
mcs/class/System.Core/System.Linq.Parallel/QueryCheckerVisitor.cs
mcs/class/System.Core/System.Linq.Parallel/QueryIsOrderedVisitor.cs
mcs/class/System.Core/System.Linq.Parallel/QueryOptions.cs
mcs/class/System.Core/System.Linq.Parallel/RangeList.cs
mcs/class/System.Core/System.Linq.Parallel/RepeatList.cs
mcs/class/System.Core/System.Linq.Parallel/ReverseList.cs
mcs/class/System.Core/System.Linq.Parallel/StripPartitioner.cs
mcs/class/System.Core/System.Linq.Parallel/TemporaryArea.cs
mcs/class/System.Core/System.Linq/Enumerable.cs
mcs/class/System.Core/System.Linq/EnumerableExecutor.cs
mcs/class/System.Core/System.Linq/EnumerableExecutor_T.cs
mcs/class/System.Core/System.Linq/EnumerableQuery.cs
mcs/class/System.Core/System.Linq/EnumerableQuery_T.cs
mcs/class/System.Core/System.Linq/IGrouping.cs
mcs/class/System.Core/System.Linq/IOrderedQueryable_T.cs
mcs/class/System.Core/System.Linq/IQueryable_T.cs
mcs/class/System.Core/System.Linq/OrderedParallelQuery.cs
mcs/class/System.Core/System.Linq/ParallelEnumerable.cs
mcs/class/System.Core/System.Linq/ParallelExecutionMode.cs
mcs/class/System.Core/System.Linq/ParallelMergeOptions.cs
mcs/class/System.Core/System.Linq/ParallelQuery.cs
mcs/class/System.Core/System.Linq/Queryable.cs
mcs/class/System.Core/System.Runtime.CompilerServices/DynamicAttribute.cs
mcs/class/System.Core/System.Runtime.CompilerServices/StrongBox_T.cs
mcs/class/System.Core/System.Security.Cryptography/Aes.cs
mcs/class/System.Core/System.Threading.Tasks/TaskExtensions.cs
mcs/class/System.Core/System.Threading/LockRecursionException.cs
mcs/class/System.Core/System.Threading/ReaderWriterLockSlimExtensions.cs
mcs/class/System.Core/System/Actions.cs
mcs/class/System.Core/System/Funcs.cs
mcs/class/System.Core/System/InvalidTimeZoneException.cs
mcs/class/System.Core/System/TimeZoneInfo.AdjustmentRule.cs
mcs/class/System.Core/System/TimeZoneInfo.Serialization.cs
mcs/class/System.Core/System/TimeZoneInfo.TransitionTime.cs
mcs/class/System.Core/System/TimeZoneInfo.cs
mcs/class/System.Core/System/TimeZoneNotFoundException.cs
mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs
mcs/class/System.Data.Services/System.Data.Services/DataService.cs
mcs/class/System.Data.Services/System.Data.Services/ExpandSegment.cs
mcs/class/System.Data.Services/System.Data.Services/ProcessRequestArgs.cs
mcs/class/System.Json.Microsoft/System.Json/JsonPrimitive.cs
mcs/class/System.Net/Assembly/AssemblyInfo.cs
mcs/class/System.Net/Assembly/TypeForwarders.cs
mcs/class/System.Runtime.Serialization/Assembly/AssemblyInfo.cs
mcs/class/System.Runtime.Serialization/System.Runtime.Serialization/DataContractResolver.cs
mcs/class/System.Runtime.Serialization/System.Runtime.Serialization/DataContractSerializer.cs
mcs/class/System.Security/System.Security.Cryptography.X509Certificates/X509Certificate2UI.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/AnnouncementChannelEndpointElementCollection.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/AnnouncementEndpointCollectionElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/AnnouncementEndpointElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/ContractTypeNameElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/ContractTypeNameElementCollection.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/DiscoveryClientElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/DiscoveryClientSettingsElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/DiscoveryEndpointCollectionElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/DiscoveryEndpointElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/DiscoveryVersionConverter.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/DynamicEndpointCollectionElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/DynamicEndpointElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/EndpointDiscoveryElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/FindCriteriaElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/ScopeElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/ScopeElementCollection.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/ServiceDiscoveryElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/UdpAnnouncementEndpointCollectionElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/UdpAnnouncementEndpointElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/UdpDiscoveryEndpointCollectionElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/UdpDiscoveryEndpointElement.cs
mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Configuration/UdpTransportSettingsElement.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Configuration/WebHttpEndpointCollectionElement.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Configuration/WebHttpEndpointElement.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Configuration/WebScriptEndpointCollectionElement.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Configuration/WebScriptEndpointElement.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Description/WebHttpBehavior.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Description/WebHttpEndpoint.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Description/WebScriptEndpoint.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Description/WebServiceEndpoint.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/WebMessageFormatter.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Syndication/SyndicationElementExtension.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel/WebHttpBinding.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel/WebHttpSecurity.cs
mcs/class/System.ServiceModel/System.ServiceModel.Activation/ServiceHostFactory.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpChannelFactory.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpCookieContainerBindingElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpRequestChannel.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpTransportBindingElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/IHttpCookieContainer.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/TextMessageEncodingBindingElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ChannelEndpointElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ConfigUtil.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/DiagnosticSection.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/EndToEndTracingElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/EndpointCollectionElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ExtensionsSection.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/HttpTransportElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/HttpTransportSecurityElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/MessageLoggingElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/NamedServiceModelExtensionCollectionElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ProtocolMappingElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ProtocolMappingElementCollection.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ProtocolMappingSection.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ServiceBehaviorElementCollection.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ServiceEndpointElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ServiceEndpointElementCollection.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ServiceMetadataEndpointCollectionElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ServiceMetadataEndpointElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ServiceModelSectionGroup.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/StandardEndpointCollectionElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/StandardEndpointElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/StandardEndpointElementCollection.cs
mcs/class/System.ServiceModel/System.ServiceModel.Configuration/StandardEndpointsSection.cs
mcs/class/System.ServiceModel/System.ServiceModel.Description/DataContractSerializerOperationBehavior.cs
mcs/class/System.ServiceModel/System.ServiceModel.Description/ServiceEndpoint.cs
mcs/class/System.ServiceModel/System.ServiceModel.Description/ServiceMetadataEndpoint.cs
mcs/class/System.ServiceModel/System.ServiceModel.Diagnostics/MessageLoggingSettings.cs
mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/EndpointDispatcher.cs
mcs/class/System.ServiceModel/System.ServiceModel/BasicHttpBinding.cs
mcs/class/System.ServiceModel/System.ServiceModel/BasicHttpBinding_4_5.cs
mcs/class/System.ServiceModel/System.ServiceModel/BasicHttpSecurity.cs
mcs/class/System.ServiceModel/System.ServiceModel/BasicHttpsBinding.cs
mcs/class/System.ServiceModel/System.ServiceModel/ChannelFactory.cs
mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs
mcs/class/System.ServiceModel/System.ServiceModel/DuplexClientBase.cs
mcs/class/System.ServiceModel/System.ServiceModel/HttpTransportSecurity.cs
mcs/class/System.ServiceModel/System.ServiceModel/InstanceContext.cs
mcs/class/System.ServiceModel/System.ServiceModel/NetTcpBinding.cs
mcs/class/System.ServiceModel/System.ServiceModel/NetTcpSecurity.cs
mcs/class/System.ServiceModel/System.ServiceModel/ServiceHostBase.cs
mcs/class/System.ServiceModel/System.ServiceModel/ServiceHostingEnvironment.cs
mcs/class/System.ServiceModel/System.ServiceModel/SpnEndpointIdentity.cs
mcs/class/System.ServiceModel/System.ServiceModel/TcpTransportSecurity.cs
mcs/class/System.ServiceProcess/System.ServiceProcess/ServiceInstaller.cs
mcs/class/System.Web.Abstractions/Assembly/AssemblyInfo.cs
mcs/class/System.Web.Abstractions/System.Web/HttpApplicationStateBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpApplicationStateWrapper.cs
mcs/class/System.Web.Abstractions/System.Web/HttpBrowserCapabilitiesBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpBrowserCapabilitiesWrapper.cs
mcs/class/System.Web.Abstractions/System.Web/HttpCachePolicyBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpCachePolicyWrapper.cs
mcs/class/System.Web.Abstractions/System.Web/HttpContextBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpContextWrapper.cs
mcs/class/System.Web.Abstractions/System.Web/HttpFileCollectionBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpFileCollectionWrapper.cs
mcs/class/System.Web.Abstractions/System.Web/HttpPostedFileBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpPostedFileWrapper.cs
mcs/class/System.Web.Abstractions/System.Web/HttpRequestBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpRequestWrapper.cs
mcs/class/System.Web.Abstractions/System.Web/HttpResponseBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpResponseWrapper.cs
mcs/class/System.Web.Abstractions/System.Web/HttpServerUtilityBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpServerUtilityWrapper.cs
mcs/class/System.Web.Abstractions/System.Web/HttpSessionStateBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpSessionStateWrapper.cs
mcs/class/System.Web.Abstractions/System.Web/HttpStaticObjectsCollectionBase.cs
mcs/class/System.Web.Abstractions/System.Web/HttpStaticObjectsCollectionWrapper.cs
mcs/class/System.Web.ApplicationServices/Assembly/AssemblyInfo.cs
mcs/class/System.Web.Extensions/System.Web.Script.Serialization/JavaScriptSerializer.cs
mcs/class/System.Web.Extensions/System.Web.UI.WebControls/ListViewDataItem.cs
mcs/class/System.Web.Extensions/System.Web.UI.WebControls/ListViewItem.cs
mcs/class/System.Web.Extensions/System.Web.UI/CompositeScriptReference.cs
mcs/class/System.Web.Extensions/System.Web.UI/ScriptReference.cs
mcs/class/System.Web.Extensions/System.Web.UI/ScriptReferenceBase.cs
mcs/class/System.Web.Routing/Assembly/AssemblyInfo.cs
mcs/class/System.Web.Routing/System.Web.Routing/HttpMethodConstraint.cs
mcs/class/System.Web.Routing/System.Web.Routing/IRouteConstraint.cs
mcs/class/System.Web.Routing/System.Web.Routing/IRouteHandler.cs
mcs/class/System.Web.Routing/System.Web.Routing/RequestContext.cs
mcs/class/System.Web.Routing/System.Web.Routing/Route.cs
mcs/class/System.Web.Routing/System.Web.Routing/RouteBase.cs
mcs/class/System.Web.Routing/System.Web.Routing/RouteCollection.cs
mcs/class/System.Web.Routing/System.Web.Routing/RouteData.cs
mcs/class/System.Web.Routing/System.Web.Routing/RouteDirection.cs
mcs/class/System.Web.Routing/System.Web.Routing/RouteTable.cs
mcs/class/System.Web.Routing/System.Web.Routing/RouteValueDictionary.cs
mcs/class/System.Web.Routing/System.Web.Routing/StopRoutingHandler.cs
mcs/class/System.Web.Routing/System.Web.Routing/UrlRoutingHandler.cs
mcs/class/System.Web.Routing/System.Web.Routing/UrlRoutingModule.cs
mcs/class/System.Web.Routing/System.Web.Routing/VirtualPathData.cs
mcs/class/System.Web/Assembly/AssemblyInfo.cs
mcs/class/System.Web/System.Web.Caching/CacheDependency.cs
mcs/class/System.Web/System.Web.Caching/CachedVaryBy.cs
mcs/class/System.Web/System.Web.Caching/OutputCacheModule.cs
mcs/class/System.Web/System.Web.Caching/OutputCacheProvider.cs
mcs/class/System.Web/System.Web.Caching/SqlCacheDependency.cs
mcs/class/System.Web/System.Web.Compilation/AppResourcesAssemblyBuilder.cs
mcs/class/System.Web/System.Web.Compilation/AspGenerator.cs
mcs/class/System.Web/System.Web.Compilation/AspParser.cs
mcs/class/System.Web/System.Web.Compilation/BuildManager.cs
mcs/class/System.Web/System.Web.Compilation/BuildProvider.cs
mcs/class/System.Web/System.Web.Compilation/PageCompiler.cs
mcs/class/System.Web/System.Web.Compilation/TagType.cs
mcs/class/System.Web/System.Web.Compilation/TemplateControlCompiler.cs
mcs/class/System.Web/System.Web.Compilation/UserControlCompiler.cs
mcs/class/System.Web/System.Web.Configuration_2.0/AuthenticationSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/BuildProviderCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/CompilationSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/HttpCapabilitiesBase.cs
mcs/class/System.Web/System.Web.Configuration_2.0/HttpRuntimeSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/MachineKeySection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/MachineKeyValidation.cs
mcs/class/System.Web/System.Web.Configuration_2.0/MachineKeyValidationConverter.cs
mcs/class/System.Web/System.Web.Configuration_2.0/OutputCacheSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/PagesSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/PassportAuthentication.cs
mcs/class/System.Web/System.Web.Configuration_2.0/PropertyHelper.cs
mcs/class/System.Web/System.Web.Configuration_2.0/SessionStateSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/SystemWebSectionGroup.cs
mcs/class/System.Web/System.Web.Mail/MailAttachment.cs
mcs/class/System.Web/System.Web.Mail/MailMessage.cs
mcs/class/System.Web/System.Web.Mail/SmtpMail.cs
mcs/class/System.Web/System.Web.Security/FormsAuthentication.cs
mcs/class/System.Web/System.Web.Security/FormsIdentity.cs
mcs/class/System.Web/System.Web.Security/MembershipCreateStatus.cs
mcs/class/System.Web/System.Web.Security/MembershipCreateUserException.cs
mcs/class/System.Web/System.Web.Security/MembershipHelper.cs
mcs/class/System.Web/System.Web.Security/MembershipPasswordException.cs
mcs/class/System.Web/System.Web.Security/MembershipPasswordFormat.cs
mcs/class/System.Web/System.Web.Security/MembershipProvider.cs
mcs/class/System.Web/System.Web.Security/MembershipProviderCollection.cs
mcs/class/System.Web/System.Web.Security/MembershipUser.cs
mcs/class/System.Web/System.Web.Security/MembershipUserCollection.cs
mcs/class/System.Web/System.Web.Security/MembershipValidatePasswordEventHandler.cs
mcs/class/System.Web/System.Web.Security/PassportAuthenticationEventArgs.cs
mcs/class/System.Web/System.Web.Security/PassportAuthenticationEventHandler.cs
mcs/class/System.Web/System.Web.Security/PassportAuthenticationModule.cs
mcs/class/System.Web/System.Web.Security/PassportIdentity.cs
mcs/class/System.Web/System.Web.Security/RolePrincipal.cs
mcs/class/System.Web/System.Web.Security/RoleProvider.cs
mcs/class/System.Web/System.Web.Security/SqlMembershipProvider.cs
mcs/class/System.Web/System.Web.Security/ValidatePasswordEventArgs.cs
mcs/class/System.Web/System.Web.SessionState_2.0/SessionSQLServerHandler.cs
mcs/class/System.Web/System.Web.SessionState_2.0/SessionStateServerHandler.cs
mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlForm.cs
mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlHead.cs
mcs/class/System.Web/System.Web.UI.WebControls/BaseDataBoundControl.cs
mcs/class/System.Web/System.Web.UI.WebControls/BaseDataList.cs
mcs/class/System.Web/System.Web.UI.WebControls/Calendar.cs
mcs/class/System.Web/System.Web.UI.WebControls/ChangePassword.cs
mcs/class/System.Web/System.Web.UI.WebControls/CheckBox.cs
mcs/class/System.Web/System.Web.UI.WebControls/CheckBoxList.cs
mcs/class/System.Web/System.Web.UI.WebControls/CompositeControl.cs
mcs/class/System.Web/System.Web.UI.WebControls/ControlParameter.cs
mcs/class/System.Web/System.Web.UI.WebControls/CookieParameter.cs
mcs/class/System.Web/System.Web.UI.WebControls/DataKey.cs
mcs/class/System.Web/System.Web.UI.WebControls/DataList.cs
mcs/class/System.Web/System.Web.UI.WebControls/DataListItem.cs
mcs/class/System.Web/System.Web.UI.WebControls/DetailsView.cs
mcs/class/System.Web/System.Web.UI.WebControls/DropDownList.cs
mcs/class/System.Web/System.Web.UI.WebControls/FormParameter.cs
mcs/class/System.Web/System.Web.UI.WebControls/FormView.cs
mcs/class/System.Web/System.Web.UI.WebControls/FormViewRow.cs
mcs/class/System.Web/System.Web.UI.WebControls/GridView.cs
mcs/class/System.Web/System.Web.UI.WebControls/HyperLink.cs
mcs/class/System.Web/System.Web.UI.WebControls/IPersistedSelector.cs
mcs/class/System.Web/System.Web.UI.WebControls/Image.cs
mcs/class/System.Web/System.Web.UI.WebControls/ImageButton.cs
mcs/class/System.Web/System.Web.UI.WebControls/ImageMap.cs
mcs/class/System.Web/System.Web.UI.WebControls/Label.cs
mcs/class/System.Web/System.Web.UI.WebControls/LinkButton.cs
mcs/class/System.Web/System.Web.UI.WebControls/Login.cs
mcs/class/System.Web/System.Web.UI.WebControls/LoginName.cs
mcs/class/System.Web/System.Web.UI.WebControls/Menu.cs
mcs/class/System.Web/System.Web.UI.WebControls/MenuItemBinding.cs
mcs/class/System.Web/System.Web.UI.WebControls/MenuTableRenderer.cs
mcs/class/System.Web/System.Web.UI.WebControls/Panel.cs
mcs/class/System.Web/System.Web.UI.WebControls/Parameter.cs
mcs/class/System.Web/System.Web.UI.WebControls/PasswordRecovery.cs
mcs/class/System.Web/System.Web.UI.WebControls/ProfileParameter.cs
mcs/class/System.Web/System.Web.UI.WebControls/QueryStringParameter.cs
mcs/class/System.Web/System.Web.UI.WebControls/RadioButtonList.cs
mcs/class/System.Web/System.Web.UI.WebControls/RepeatInfo.cs
mcs/class/System.Web/System.Web.UI.WebControls/RepeatLayout.cs
mcs/class/System.Web/System.Web.UI.WebControls/SessionParameter.cs
mcs/class/System.Web/System.Web.UI.WebControls/SqlDataSource.cs
mcs/class/System.Web/System.Web.UI.WebControls/Style.cs
mcs/class/System.Web/System.Web.UI.WebControls/Table.cs
mcs/class/System.Web/System.Web.UI.WebControls/TableCell.cs
mcs/class/System.Web/System.Web.UI.WebControls/TableRow.cs
mcs/class/System.Web/System.Web.UI.WebControls/TableStyle.cs
mcs/class/System.Web/System.Web.UI.WebControls/TextBox.cs
mcs/class/System.Web/System.Web.UI.WebControls/TreeView.cs
mcs/class/System.Web/System.Web.UI.WebControls/ValidationSummary.cs
mcs/class/System.Web/System.Web.UI.WebControls/WebControl.cs
mcs/class/System.Web/System.Web.UI.WebControls/Wizard.cs
mcs/class/System.Web/System.Web.UI.WebControls/XmlDataSource.cs
mcs/class/System.Web/System.Web.UI/ApplicationFileParser.cs
mcs/class/System.Web/System.Web.UI/BasePartialCachingControl.cs
mcs/class/System.Web/System.Web.UI/ClientScriptManager.cs
mcs/class/System.Web/System.Web.UI/CodeRenderBuilder.cs
mcs/class/System.Web/System.Web.UI/Control.cs
mcs/class/System.Web/System.Web.UI/ControlCachePolicy.cs
mcs/class/System.Web/System.Web.UI/KeyedList.cs
mcs/class/System.Web/System.Web.UI/LosFormatter.cs
mcs/class/System.Web/System.Web.UI/MasterPage.cs
mcs/class/System.Web/System.Web.UI/ObjectConverter.cs
mcs/class/System.Web/System.Web.UI/Page.cs
mcs/class/System.Web/System.Web.UI/PageParser.cs
mcs/class/System.Web/System.Web.UI/PartialCachingAttribute.cs
mcs/class/System.Web/System.Web.UI/StaticPartialCachingControl.cs
mcs/class/System.Web/System.Web.UI/TemplateControlParser.cs
mcs/class/System.Web/System.Web.UI/TemplateParser.cs
mcs/class/System.Web/System.Web.UI/UserControlParser.cs
mcs/class/System.Web/System.Web.Util/HttpEncoder.cs
mcs/class/System.Web/System.Web.Util/MachineKeySectionUtils.cs
mcs/class/System.Web/System.Web/HttpApplication.cs
mcs/class/System.Web/System.Web/HttpApplicationFactory.cs
mcs/class/System.Web/System.Web/HttpCacheVaryByContentEncodings.cs
mcs/class/System.Web/System.Web/HttpCacheVaryByHeaders.cs
mcs/class/System.Web/System.Web/HttpCacheVaryByParams.cs
mcs/class/System.Web/System.Web/HttpContext.cs
mcs/class/System.Web/System.Web/HttpException.cs
mcs/class/System.Web/System.Web/HttpHeaderCollection.cs
mcs/class/System.Web/System.Web/HttpRequest.cs
mcs/class/System.Web/System.Web/HttpResponse.cs
mcs/class/System.Web/System.Web/HttpResponseHeader.cs
mcs/class/System.Web/System.Web/HttpUtility.cs
mcs/class/System.Web/System.Web/IPartitionResolver.cs
mcs/class/System.XML/System.Xml/DtdProcessing.cs
mcs/class/System.XML/System.Xml/NamespaceHandling.cs
mcs/class/System.XML/System.Xml/XmlConvert.cs
mcs/class/System.XML/System.Xml/XmlDocument.cs
mcs/class/System.XML/System.Xml/XmlReader.cs
mcs/class/System.XML/System.Xml/XmlReaderSettings.cs
mcs/class/System.XML/System.Xml/XmlTextReader2.cs
mcs/class/System.XML/System.Xml/XmlWriter.cs
mcs/class/System.XML/System.Xml/XmlWriterSettings.cs
mcs/class/System.Xml.Linq/System.Xml.Linq/ReaderOptions.cs
mcs/class/System.Xml.Linq/System.Xml.Linq/SaveOptions.cs
mcs/class/System.Xml.Linq/System.Xml.Linq/XDocument.cs
mcs/class/System.Xml.Linq/System.Xml.Linq/XElement.cs
mcs/class/System.Xml.Linq/System.Xml.Linq/XNode.cs
mcs/class/System.Xml.Linq/System.Xml.Linq/XNodeReader.cs
mcs/class/System.Xml.Linq/System.Xml.Linq/XStreamingElement.cs
mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs
mcs/class/System/System.CodeDom.Compiler/CodeDomProvider.cs
mcs/class/System/System.CodeDom.Compiler/CompilerCollection.cs
mcs/class/System/System.CodeDom.Compiler/CompilerInfo.cs
mcs/class/System/System.CodeDom.Compiler/CompilerParameters.cs
mcs/class/System/System.CodeDom.Compiler/CompilerResults.cs
mcs/class/System/System.Collections.ObjectModel/ObservableCollection.cs
mcs/class/System/System.Collections.ObjectModel/ReadOnlyObservableCollection.cs
mcs/class/System/System.Collections.Specialized/INotifyCollectionChanged.cs
mcs/class/System/System.Collections.Specialized/NotifyCollectionChangedAction.cs
mcs/class/System/System.Collections.Specialized/NotifyCollectionChangedEventArgs.cs
mcs/class/System/System.Collections.Specialized/NotifyCollectionChangedEventHandler.cs
mcs/class/System/System.Diagnostics.CodeAnalysis/ExcludeFromCodeCoverageAttribute.cs
mcs/class/System/System.Diagnostics/Debug.cs
mcs/class/System/System.Diagnostics/Stopwatch.cs
mcs/class/System/System.Net.Configuration/SmtpNetworkElement.cs
mcs/class/System/System.Net.Mail/MailMessage.cs
mcs/class/System/System.Net.Mail/SmtpClient.cs
mcs/class/System/System.Net.Sockets/SocketAsyncEventArgs.cs
mcs/class/System/System.Net.Sockets/Socket_2_1.cs
mcs/class/System/System.Net/DnsEndPoint.cs
mcs/class/System/System.Net/FileWebResponse.cs
mcs/class/System/System.Net/HttpListenerRequest.cs
mcs/class/System/System.Net/HttpWebRequest.cs
mcs/class/System/System.Net/HttpWebResponse.cs
mcs/class/System/System.Net/IPAddress.cs
mcs/class/System/System.Net/NetworkCredential.cs
mcs/class/System/System.Net/WebRequest.cs
mcs/class/System/System.Net/WebResponse.cs
mcs/class/System/System.Net/WebUtility.cs
mcs/class/System/System.Runtime.Versioning/FrameworkName.cs
mcs/class/System/System.Security.Authentication.ExtendedProtection/ChannelBinding.cs
mcs/class/System/System.Security.Authentication.ExtendedProtection/ChannelBindingKind.cs
mcs/class/System/System.Security.Authentication.ExtendedProtection/ExtendedProtectionPolicy.cs
mcs/class/System/System.Security.Authentication.ExtendedProtection/ExtendedProtectionPolicyTypeConverter.cs
mcs/class/System/System.Security.Authentication.ExtendedProtection/PolicyEnforcement.cs
mcs/class/System/System.Security.Authentication.ExtendedProtection/ProtectionScenario.cs
mcs/class/System/System.Security.Authentication.ExtendedProtection/ServiceNameCollection.cs
mcs/class/System/System.Security.Cryptography.X509Certificates/X509Certificate2.cs
mcs/class/System/System/Uri.cs
mcs/class/System/System/UriBuilder.cs
mcs/class/System/System/UriFormatException.cs
mcs/class/System/System/UriHelper.cs
mcs/class/WebMatrix.Data/WebMatrix.Data/ConnectionEventArgs.cs
mcs/class/WebMatrix.Data/WebMatrix.Data/Database.cs
mcs/class/WebMatrix.Data/WebMatrix.Data/DynamicRecord.cs
mcs/class/WindowsBase/System.Collections.ObjectModel/ObservableCollection.cs
mcs/class/WindowsBase/System.Collections.ObjectModel/ReadOnlyObservableCollection.cs
mcs/class/WindowsBase/System.Collections.Specialized/INotifyCollectionChanged.cs
mcs/class/WindowsBase/System.Collections.Specialized/NotifyCollectionChangedAction.cs
mcs/class/WindowsBase/System.Collections.Specialized/NotifyCollectionChangedEventArgs.cs
mcs/class/WindowsBase/System.Collections.Specialized/NotifyCollectionChangedEventHandler.cs
mcs/class/WindowsBase/System.ComponentModel/IEditableCollectionViewAddNewItem.cs
mcs/class/WindowsBase/System.Windows.Markup/AmbientAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/ConstructorArgumentAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/ContentPropertyAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/ContentWrapperAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/DateTimeValueSerializer.cs
mcs/class/WindowsBase/System.Windows.Markup/DependsOnAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/DictionaryKeyPropertyAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/IComponentConnector.cs
mcs/class/WindowsBase/System.Windows.Markup/INameScope.cs
mcs/class/WindowsBase/System.Windows.Markup/IValueSerializerContext.cs
mcs/class/WindowsBase/System.Windows.Markup/IXamlTypeResolver.cs
mcs/class/WindowsBase/System.Windows.Markup/MarkupExtension.cs
mcs/class/WindowsBase/System.Windows.Markup/MarkupExtensionReturnTypeAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/NameScopePropertyAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/RootNamespaceAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/RuntimeNamePropertyAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/TrimSurroundingWhitespaceAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/UidDuringInitializationAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/UidPropertyAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/UsableDuringInitializationAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/ValueSerializer.cs
mcs/class/WindowsBase/System.Windows.Markup/ValueSerializerAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/WhitespaceSignificantCollectionAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/XmlLangPropertyAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/XmlnsCompatibleWithAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/XmlnsDefinitionAttribute.cs
mcs/class/WindowsBase/System.Windows.Markup/XmlnsPrefixAttribute.cs
mcs/class/corlib/Microsoft.Win32.SafeHandles/SafeRegistryHandle.cs
mcs/class/corlib/Microsoft.Win32/IRegistryApi.cs
mcs/class/corlib/Microsoft.Win32/Registry.cs
mcs/class/corlib/Microsoft.Win32/RegistryKey.cs
mcs/class/corlib/Microsoft.Win32/RegistryOptions.cs
mcs/class/corlib/Microsoft.Win32/RegistryValueKind.cs
mcs/class/corlib/Microsoft.Win32/RegistryView.cs
mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs
mcs/class/corlib/Microsoft.Win32/Win32RegistryApi.cs
mcs/class/corlib/System.Collections.Concurrent.Partitioners/EnumerablePartitioner.cs
mcs/class/corlib/System.Collections.Concurrent.Partitioners/ListPartitioner.cs
mcs/class/corlib/System.Collections.Concurrent.Partitioners/UserRangePartitioner.cs
mcs/class/corlib/System.Collections.Concurrent/ConcurrentDictionary.cs
mcs/class/corlib/System.Collections.Concurrent/ConcurrentOrderedList.cs
mcs/class/corlib/System.Collections.Concurrent/ConcurrentQueue.cs
mcs/class/corlib/System.Collections.Concurrent/ConcurrentStack.cs
mcs/class/corlib/System.Collections.Concurrent/IProducerConsumerCollection.cs
mcs/class/corlib/System.Collections.Concurrent/OrderablePartitioner.cs
mcs/class/corlib/System.Collections.Concurrent/Partitioner.cs
mcs/class/corlib/System.Collections.Concurrent/SplitOrderedList.cs
mcs/class/corlib/System.Collections.Generic/IComparer.cs
mcs/class/corlib/System.Collections.Generic/IEnumerable.cs
mcs/class/corlib/System.Collections.Generic/IEnumerator.cs
mcs/class/corlib/System.Collections.Generic/IEqualityComparer.cs
mcs/class/corlib/System.Collections/IStructuralComparable.cs
mcs/class/corlib/System.Collections/IStructuralEquatable.cs
mcs/class/corlib/System.Collections/StructuralComparisons.cs
mcs/class/corlib/System.Diagnostics.Contracts.Internal/ContractHelper.cs
mcs/class/corlib/System.Diagnostics.Contracts/Contract.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractClassAttribute.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractClassForAttribute.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractException.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractFailedEventArgs.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractFailureKind.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractInvariantMethodAttribute.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractPublicPropertyNameAttribute.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractReferenceAssemblyAttribute.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractRuntimeIgnoredAttribute.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractShouldAssertException.cs
mcs/class/corlib/System.Diagnostics.Contracts/ContractVerificationAttribute.cs
mcs/class/corlib/System.Diagnostics.Contracts/PureAttribute.cs
mcs/class/corlib/System.Diagnostics/Debugger.cs
mcs/class/corlib/System.Globalization/CultureInfo.cs
mcs/class/corlib/System.Globalization/CultureNotFoundException.cs
mcs/class/corlib/System.Globalization/CultureTypes.cs
mcs/class/corlib/System.Globalization/TimeSpanStyles.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorage.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageFile.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageFileStream.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageSecurityOptions.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageSecurityState.cs
mcs/class/corlib/System.IO/BinaryReader.cs
mcs/class/corlib/System.IO/BinaryWriter.cs
mcs/class/corlib/System.IO/Directory.cs
mcs/class/corlib/System.IO/DirectoryInfo.cs
mcs/class/corlib/System.IO/File.cs
mcs/class/corlib/System.IO/FileStream.cs
mcs/class/corlib/System.IO/Path.cs
mcs/class/corlib/System.IO/Stream.cs
mcs/class/corlib/System.IO/UnmanagedMemoryAccessor.cs
mcs/class/corlib/System.IO/UnmanagedMemoryStream.cs
mcs/class/corlib/System.Reflection.Emit/AssemblyBuilder.cs
mcs/class/corlib/System.Reflection.Emit/AssemblyBuilderAccess.cs
mcs/class/corlib/System.Reflection.Emit/ConstructorBuilder.cs
mcs/class/corlib/System.Reflection.Emit/DynamicILInfo.cs
mcs/class/corlib/System.Reflection.Emit/EnumBuilder.cs
mcs/class/corlib/System.Reflection.Emit/GenericTypeParameterBuilder.cs
mcs/class/corlib/System.Reflection.Emit/ILGenerator.cs
mcs/class/corlib/System.Reflection.Emit/MethodBuilder.cs
mcs/class/corlib/System.Reflection.Emit/ModuleBuilder.cs
mcs/class/corlib/System.Reflection.Emit/SignatureHelper.cs
mcs/class/corlib/System.Reflection.Emit/TypeBuilder.cs
mcs/class/corlib/System.Reflection/Assembly.cs
mcs/class/corlib/System.Reflection/ConstructorInfo.cs
mcs/class/corlib/System.Reflection/CustomAttributeData.cs
mcs/class/corlib/System.Reflection/CustomAttributeNamedArgument.cs
mcs/class/corlib/System.Reflection/CustomAttributeTypedArgument.cs
mcs/class/corlib/System.Reflection/EventInfo.cs
mcs/class/corlib/System.Reflection/ExceptionHandlingClause.cs
mcs/class/corlib/System.Reflection/FieldInfo.cs
mcs/class/corlib/System.Reflection/LocalVariableInfo.cs
mcs/class/corlib/System.Reflection/ManifestResourceInfo.cs
mcs/class/corlib/System.Reflection/MemberInfo.cs
mcs/class/corlib/System.Reflection/MethodBase.cs
mcs/class/corlib/System.Reflection/MethodBody.cs
mcs/class/corlib/System.Reflection/MethodInfo.cs
mcs/class/corlib/System.Reflection/Module.cs
mcs/class/corlib/System.Reflection/MonoAssembly.cs
mcs/class/corlib/System.Reflection/MonoEvent.cs
mcs/class/corlib/System.Reflection/MonoField.cs
mcs/class/corlib/System.Reflection/MonoMethod.cs
mcs/class/corlib/System.Reflection/MonoModule.cs
mcs/class/corlib/System.Reflection/MonoParameterInfo.cs
mcs/class/corlib/System.Reflection/MonoProperty.cs
mcs/class/corlib/System.Reflection/ParameterInfo.cs
mcs/class/corlib/System.Reflection/PropertyInfo.cs
mcs/class/corlib/System.Resources/ResourceManager.cs
mcs/class/corlib/System.Resources/ResourceReader.cs
mcs/class/corlib/System.Resources/ResourceWriter.cs
mcs/class/corlib/System.Runtime.CompilerServices/ConditionalWeakTable.cs
mcs/class/corlib/System.Runtime.CompilerServices/ReferenceAssemblyAttribute.cs
mcs/class/corlib/System.Runtime.CompilerServices/RuntimeHelpers.cs
mcs/class/corlib/System.Runtime.CompilerServices/TypeForwardedFromAttribute.cs
mcs/class/corlib/System.Runtime.ExceptionServices/FirstChanceExceptionEventArgs.cs
mcs/class/corlib/System.Runtime.ExceptionServices/HandleProcessCorruptedStateExceptionsAttribute.cs
mcs/class/corlib/System.Runtime.Hosting/ActivationArguments.cs
mcs/class/corlib/System.Runtime.InteropServices/BStrWrapper.cs
mcs/class/corlib/System.Runtime.InteropServices/RuntimeEnvironment.cs
mcs/class/corlib/System.Runtime.InteropServices/SafeBuffer.cs
mcs/class/corlib/System.Runtime.InteropServices/TypeIdentifierAttribute.cs
mcs/class/corlib/System.Runtime.InteropServices/TypeLibImporterFlags.cs
mcs/class/corlib/System.Runtime.Remoting.Lifetime/LifetimeServices.cs
mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs
mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
mcs/class/corlib/System.Runtime.Serialization/FormatterServices.cs
mcs/class/corlib/System.Runtime.Serialization/ISafeSerializationData.cs
mcs/class/corlib/System.Runtime.Serialization/SafeSerializationEventArgs.cs
mcs/class/corlib/System.Runtime.Serialization/SerializationBinder.cs
mcs/class/corlib/System.Runtime.Serialization/SerializationInfo.cs
mcs/class/corlib/System.Runtime.Versioning/ComponentGuaranteesAttribute.cs
mcs/class/corlib/System.Runtime.Versioning/ComponentGuaranteesOptions.cs
mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs
mcs/class/corlib/System.Runtime/AssemblyTargetedPatchBandAttribute.cs
mcs/class/corlib/System.Runtime/TargetedPatchingOptOutAttribute.cs
mcs/class/corlib/System.Security.AccessControl/AccessRule_T.cs
mcs/class/corlib/System.Security.AccessControl/AuditRule_T.cs
mcs/class/corlib/System.Security.AccessControl/ObjectSecurity.cs
mcs/class/corlib/System.Security.AccessControl/ObjectSecurity_T.cs
mcs/class/corlib/System.Security.Cryptography.X509Certificates/X509Certificate.cs
mcs/class/corlib/System.Security.Cryptography/AsymmetricAlgorithm.cs
mcs/class/corlib/System.Security.Cryptography/CryptoAPITransform.cs
mcs/class/corlib/System.Security.Cryptography/CryptoConfig.cs
mcs/class/corlib/System.Security.Cryptography/CryptoStream.cs
mcs/class/corlib/System.Security.Cryptography/CspProviderFlags.cs
mcs/class/corlib/System.Security.Cryptography/DeriveBytes.cs
mcs/class/corlib/System.Security.Cryptography/FromBase64Transform.cs
mcs/class/corlib/System.Security.Cryptography/HashAlgorithm.cs
mcs/class/corlib/System.Security.Cryptography/PasswordDeriveBytes.cs
mcs/class/corlib/System.Security.Cryptography/RNGCryptoServiceProvider.cs
mcs/class/corlib/System.Security.Cryptography/RandomNumberGenerator.cs
mcs/class/corlib/System.Security.Cryptography/Rfc2898DeriveBytes.cs
mcs/class/corlib/System.Security.Cryptography/RijndaelManagedTransform.cs
mcs/class/corlib/System.Security.Cryptography/SymmetricAlgorithm.cs
mcs/class/corlib/System.Security.Cryptography/ToBase64Transform.cs
mcs/class/corlib/System.Security.Permissions/ReflectionPermissionAttribute.cs
mcs/class/corlib/System.Security.Permissions/ReflectionPermissionFlag.cs
mcs/class/corlib/System.Security.Permissions/SecurityAction.cs
mcs/class/corlib/System.Security.Policy/ApplicationDirectory.cs
mcs/class/corlib/System.Security.Policy/ApplicationTrust.cs
mcs/class/corlib/System.Security.Policy/Evidence.cs
mcs/class/corlib/System.Security.Policy/EvidenceBase.cs
mcs/class/corlib/System.Security.Policy/Gac.cs
mcs/class/corlib/System.Security.Policy/Hash.cs
mcs/class/corlib/System.Security.Policy/PermissionRequestEvidence.cs
mcs/class/corlib/System.Security.Policy/Publisher.cs
mcs/class/corlib/System.Security.Policy/Site.cs
mcs/class/corlib/System.Security.Policy/StrongName.cs
mcs/class/corlib/System.Security.Policy/Url.cs
mcs/class/corlib/System.Security.Policy/Zone.cs
mcs/class/corlib/System.Security/SecureString.cs
mcs/class/corlib/System.Security/SecurityContext.cs
mcs/class/corlib/System.Security/SecurityContextSource.cs
mcs/class/corlib/System.Security/SecurityCriticalAttribute.cs
mcs/class/corlib/System.Security/SecurityCriticalScope.cs
mcs/class/corlib/System.Security/SecurityManager.cs
mcs/class/corlib/System.Security/SecurityManager_mobile.cs
mcs/class/corlib/System.Security/SecurityRuleSet.cs
mcs/class/corlib/System.Security/SecurityRulesAttribute.cs
mcs/class/corlib/System.Text/StringBuilder.cs
mcs/class/corlib/System.Threading.Tasks/CyclicDeque.cs
mcs/class/corlib/System.Threading.Tasks/IConcurrentDeque.cs
mcs/class/corlib/System.Threading.Tasks/IScheduler.cs
mcs/class/corlib/System.Threading.Tasks/Parallel.cs
mcs/class/corlib/System.Threading.Tasks/ParallelLoopResult.cs
mcs/class/corlib/System.Threading.Tasks/ParallelLoopState.cs
mcs/class/corlib/System.Threading.Tasks/ParallelOptions.cs
mcs/class/corlib/System.Threading.Tasks/PopResult.cs
mcs/class/corlib/System.Threading.Tasks/SimpleConcurrentBag.cs
mcs/class/corlib/System.Threading.Tasks/SynchronizationContextScheduler.cs
mcs/class/corlib/System.Threading.Tasks/Task.cs
mcs/class/corlib/System.Threading.Tasks/TaskActionInvoker.cs
mcs/class/corlib/System.Threading.Tasks/TaskCanceledException.cs
mcs/class/corlib/System.Threading.Tasks/TaskCompletionQueue.cs
mcs/class/corlib/System.Threading.Tasks/TaskCompletionSource.cs
mcs/class/corlib/System.Threading.Tasks/TaskConstants.cs
mcs/class/corlib/System.Threading.Tasks/TaskContinuation.cs
mcs/class/corlib/System.Threading.Tasks/TaskContinuationOptions.cs
mcs/class/corlib/System.Threading.Tasks/TaskCreationOptions.cs
mcs/class/corlib/System.Threading.Tasks/TaskDebuggerView.cs
mcs/class/corlib/System.Threading.Tasks/TaskExceptionSlot.cs
mcs/class/corlib/System.Threading.Tasks/TaskExtensionsImpl.cs
mcs/class/corlib/System.Threading.Tasks/TaskFactory.cs
mcs/class/corlib/System.Threading.Tasks/TaskFactory_T.cs
mcs/class/corlib/System.Threading.Tasks/TaskScheduler.cs
mcs/class/corlib/System.Threading.Tasks/TaskSchedulerException.cs
mcs/class/corlib/System.Threading.Tasks/TaskStatus.cs
mcs/class/corlib/System.Threading.Tasks/Task_T.cs
mcs/class/corlib/System.Threading.Tasks/TpScheduler.cs
mcs/class/corlib/System.Threading.Tasks/UnobservedTaskExceptionEventArgs.cs
mcs/class/corlib/System.Threading/AsyncFlowControl.cs
mcs/class/corlib/System.Threading/CancellationToken.cs
mcs/class/corlib/System.Threading/CancellationTokenRegistration.cs
mcs/class/corlib/System.Threading/CancellationTokenSource.cs
mcs/class/corlib/System.Threading/CompressedStack.cs
mcs/class/corlib/System.Threading/CountdownEvent.cs
mcs/class/corlib/System.Threading/ExecutionContext.cs
mcs/class/corlib/System.Threading/LazyInitializer.cs
mcs/class/corlib/System.Threading/LazyThreadSafetyMode.cs
mcs/class/corlib/System.Threading/LockRecursionException.cs
mcs/class/corlib/System.Threading/ManualResetEventSlim.cs
mcs/class/corlib/System.Threading/Monitor.cs
mcs/class/corlib/System.Threading/SemaphoreSlim.cs
mcs/class/corlib/System.Threading/SpinLock.cs
mcs/class/corlib/System.Threading/SpinWait.cs
mcs/class/corlib/System.Threading/Thread.cs
mcs/class/corlib/System.Threading/ThreadLocal.cs
mcs/class/corlib/System.Threading/WaitHandle.cs
mcs/class/corlib/System.Threading/Watch.cs
mcs/class/corlib/System/Action.cs
mcs/class/corlib/System/Activator.cs
mcs/class/corlib/System/AggregateException.cs
mcs/class/corlib/System/AppDomain.cs
mcs/class/corlib/System/Array.cs
mcs/class/corlib/System/Char.cs
mcs/class/corlib/System/CharEnumerator.cs
mcs/class/corlib/System/Comparison.cs
mcs/class/corlib/System/ContextMarshalException.cs
mcs/class/corlib/System/Converter.cs
mcs/class/corlib/System/Decimal.cs
mcs/class/corlib/System/Double.cs
mcs/class/corlib/System/Enum.cs
mcs/class/corlib/System/Environment.cs
mcs/class/corlib/System/Exception.cs
mcs/class/corlib/System/ExecutionEngineException.cs
mcs/class/corlib/System/Funcs.cs
mcs/class/corlib/System/GC.cs
mcs/class/corlib/System/Guid.cs
mcs/class/corlib/System/IComparable.cs
mcs/class/corlib/System/IObservable.cs
mcs/class/corlib/System/IObserver.cs
mcs/class/corlib/System/InsufficientExecutionStackException.cs
mcs/class/corlib/System/IntPtr.cs
mcs/class/corlib/System/InvalidTimeZoneException.cs
mcs/class/corlib/System/Lazy.cs
mcs/class/corlib/System/MonoType.cs
mcs/class/corlib/System/OperationCanceledException.cs
mcs/class/corlib/System/Predicate.cs
mcs/class/corlib/System/ResolveEventArgs.cs
mcs/class/corlib/System/Single.cs
mcs/class/corlib/System/String.cs
mcs/class/corlib/System/TimeSpan.cs
mcs/class/corlib/System/TimeZoneNotFoundException.cs
mcs/class/corlib/System/Tuple.cs
mcs/class/corlib/System/Tuples.cs
mcs/class/corlib/System/Type.cs
mcs/class/corlib/System/TypeAccessException.cs
mcs/class/corlib/System/TypeSpec.cs
mcs/class/corlib/System/UIntPtr.cs
mcs/class/corlib/System/Version.cs
mcs/class/corlib/System/_AppDomain.cs