Imported Upstream version 4.3.2.467

Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
Xamarin Public Jenkins
2016-02-22 11:00:01 -05:00
parent f302175246
commit f3e3aab35a
4097 changed files with 122406 additions and 82300 deletions

View File

@@ -1,49 +1,39 @@
../../build/common/Consts.cs
../../build/common/Locale.cs
../../build/common/MonoTODOAttribute.cs
../../build/common/SR.cs
SR.cs
Assembly/AssemblyInfo.cs
System.Threading.Tasks.Dataflow/ExecutingMessageBox.cs
System.Threading.Tasks.Dataflow/DataflowBlockOptions.cs
System.Threading.Tasks.Dataflow/DataflowMessageHeader.cs
System.Threading.Tasks.Dataflow/DataflowMessageStatus.cs
System.Threading.Tasks.Dataflow/ExecutionDataflowBlockOptions.cs
System.Threading.Tasks.Dataflow/GroupingDataflowBlockOptions.cs
System.Threading.Tasks.Dataflow/DataflowLinkOptions.cs
System.Threading.Tasks.Dataflow/IDataflowBlock.cs
System.Threading.Tasks.Dataflow/IPropagatorBlock.cs
System.Threading.Tasks.Dataflow/IReceivableSourceBlock.cs
System.Threading.Tasks.Dataflow/ISourceBlock.cs
System.Threading.Tasks.Dataflow/ITargetBlock.cs
System.Threading.Tasks.Dataflow/CompletionHelper.cs
System.Threading.Tasks.Dataflow/MessageBox.cs
System.Threading.Tasks.Dataflow/OutgoingQueueBase.cs
System.Threading.Tasks.Dataflow/OutgoingQueue.cs
System.Threading.Tasks.Dataflow/BroadcastOutgoingQueue.cs
System.Threading.Tasks.Dataflow/PassingMessageBox.cs
System.Threading.Tasks.Dataflow/NameHelper.cs
System.Threading.Tasks.Dataflow/TargetCollection.cs
System.Threading.Tasks.Dataflow/JoinTarget.cs
../Mono.Parallel/Mono.Threading/AtomicBoolean.cs
System.Threading.Tasks.Dataflow/ActionBlock.cs
System.Threading.Tasks.Dataflow/BatchBlock.cs
System.Threading.Tasks.Dataflow/BatchedJoinBlock.cs
System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.cs
System.Threading.Tasks.Dataflow/BroadcastBlock.cs
System.Threading.Tasks.Dataflow/BufferBlock.cs
System.Threading.Tasks.Dataflow/ChooserBlock.cs
System.Threading.Tasks.Dataflow/DataflowBlock.cs
System.Threading.Tasks.Dataflow/JoinBlock.cs
System.Threading.Tasks.Dataflow/JoinBlock`3.cs
System.Threading.Tasks.Dataflow/ObservableDataflowBlock.cs
System.Threading.Tasks.Dataflow/ObserverDataflowBlock.cs
System.Threading.Tasks.Dataflow/PropagatorWrapperBlock.cs
System.Threading.Tasks.Dataflow/ReceiveBlock.cs
System.Threading.Tasks.Dataflow/TransformBlock.cs
System.Threading.Tasks.Dataflow/TransformManyBlock.cs
System.Threading.Tasks.Dataflow/WriteOnceBlock.cs
System.Threading.Tasks.Dataflow/SendBlock.cs
System.Threading.Tasks.Dataflow/PredicateBlock.cs
System.Threading.Tasks.Dataflow/OutputAvailableBlock.cs
System.Threading.Tasks.Dataflow/NullTargetBlock.cs
System.Threading.Tasks.Dataflow/AsyncExecutingMessageBox.cs
System.Threading.Tasks.Dataflow/ExecutingMessageBoxBase.cs
CoreFxSources/Base/DataflowBlock.cs
CoreFxSources/Base/DataflowBlockOptions.cs
CoreFxSources/Base/DataflowLinkOptions.cs
CoreFxSources/Base/DataflowMessageHeader.cs
CoreFxSources/Base/DataflowMessageStatus.cs
CoreFxSources/Base/IDataflowBlock.cs
CoreFxSources/Base/IPropagatorBlock.cs
CoreFxSources/Base/IReceivableSourceBlock.cs
CoreFxSources/Base/ISourceBlock.cs
CoreFxSources/Base/ITargetBlock.cs
CoreFxSources/Blocks/ActionBlock.cs
CoreFxSources/Blocks/BatchBlock.cs
CoreFxSources/Blocks/BatchedJoinBlock.cs
CoreFxSources/Blocks/BroadcastBlock.cs
CoreFxSources/Blocks/BufferBlock.cs
CoreFxSources/Blocks/JoinBlock.cs
CoreFxSources/Blocks/TransformBlock.cs
CoreFxSources/Blocks/TransformManyBlock.cs
CoreFxSources/Blocks/WriteOnceBlock.cs
CoreFxSources/Internal/ActionOnDispose.cs
CoreFxSources/Internal/Common.cs
CoreFxSources/Internal/EnumerableDebugView.cs
CoreFxSources/Internal/IDebuggerDisplay.cs
CoreFxSources/Internal/ImmutableList.cs
CoreFxSources/Internal/Padding.cs
CoreFxSources/Internal/ProducerConsumerQueues.cs
CoreFxSources/Internal/QueuedMap.cs
CoreFxSources/Internal/ReorderingBuffer.cs
CoreFxSources/Internal/SourceCore.cs
CoreFxSources/Internal/SpscTargetCore.cs
CoreFxSources/Internal/TargetCore.cs
CoreFxSources/Internal/TargetRegistry.cs
CoreFxSources/Internal/Threading.cs