[Pkg-mono-svn-commits] [mono] 21/38: Merge branch 'upstream-experimental' into master-experimental-patches/disable_bug-10127_test

Jo Shields directhex at moszumanska.debian.org
Wed Nov 18 18:22:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master-experimental
in repository mono.

commit 87b29cdc0db9dee816453f9008111233d14a1ab6
Merge: 5d70802 d72f12c
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Wed Nov 18 16:06:33 2015 +0000

    Merge branch 'upstream-experimental' into master-experimental-patches/disable_bug-10127_test

 AUTHORS                                            |      3 -
 LICENSE                                            |      4 +-
 Makefile.am                                        |     10 -
 Makefile.in                                        |     18 +-
 NEWS                                               |      7 +-
 README.md                                          |    138 +-
 build-mingw32.sh                                   |    227 -
 config.h.in                                        |     36 +-
 configure                                          |    589 +-
 configure.ac                                       |    227 +-
 data/gdb/mono-gdb.py                               |      2 +-
 data/mono.d                                        |     25 +-
 data/net_4_5/machine.config                        |      5 +-
 docs/Makefile.am                                   |     10 -
 docs/Makefile.in                                   |     10 -
 docs/assembly-bundle                               |     57 -
 docs/current-api                                   |      4 -
 docs/deploy/mono-api-codegen.html                  |      4 +-
 docs/deploy/mono-api-internal.html                 |     34 +
 docs/deploy/mono-api-jit.html                      |      2 +-
 docs/deploy/mono-api-object.html                   |      8 +
 docs/deploy/mono-api-profiler.html                 |      4 +-
 docs/documented                                    |      4 -
 docs/exceptions                                    |    110 -
 docs/local-regalloc.txt                            |    208 -
 docs/magic.diff                                    |     15 -
 docs/mono_handle_d                                 |     98 -
 docs/new-regalloc                                  |     68 -
 docs/opcode-decomp.txt                             |    113 -
 docs/public-api                                    |      4 -
 docs/release-notes-1.0.html                        |     16 -
 docs/sources/mono-api-internal.html                |      3 -
 docs/sources/mono-api-object.html                  |      1 -
 docs/stack-alignment                               |     33 -
 docs/tree-mover.txt                                |    261 -
 eglib/src/gmisc-unix.c                             |     25 +-
 external/Lucene.Net.Light/README.md                |      6 +
 .../src/core/Analysis/ASCIIFoldingFilter.cs        |   3285 +
 .../Lucene.Net.Light/src/core/Analysis/Analyzer.cs |    171 +
 .../src/core/Analysis/BaseCharFilter.cs            |    105 +
 .../src/core/Analysis/CachingTokenFilter.cs        |     86 +
 .../src/core/Analysis/CharArraySet.cs              |    517 +
 .../src/core/Analysis/CharFilter.cs                |     95 +
 .../src/core/Analysis/CharReader.cs                |     94 +
 .../src/core/Analysis/CharStream.cs                |     45 +
 .../src/core/Analysis/CharTokenizer.cs             |    135 +
 .../src/core/Analysis/ISOLatin1AccentFilter.cs     |    344 +
 .../src/core/Analysis/KeywordAnalyzer.cs           |     54 +
 .../src/core/Analysis/KeywordTokenizer.cs          |     99 +
 .../src/core/Analysis/LengthFilter.cs              |     60 +
 .../src/core/Analysis/LetterTokenizer.cs           |     57 +
 .../src/core/Analysis/LowerCaseFilter.cs           |     49 +
 .../src/core/Analysis/LowerCaseTokenizer.cs        |     60 +
 .../src/core/Analysis/MappingCharFilter.cs         |    166 +
 .../src/core/Analysis/NormalizeCharMap.cs          |     68 +
 .../src/core/Analysis/NumericTokenStream.cs        |    270 +
 .../src/core/Analysis/PerFieldAnalyzerWrapper.cs   |    135 +
 .../src/core/Analysis/PorterStemFilter.cs          |     62 +
 .../src/core/Analysis/PorterStemmer.cs             |    746 +
 .../src/core/Analysis/SimpleAnalyzer.cs            |     45 +
 .../src/core/Analysis/Standard/StandardAnalyzer.cs |    174 +
 .../src/core/Analysis/Standard/StandardFilter.cs   |     88 +
 .../core/Analysis/Standard/StandardTokenizer.cs    |    232 +
 .../Analysis/Standard/StandardTokenizerImpl.cs     |    707 +
 .../src/core/Analysis/StopAnalyzer.cs              |    141 +
 .../src/core/Analysis/StopFilter.cs                |    178 +
 .../src/core/Analysis/TeeSinkTokenFilter.cs        |    266 +
 .../Lucene.Net.Light/src/core/Analysis/Token.cs    |    852 +
 .../src/core/Analysis/TokenFilter.cs               |     72 +
 .../src/core/Analysis/TokenStream.cs               |    162 +
 .../Analysis/Tokenattributes/FlagsAttribute.cs     |     85 +
 .../Analysis/Tokenattributes/IFlagsAttribute.cs    |     41 +
 .../Analysis/Tokenattributes/IOffsetAttribute.cs   |     48 +
 .../Analysis/Tokenattributes/IPayloadAttribute.cs  |     31 +
 .../Tokenattributes/IPositionIncrementAttribute.cs |     59 +
 .../Analysis/Tokenattributes/ITermAttribute.cs     |    104 +
 .../Analysis/Tokenattributes/ITypeAttribute.cs     |     30 +
 .../Analysis/Tokenattributes/OffsetAttribute.cs    |    106 +
 .../Analysis/Tokenattributes/PayloadAttribute.cs   |    100 +
 .../Tokenattributes/PositionIncrementAttribute.cs  |    107 +
 .../core/Analysis/Tokenattributes/TermAttribute.cs |    268 +
 .../core/Analysis/Tokenattributes/TypeAttribute.cs |     85 +
 .../src/core/Analysis/Tokenizer.cs                 |    112 +
 .../src/core/Analysis/WhitespaceAnalyzer.cs        |     43 +
 .../src/core/Analysis/WhitespaceTokenizer.cs       |     55 +
 .../src/core/Analysis/WordlistLoader.cs            |    146 +
 .../src/core/Document/AbstractField.cs             |    312 +
 .../src/core/Document/CompressionTools.cs          |    150 +
 .../src/core/Document/DateField.cs                 |    138 +
 .../src/core/Document/DateTools.cs                 |    350 +
 .../Lucene.Net.Light/src/core/Document/Document.cs |    382 +
 .../Lucene.Net.Light/src/core/Document/Field.cs    |    667 +
 .../src/core/Document/FieldSelector.cs             |     37 +
 .../src/core/Document/FieldSelectorResult.cs       |     71 +
 .../src/core/Document/Fieldable.cs                 |    205 +
 .../src/core/Document/LoadFirstFieldSelector.cs    |     35 +
 .../src/core/Document/MapFieldSelector.cs          |     68 +
 .../src/core/Document/NumberTools.cs               |    221 +
 .../src/core/Document/NumericField.cs              |    294 +
 .../src/core/Document/SetBasedFieldSelector.cs     |     69 +
 .../src/core/Index/AbstractAllTermDocs.cs          |    118 +
 .../Lucene.Net.Light/src/core/Index/AllTermDocs.cs |     45 +
 .../src/core/Index/BufferedDeletes.cs              |    196 +
 .../src/core/Index/ByteBlockPool.cs                |    172 +
 .../src/core/Index/ByteSliceReader.cs              |    185 +
 .../src/core/Index/ByteSliceWriter.cs              |     97 +
 .../src/core/Index/CharBlockPool.cs                |     69 +
 .../Lucene.Net.Light/src/core/Index/CheckIndex.cs  |   1017 +
 .../src/core/Index/CompoundFileReader.cs           |    317 +
 .../src/core/Index/CompoundFileWriter.cs           |    275 +
 .../src/core/Index/ConcurrentMergeScheduler.cs     |    504 +
 .../src/core/Index/CorruptIndexException.cs        |     36 +
 .../src/core/Index/DefaultSkipListReader.cs        |    128 +
 .../src/core/Index/DefaultSkipListWriter.cs        |    143 +
 .../src/core/Index/DirectoryReader.cs              |   1548 +
 .../Lucene.Net.Light/src/core/Index/DocConsumer.cs |     31 +
 .../src/core/Index/DocConsumerPerThread.cs         |     37 +
 .../src/core/Index/DocFieldConsumer.cs             |     56 +
 .../src/core/Index/DocFieldConsumerPerField.cs     |     30 +
 .../src/core/Index/DocFieldConsumerPerThread.cs    |     30 +
 .../src/core/Index/DocFieldConsumers.cs            |    221 +
 .../src/core/Index/DocFieldConsumersPerField.cs    |     56 +
 .../src/core/Index/DocFieldConsumersPerThread.cs   |     82 +
 .../src/core/Index/DocFieldProcessor.cs            |     92 +
 .../src/core/Index/DocFieldProcessorPerField.cs    |     49 +
 .../src/core/Index/DocFieldProcessorPerThread.cs   |    478 +
 .../Lucene.Net.Light/src/core/Index/DocInverter.cs |     97 +
 .../src/core/Index/DocInverterPerField.cs          |    235 +
 .../src/core/Index/DocInverterPerThread.cs         |    107 +
 .../src/core/Index/DocumentsWriter.cs              |   2075 +
 .../src/core/Index/DocumentsWriterThreadState.cs   |     56 +
 .../Lucene.Net.Light/src/core/Index/FieldInfo.cs   |    136 +
 .../Lucene.Net.Light/src/core/Index/FieldInfos.cs  |    491 +
 .../src/core/Index/FieldInvertState.cs             |    110 +
 .../src/core/Index/FieldReaderException.cs         |     90 +
 .../src/core/Index/FieldSortedTermVectorMapper.cs  |     78 +
 .../src/core/Index/FieldsReader.cs                 |    641 +
 .../src/core/Index/FieldsWriter.cs                 |    290 +
 .../src/core/Index/FilterIndexReader.cs            |    388 +
 .../src/core/Index/FormatPostingsDocsConsumer.cs   |     36 +
 .../src/core/Index/FormatPostingsDocsWriter.cs     |    134 +
 .../src/core/Index/FormatPostingsFieldsConsumer.cs |     39 +
 .../src/core/Index/FormatPostingsFieldsWriter.cs   |     71 +
 .../core/Index/FormatPostingsPositionsConsumer.cs  |     32 +
 .../core/Index/FormatPostingsPositionsWriter.cs    |    101 +
 .../src/core/Index/FormatPostingsTermsConsumer.cs  |     52 +
 .../src/core/Index/FormatPostingsTermsWriter.cs    |     77 +
 .../src/core/Index/FreqProxFieldMergeState.cs      |    117 +
 .../src/core/Index/FreqProxTermsWriter.cs          |    303 +
 .../src/core/Index/FreqProxTermsWriterPerField.cs  |    196 +
 .../src/core/Index/FreqProxTermsWriterPerThread.cs |     52 +
 .../Lucene.Net.Light/src/core/Index/IndexCommit.cs |    119 +
 .../src/core/Index/IndexDeletionPolicy.cs          |     99 +
 .../src/core/Index/IndexFileDeleter.cs             |    808 +
 .../src/core/Index/IndexFileNameFilter.cs          |    107 +
 .../src/core/Index/IndexFileNames.cs               |    165 +
 .../Lucene.Net.Light/src/core/Index/IndexReader.cs |   1374 +
 .../Lucene.Net.Light/src/core/Index/IndexWriter.cs |   5928 +
 .../src/core/Index/IntBlockPool.cs                 |     79 +
 .../src/core/Index/InvertedDocConsumer.cs          |     53 +
 .../src/core/Index/InvertedDocConsumerPerField.cs  |     46 +
 .../src/core/Index/InvertedDocConsumerPerThread.cs |     30 +
 .../src/core/Index/InvertedDocEndConsumer.cs       |     32 +
 .../core/Index/InvertedDocEndConsumerPerField.cs   |     28 +
 .../core/Index/InvertedDocEndConsumerPerThread.cs  |     30 +
 .../core/Index/KeepOnlyLastCommitDeletionPolicy.cs |     51 +
 .../src/core/Index/LogByteSizeMergePolicy.cs       |     99 +
 .../src/core/Index/LogDocMergePolicy.cs            |     69 +
 .../src/core/Index/LogMergePolicy.cs               |    580 +
 .../src/core/Index/MergeDocIDRemapper.cs           |    127 +
 .../Lucene.Net.Light/src/core/Index/MergePolicy.cs |    309 +
 .../src/core/Index/MergeScheduler.cs               |     58 +
 .../src/core/Index/MultiLevelSkipListReader.cs     |    341 +
 .../src/core/Index/MultiLevelSkipListWriter.cs     |    171 +
 .../Lucene.Net.Light/src/core/Index/MultiReader.cs |    494 +
 .../src/core/Index/MultipleTermPositions.cs        |    256 +
 .../Lucene.Net.Light/src/core/Index/NormsWriter.cs |    206 +
 .../src/core/Index/NormsWriterPerField.cs          |     90 +
 .../src/core/Index/NormsWriterPerThread.cs         |     55 +
 .../src/core/Index/ParallelReader.cs               |    822 +
 .../Lucene.Net.Light/src/core/Index/Payload.cs     |    217 +
 .../core/Index/PositionBasedTermVectorMapper.cs    |    176 +
 .../src/core/Index/RawPostingList.cs               |     46 +
 .../src/core/Index/ReadOnlyDirectoryReader.cs      |     45 +
 .../src/core/Index/ReadOnlySegmentReader.cs        |     42 +
 .../src/core/Index/ReusableStringReader.cs         |    136 +
 .../Lucene.Net.Light/src/core/Index/SegmentInfo.cs |    875 +
 .../src/core/Index/SegmentInfos.cs                 |   1074 +
 .../src/core/Index/SegmentMergeInfo.cs             |    108 +
 .../src/core/Index/SegmentMergeQueue.cs            |     47 +
 .../src/core/Index/SegmentMerger.cs                |    934 +
 .../src/core/Index/SegmentReader.cs                |   1692 +
 .../src/core/Index/SegmentTermDocs.cs              |    282 +
 .../src/core/Index/SegmentTermEnum.cs              |    247 +
 .../src/core/Index/SegmentTermPositionVector.cs    |     73 +
 .../src/core/Index/SegmentTermPositions.cs         |    226 +
 .../src/core/Index/SegmentTermVector.cs            |    102 +
 .../src/core/Index/SegmentWriteState.cs            |     53 +
 .../src/core/Index/SerialMergeScheduler.cs         |     49 +
 .../src/core/Index/SnapshotDeletionPolicy.cs       |    203 +
 .../src/core/Index/SortedTermVectorMapper.cs       |    133 +
 .../src/core/Index/StaleReaderException.cs         |     39 +
 .../src/core/Index/StoredFieldsWriter.cs           |    266 +
 .../src/core/Index/StoredFieldsWriterPerThread.cs  |     93 +
 external/Lucene.Net.Light/src/core/Index/Term.cs   |    168 +
 .../Lucene.Net.Light/src/core/Index/TermBuffer.cs  |    166 +
 .../Lucene.Net.Light/src/core/Index/TermDocs.cs    |     86 +
 .../Lucene.Net.Light/src/core/Index/TermEnum.cs    |     53 +
 .../src/core/Index/TermFreqVector.cs               |     73 +
 .../Lucene.Net.Light/src/core/Index/TermInfo.cs    |     69 +
 .../src/core/Index/TermInfosReader.cs              |    325 +
 .../src/core/Index/TermInfosWriter.cs              |    250 +
 .../src/core/Index/TermPositionVector.cs           |     50 +
 .../src/core/Index/TermPositions.cs                |     79 +
 .../src/core/Index/TermVectorEntry.cs              |    108 +
 .../Index/TermVectorEntryFreqSortedComparator.cs   |     45 +
 .../src/core/Index/TermVectorMapper.cs             |    112 +
 .../src/core/Index/TermVectorOffsetInfo.cs         |    134 +
 .../src/core/Index/TermVectorsReader.cs            |    731 +
 .../src/core/Index/TermVectorsTermsWriter.cs       |    380 +
 .../core/Index/TermVectorsTermsWriterPerField.cs   |    290 +
 .../core/Index/TermVectorsTermsWriterPerThread.cs  |    106 +
 .../src/core/Index/TermVectorsWriter.cs            |    246 +
 .../Lucene.Net.Light/src/core/Index/TermsHash.cs   |    278 +
 .../src/core/Index/TermsHashConsumer.cs            |     40 +
 .../src/core/Index/TermsHashConsumerPerField.cs    |     38 +
 .../src/core/Index/TermsHashConsumerPerThread.cs   |     30 +
 .../src/core/Index/TermsHashPerField.cs            |    639 +
 .../src/core/Index/TermsHashPerThread.cs           |    140 +
 .../Lucene.Net.Light/src/core/LZOCompressor.cs     |    135 +
 .../Lucene.Net.Light/src/core/LucenePackage.cs     |     40 +
 .../src/core/Messages/INLSException.cs             |     36 +
 .../Lucene.Net.Light/src/core/Messages/Message.cs  |     36 +
 .../src/core/Messages/MessageImpl.cs               |     81 +
 external/Lucene.Net.Light/src/core/Messages/NLS.cs |    254 +
 .../src/core/QueryParser/CharStream.cs             |    124 +
 .../src/core/QueryParser/FastCharStream.cs         |    159 +
 .../src/core/QueryParser/MultiFieldQueryParser.cs  |    370 +
 .../src/core/QueryParser/ParseException.cs         |    244 +
 .../src/core/QueryParser/QueryParser.cs            |   2095 +
 .../src/core/QueryParser/QueryParserConstants.cs   |    143 +
 .../core/QueryParser/QueryParserTokenManager.cs    |   1462 +
 .../Lucene.Net.Light/src/core/QueryParser/Token.cs |    133 +
 .../src/core/QueryParser/TokenMgrError.cs          |    169 +
 .../src/core/Search/BooleanClause.cs               |    102 +
 .../src/core/Search/BooleanQuery.cs                |    599 +
 .../src/core/Search/BooleanScorer.cs               |    405 +
 .../src/core/Search/BooleanScorer2.cs              |    417 +
 .../src/core/Search/CachingSpanFilter.cs           |    124 +
 .../src/core/Search/CachingWrapperFilter.cs        |    279 +
 .../Lucene.Net.Light/src/core/Search/Collector.cs  |    176 +
 .../src/core/Search/ComplexExplanation.cs          |     76 +
 .../src/core/Search/ConjunctionScorer.cs           |    147 +
 .../src/core/Search/ConstantScoreQuery.cs          |    236 +
 .../src/core/Search/DefaultSimilarity.cs           |    108 +
 .../src/core/Search/DisjunctionMaxQuery.cs         |    344 +
 .../src/core/Search/DisjunctionMaxScorer.cs        |    215 +
 .../src/core/Search/DisjunctionSumScorer.cs        |    278 +
 .../Lucene.Net.Light/src/core/Search/DocIdSet.cs   |    112 +
 .../src/core/Search/DocIdSetIterator.cs            |     90 +
 .../src/core/Search/ExactPhraseScorer.cs           |     67 +
 .../src/core/Search/Explanation.cs                 |    168 +
 .../Lucene.Net.Light/src/core/Search/FieldCache.cs |    708 +
 .../src/core/Search/FieldCacheImpl.cs              |    858 +
 .../src/core/Search/FieldCacheRangeFilter.cs       |    964 +
 .../src/core/Search/FieldCacheTermsFilter.cs       |    223 +
 .../src/core/Search/FieldComparator.cs             |   1065 +
 .../src/core/Search/FieldComparatorSource.cs       |     45 +
 .../Lucene.Net.Light/src/core/Search/FieldDoc.cs   |    113 +
 .../src/core/Search/FieldDocSortedHitQueue.cs      |    148 +
 .../src/core/Search/FieldValueHitQueue.cs          |    235 +
 .../Lucene.Net.Light/src/core/Search/Filter.cs     |     54 +
 .../src/core/Search/FilterManager.cs               |    203 +
 .../src/core/Search/FilteredDocIdSet.cs            |    107 +
 .../src/core/Search/FilteredDocIdSetIterator.cs    |     96 +
 .../src/core/Search/FilteredQuery.cs               |    293 +
 .../src/core/Search/FilteredTermEnum.cs            |    127 +
 .../src/core/Search/Function/ByteFieldSource.cs    |    136 +
 .../core/Search/Function/CustomScoreProvider.cs    |    175 +
 .../src/core/Search/Function/CustomScoreQuery.cs   |    579 +
 .../src/core/Search/Function/DocValues.cs          |    206 +
 .../src/core/Search/Function/FieldCacheSource.cs   |    110 +
 .../src/core/Search/Function/FieldScoreQuery.cs    |    139 +
 .../src/core/Search/Function/FloatFieldSource.cs   |    131 +
 .../src/core/Search/Function/IntFieldSource.cs     |    136 +
 .../src/core/Search/Function/OrdFieldSource.cs     |    146 +
 .../core/Search/Function/ReverseOrdFieldSource.cs  |    158 +
 .../src/core/Search/Function/ShortFieldSource.cs   |    136 +
 .../src/core/Search/Function/ValueSource.cs        |     69 +
 .../src/core/Search/Function/ValueSourceQuery.cs   |    235 +
 .../Lucene.Net.Light/src/core/Search/FuzzyQuery.cs |    256 +
 .../src/core/Search/FuzzyTermEnum.cs               |    318 +
 .../Lucene.Net.Light/src/core/Search/HitQueue.cs   |     95 +
 .../src/core/Search/IndexSearcher.cs               |    343 +
 .../src/core/Search/MatchAllDocsQuery.cs           |    198 +
 .../src/core/Search/MultiPhraseQuery.cs            |    496 +
 .../src/core/Search/MultiSearcher.cs               |    458 +
 .../src/core/Search/MultiTermQuery.cs              |    465 +
 .../src/core/Search/MultiTermQueryWrapperFilter.cs |    161 +
 .../src/core/Search/NumericRangeFilter.cs          |    185 +
 .../src/core/Search/NumericRangeQuery.cs           |    665 +
 .../src/core/Search/ParallelMultiSearcher.cs       |    217 +
 .../core/Search/Payloads/AveragePayloadFunction.cs |     63 +
 .../src/core/Search/Payloads/MaxPayloadFunction.cs |     69 +
 .../src/core/Search/Payloads/MinPayloadFunction.cs |     67 +
 .../src/core/Search/Payloads/PayloadFunction.cs    |     78 +
 .../src/core/Search/Payloads/PayloadNearQuery.cs   |    284 +
 .../src/core/Search/Payloads/PayloadSpanUtil.cs    |    211 +
 .../src/core/Search/Payloads/PayloadTermQuery.cs   |    255 +
 .../src/core/Search/PhrasePositions.cs             |     93 +
 .../src/core/Search/PhraseQuery.cs                 |    370 +
 .../src/core/Search/PhraseQueue.cs                 |     44 +
 .../src/core/Search/PhraseScorer.cs                |    224 +
 .../src/core/Search/PositiveScoresOnlyCollector.cs |     66 +
 .../src/core/Search/PrefixFilter.cs                |     51 +
 .../src/core/Search/PrefixQuery.cs                 |    100 +
 .../src/core/Search/PrefixTermEnum.cs              |     71 +
 external/Lucene.Net.Light/src/core/Search/Query.cs |    257 +
 .../src/core/Search/QueryTermVector.cs             |    167 +
 .../src/core/Search/QueryWrapperFilter.cs          |    106 +
 .../src/core/Search/ReqExclScorer.cs               |    140 +
 .../src/core/Search/ReqOptSumScorer.cs             |     87 +
 .../src/core/Search/ScoreCachingWrappingScorer.cs  |     88 +
 .../Lucene.Net.Light/src/core/Search/ScoreDoc.cs   |     50 +
 .../Lucene.Net.Light/src/core/Search/Scorer.cs     |    106 +
 .../Lucene.Net.Light/src/core/Search/Searchable.cs |    169 +
 .../Lucene.Net.Light/src/core/Search/Searcher.cs   |    192 +
 .../Lucene.Net.Light/src/core/Search/Similarity.cs |    697 +
 .../src/core/Search/SimilarityDelegator.cs         |     80 +
 .../src/core/Search/SingleTermEnum.cs              |     70 +
 .../src/core/Search/SloppyPhraseScorer.cs          |    244 +
 external/Lucene.Net.Light/src/core/Search/Sort.cs  |    214 +
 .../Lucene.Net.Light/src/core/Search/SortField.cs  |    512 +
 .../Lucene.Net.Light/src/core/Search/SpanFilter.cs |     47 +
 .../src/core/Search/SpanFilterResult.cs            |    116 +
 .../src/core/Search/SpanQueryFilter.cs             |    109 +
 .../src/core/Search/Spans/FieldMaskingSpanQuery.cs |    162 +
 .../src/core/Search/Spans/NearSpansOrdered.cs      |    436 +
 .../src/core/Search/Spans/NearSpansUnordered.cs    |    415 +
 .../src/core/Search/Spans/SpanFirstQuery.cs        |    211 +
 .../src/core/Search/Spans/SpanNearQuery.cs         |    230 +
 .../src/core/Search/Spans/SpanNotQuery.cs          |    260 +
 .../src/core/Search/Spans/SpanOrQuery.cs           |    345 +
 .../src/core/Search/Spans/SpanQuery.cs             |     45 +
 .../src/core/Search/Spans/SpanScorer.cs            |    130 +
 .../src/core/Search/Spans/SpanTermQuery.cs         |    100 +
 .../src/core/Search/Spans/SpanWeight.cs            |    138 +
 .../src/core/Search/Spans/Spans.cs                 |     92 +
 .../src/core/Search/Spans/TermSpans.cs             |    126 +
 .../Lucene.Net.Light/src/core/Search/TermQuery.cs  |    237 +
 .../src/core/Search/TermRangeFilter.cs             |    137 +
 .../src/core/Search/TermRangeQuery.cs              |    238 +
 .../src/core/Search/TermRangeTermEnum.cs           |    161 +
 .../Lucene.Net.Light/src/core/Search/TermScorer.cs |    188 +
 .../src/core/Search/TimeLimitingCollector.cs       |    234 +
 .../Lucene.Net.Light/src/core/Search/TopDocs.cs    |     71 +
 .../src/core/Search/TopDocsCollector.cs            |    155 +
 .../src/core/Search/TopFieldCollector.cs           |   1137 +
 .../src/core/Search/TopFieldDocs.cs                |     47 +
 .../src/core/Search/TopScoreDocCollector.cs        |    177 +
 .../Lucene.Net.Light/src/core/Search/Weight.cs     |    127 +
 .../src/core/Search/WildcardQuery.cs               |    136 +
 .../src/core/Search/WildcardTermEnum.cs            |    196 +
 .../src/core/Store/AlreadyClosedException.cs       |     47 +
 .../src/core/Store/BufferedIndexInput.cs           |    241 +
 .../src/core/Store/BufferedIndexOutput.cs          |    165 +
 .../src/core/Store/CheckSumIndexInput.cs           |     89 +
 .../src/core/Store/CheckSumIndexOutput.cs          |    115 +
 .../Lucene.Net.Light/src/core/Store/Directory.cs   |    264 +
 .../Lucene.Net.Light/src/core/Store/FSDirectory.cs |    533 +
 .../src/core/Store/FSLockFactory.cs                |     52 +
 .../src/core/Store/FileSwitchDirectory.cs          |    167 +
 .../Lucene.Net.Light/src/core/Store/IndexInput.cs  |    290 +
 .../Lucene.Net.Light/src/core/Store/IndexOutput.cs |    285 +
 external/Lucene.Net.Light/src/core/Store/Lock.cs   |    163 +
 .../Lucene.Net.Light/src/core/Store/LockFactory.cs |     71 +
 .../src/core/Store/LockObtainFailedException.cs    |     41 +
 .../src/core/Store/LockReleaseFailedException.cs   |     35 +
 .../src/core/Store/LockStressTest.cs               |    128 +
 .../src/core/Store/LockVerifyServer.cs             |    110 +
 .../src/core/Store/MMapDirectory.cs                |    535 +
 .../src/core/Store/NIOFSDirectory.cs               |    269 +
 .../src/core/Store/NativeFSLockFactory.cs          |    440 +
 .../src/core/Store/NoLockFactory.cs                |     76 +
 .../src/core/Store/NoSuchDirectoryException.cs     |     34 +
 .../src/core/Store/RAMDirectory.cs                 |    262 +
 .../Lucene.Net.Light/src/core/Store/RAMFile.cs     |    147 +
 .../src/core/Store/RAMInputStream.cs               |    138 +
 .../src/core/Store/RAMOutputStream.cs              |    191 +
 .../src/core/Store/SimpleFSDirectory.cs            |    319 +
 .../src/core/Store/SimpleFSLockFactory.cs          |    232 +
 .../src/core/Store/SingleInstanceLockFactory.cs    |    107 +
 .../src/core/Store/VerifyingLockFactory.cs         |    165 +
 .../src/core/Support/AppSettings.cs                |    159 +
 .../src/core/Support/AttributeImplItem.cs          |     41 +
 .../src/core/Support/BitSetSupport.cs              |     88 +
 .../Lucene.Net.Light/src/core/Support/BuildType.cs |     32 +
 .../Lucene.Net.Light/src/core/Support/CRC32.cs     |     83 +
 .../Lucene.Net.Light/src/core/Support/Character.cs |     81 +
 .../core/Support/CloseableThreadLocalProfiler.cs   |     45 +
 .../src/core/Support/CollectionsHelper.cs          |    339 +
 .../Lucene.Net.Light/src/core/Support/Compare.cs   |     49 +
 .../Support/Compatibility/ConcurrentDictionary.cs  |    312 +
 .../src/core/Support/Compatibility/Func.cs         |     29 +
 .../src/core/Support/Compatibility/ISet.cs         |     59 +
 .../src/core/Support/Compatibility/SetFactory.cs   |     42 +
 .../src/core/Support/Compatibility/SortedSet.cs    |    187 +
 .../src/core/Support/Compatibility/ThreadLocal.cs  |     55 +
 .../core/Support/Compatibility/WrappedHashSet.cs   |     44 +
 .../src/core/Support/Cryptography.cs               |     45 +
 .../Lucene.Net.Light/src/core/Support/Deflater.cs  |     97 +
 .../Lucene.Net.Light/src/core/Support/Double.cs    |     44 +
 .../src/core/Support/EquatableList.cs              |    339 +
 .../src/core/Support/FileSupport.cs                |    121 +
 .../src/core/Support/GeneralKeyedCollection.cs     |     96 +
 .../Lucene.Net.Light/src/core/Support/HashMap.cs   |    449 +
 .../Lucene.Net.Light/src/core/Support/IChecksum.cs |     32 +
 .../src/core/Support/IThreadRunnable.cs            |     36 +
 .../Lucene.Net.Light/src/core/Support/Inflater.cs  |     71 +
 .../Lucene.Net.Light/src/core/Support/Number.cs    |    252 +
 external/Lucene.Net.Light/src/core/Support/OS.cs   |     62 +
 .../src/core/Support/SharpZipLib.cs                |     51 +
 .../Lucene.Net.Light/src/core/Support/Single.cs    |    131 +
 .../src/core/Support/TextSupport.cs                |     49 +
 .../src/core/Support/ThreadClass.cs                |    315 +
 .../src/core/Support/ThreadLock.cs                 |     82 +
 .../src/core/Support/WeakDictionary.cs             |    296 +
 .../Lucene.Net.Light/src/core/Util/ArrayUtil.cs    |    282 +
 .../Lucene.Net.Light/src/core/Util/Attribute.cs    |    131 +
 .../src/core/Util/AttributeSource.cs               |    510 +
 .../src/core/Util/AverageGuessMemoryModel.cs       |     90 +
 external/Lucene.Net.Light/src/core/Util/BitUtil.cs |    894 +
 .../Lucene.Net.Light/src/core/Util/BitVector.cs    |    315 +
 .../Lucene.Net.Light/src/core/Util/Cache/Cache.cs  |    129 +
 .../src/core/Util/Cache/SimpleLRUCache.cs          |    166 +
 .../src/core/Util/Cache/SimpleMapCache.cs          |    141 +
 .../src/core/Util/CloseableThreadLocal.cs          |    205 +
 .../Lucene.Net.Light/src/core/Util/Constants.cs    |    107 +
 .../Lucene.Net.Light/src/core/Util/DocIdBitSet.cs  |     87 +
 .../src/core/Util/FieldCacheSanityChecker.cs       |    439 +
 .../Lucene.Net.Light/src/core/Util/IAttribute.cs   |     27 +
 .../src/core/Util/IdentityDictionary.cs            |     64 +
 .../src/core/Util/IndexableBinaryStringTools.cs    |    342 +
 .../Lucene.Net.Light/src/core/Util/MapOfSets.cs    |     76 +
 .../Lucene.Net.Light/src/core/Util/MemoryModel.cs  |     44 +
 .../Lucene.Net.Light/src/core/Util/NumericUtils.cs |    488 +
 .../Lucene.Net.Light/src/core/Util/OpenBitSet.cs   |    944 +
 .../src/core/Util/OpenBitSetDISI.cs                |    112 +
 .../src/core/Util/OpenBitSetIterator.cs            |    233 +
 .../src/core/Util/PriorityQueue.cs                 |    280 +
 .../src/core/Util/RamUsageEstimator.cs             |    220 +
 .../Lucene.Net.Light/src/core/Util/ReaderUtil.cs   |    122 +
 .../src/core/Util/ScorerDocQueue.cs                |    275 +
 .../src/core/Util/SimpleStringInterner.cs          |     95 +
 .../Lucene.Net.Light/src/core/Util/SmallFloat.cs   |    152 +
 .../src/core/Util/SortedVIntList.cs                |    289 +
 .../src/core/Util/SorterTemplate.cs                |    224 +
 .../Lucene.Net.Light/src/core/Util/StringHelper.cs |     89 +
 .../src/core/Util/StringInterner.cs                |     44 +
 .../src/core/Util/ToStringUtils.cs                 |     40 +
 .../Lucene.Net.Light/src/core/Util/UnicodeUtil.cs  |    505 +
 external/Lucene.Net.Light/src/core/Util/Version.cs |     86 +
 external/ikdasm/Disassembler.cs                    |     26 +-
 external/ikdasm/Program.cs                         |     38 +-
 external/ikvm/CommonAssemblyInfo.cs.in             |      2 +-
 external/ikvm/HOWTO                                |      8 +-
 external/ikvm/awt/graphics.cs                      |      4 +-
 external/ikvm/awt/native.cs                        |      6 +-
 external/ikvm/awt/toolkit-0.95.cs                  |     45 +-
 .../ikvm/classpath/ikvm/internal/CallerID.java     |     23 +-
 external/ikvm/ikvmc/AotTypeWrapper.cs              |     20 +-
 external/ikvm/ikvmc/Compiler.cs                    |     10 +-
 external/ikvm/ikvmc/CompilerClassLoader.cs         |     78 +-
 external/ikvm/ikvmc/remapper.cs                    |      4 +-
 external/ikvm/ikvmstub/ikvmstub.cs                 |     20 +-
 external/ikvm/openjdk/FORKED                       |     16 +-
 external/ikvm/openjdk/allsources.lst               |    143 +-
 external/ikvm/openjdk/ikvm/internal/Winsock.java   |      3 +
 external/ikvm/openjdk/java/io/FileInputStream.java |    451 -
 .../ikvm/openjdk/java/io/FileOutputStream.java     |    491 -
 .../ikvm/openjdk/java/io/RandomAccessFile.java     |   1191 -
 external/ikvm/openjdk/java/lang/Class.java         |    231 +-
 external/ikvm/openjdk/java/lang/ClassLoader.java   |    279 +-
 .../openjdk/java/lang/ClassSerializationProxy.java |     85 +
 external/ikvm/openjdk/java/lang/StringHelper.java  |    951 +-
 external/ikvm/openjdk/java/lang/System.java        |    162 +-
 external/ikvm/openjdk/java/lang/Thread.java        |     17 +-
 .../ikvm/openjdk/java/lang/VMSystemProperties.java |     60 +-
 .../java/lang/invoke/LightWeightMethodHandle.java  |     47 +
 .../ikvm/openjdk/java/lang/ref/ReferenceQueue.java |    208 +
 .../openjdk/java/lang/reflect/Constructor.java     |    416 +-
 .../ikvm/openjdk/java/lang/reflect/Executable.java |    720 +
 external/ikvm/openjdk/java/lang/reflect/Field.java |    152 +-
 .../ikvm/openjdk/java/lang/reflect/Method.java     |    415 +-
 external/ikvm/openjdk/java/lang/reflect/Proxy.java |    642 +-
 .../net/DualStackPlainDatagramSocketImpl_c.java    |     21 +-
 .../ikvm/openjdk/java/net/SocketInputStream.java   |    332 -
 .../ikvm/openjdk/java/net/SocketOutputStream.java  |    254 -
 .../net/TwoStacksPlainDatagramSocketImpl_c.java    |      3 +
 .../java/net/TwoStacksPlainSocketImpl_c.java       |      7 +-
 external/ikvm/openjdk/java/net/net_util_md.java    |     27 +-
 .../openjdk/java/util/concurrent/ForkJoinPool.java |   3363 -
 external/ikvm/openjdk/map.xml                      |    115 +-
 external/ikvm/openjdk/openjdk.build                |     17 +-
 external/ikvm/openjdk/response.txt                 |     41 +-
 external/ikvm/openjdk/sun/awt/DebugSettings.java   |     30 +
 external/ikvm/openjdk/sun/awt/SunToolkit.java      |   2010 -
 .../openjdk/sun/awt/shell/Win32ShellFolder2.java   |     21 +-
 .../sun/awt/shell/Win32ShellFolderManager2.java    |     66 +-
 .../openjdk/sun/java2d/loops/TransformHelper.java  |     27 +
 external/ikvm/openjdk/sun/misc/Unsafe.java         |     47 +-
 external/ikvm/openjdk/sun/misc/VM.java             |     38 +-
 external/ikvm/openjdk/sun/misc/Version.java        |     37 +-
 .../openjdk/sun/nio/ch/DatagramChannelImpl.java    |     94 +-
 .../openjdk/sun/nio/ch/DotNetSelectorImpl.java     |      6 +-
 .../ikvm/openjdk/sun/nio/ch/FileChannelImpl.java   |    115 +-
 external/ikvm/openjdk/sun/nio/ch/Net.java          |     99 +-
 .../ikvm/openjdk/sun/nio/ch/PollArrayWrapper.java  |     37 -
 .../openjdk/sun/nio/ch/SocketOptionRegistry.java   |      6 +-
 .../openjdk/sun/nio/fs/NetFileSystemProvider.java  |     47 +-
 external/ikvm/openjdk/sun/reflect/Reflection.java  |     95 +-
 .../openjdk/sun/reflect/ReflectionFactory.java     |     64 +-
 external/ikvm/reflect/CustomAttributeData.cs       |      5 +-
 .../ikvm/reflect/Emit/CustomAttributeBuilder.cs    |     80 +
 external/ikvm/reflect/Emit/EnumBuilder.cs          |      9 +-
 external/ikvm/reflect/Emit/EventBuilder.cs         |      3 +-
 external/ikvm/reflect/Emit/FieldBuilder.cs         |     38 +-
 external/ikvm/reflect/Emit/MethodBuilder.cs        |     45 +-
 external/ikvm/reflect/Emit/ModuleBuilder.cs        |     27 +-
 external/ikvm/reflect/Emit/ParameterBuilder.cs     |     37 +-
 external/ikvm/reflect/Emit/PropertyBuilder.cs      |      3 +-
 external/ikvm/reflect/Emit/TypeBuilder.cs          |     86 +-
 external/ikvm/reflect/Metadata/Tables.cs           |      6 +-
 external/ikvm/reflect/MethodInfo.cs                |     13 +-
 external/ikvm/reflect/Missing.cs                   |     24 +-
 external/ikvm/reflect/Module.cs                    |     15 +
 external/ikvm/reflect/Projection.cs                |      4 +-
 .../ikvm/reflect/Reader/GenericTypeParameter.cs    |     37 +-
 external/ikvm/reflect/Reader/Method.cs             |      2 +-
 external/ikvm/reflect/Reader/ModuleReader.cs       |     12 +-
 external/ikvm/reflect/Reader/TypeDefImpl.cs        |     13 +-
 external/ikvm/reflect/Signature.cs                 |    123 +-
 external/ikvm/reflect/Type.cs                      |    258 +-
 external/ikvm/reflect/TypeInfo.cs                  |      5 +
 external/ikvm/reflect/TypeNameParser.cs            |     15 +
 external/ikvm/reflect/Universe.cs                  |    116 +-
 external/ikvm/reflect/Writer/Heaps.cs              |      4 +-
 external/ikvm/reflect/Writer/MetadataWriter.cs     |      4 +-
 external/ikvm/reflect/Writer/ModuleWriter.cs       |      2 +-
 external/ikvm/reflect/Writer/TextSection.cs        |      2 +-
 external/ikvm/runtime/AssemblyClassLoader.cs       |     10 +-
 external/ikvm/runtime/BigEndianBinaryReader.cs     |      8 +-
 external/ikvm/runtime/ByteCodeHelper.cs            |    582 +-
 external/ikvm/runtime/ClassFile.cs                 |    255 +-
 external/ikvm/runtime/ClassLoaderWrapper.cs        |    299 +-
 external/ikvm/runtime/CodeEmitter.cs               |     24 +-
 external/ikvm/runtime/CoreClasses.cs               |     24 +-
 external/ikvm/runtime/DotNetTypeWrapper.cs         |    129 +-
 external/ikvm/runtime/Dummy.OpenJDK.Core.cs        |     20 +-
 external/ikvm/runtime/DynamicTypeWrapper.cs        |    386 +-
 external/ikvm/runtime/IKVM.Runtime.8.csproj        |      2 +
 external/ikvm/runtime/JavaException.cs             |      6 +-
 external/ikvm/runtime/LambdaMetafactory.cs         |      2 +
 external/ikvm/runtime/LocalVars.cs                 |      5 +-
 external/ikvm/runtime/MemberWrapper.cs             |     84 +-
 external/ikvm/runtime/TypeWrapper.cs               |    204 +-
 external/ikvm/runtime/common.cs                    |     21 +-
 external/ikvm/runtime/compiler.cs                  |    178 +-
 external/ikvm/runtime/intrinsics.cs                |      2 +-
 .../openjdk/NativeInvokerBytecodeGenerator.cs      |   1029 +
 external/ikvm/runtime/openjdk/java.io.cs           |    191 +
 external/ikvm/runtime/openjdk/java.lang.cs         |     97 +-
 external/ikvm/runtime/openjdk/java.lang.invoke.cs  |   1662 +-
 .../runtime/openjdk/java.net.SocketInputStream.cs  |    216 +
 external/ikvm/runtime/openjdk/java.net.cs          |     43 +-
 external/ikvm/runtime/openjdk/java.util.cs         |    339 +
 external/ikvm/runtime/openjdk/java.util.prefs.cs   |    359 +
 external/ikvm/runtime/openjdk/misc.cs              |    128 +-
 external/ikvm/runtime/openjdk/sun.misc.cs          |    104 +-
 external/ikvm/runtime/openjdk/sun.nio.ch.cs        |     51 +-
 external/ikvm/runtime/openjdk/sun.reflect.cs       |    189 +-
 external/ikvm/runtime/runtime.build                |      4 +-
 external/ikvm/runtime/stubgen/SerialVersionUID.cs  |      2 +-
 external/ikvm/runtime/stubgen/StubGenerator.cs     |      2 +-
 external/ikvm/runtime/verifier.cs                  |     30 +-
 external/ikvm/runtime/vm.cs                        |      3 +-
 .../Diagnostics/LegacyDiagnosticTrace.cs           |      2 +
 .../Diagnostics/MachineSettingsSection.cs          |      3 +
 .../ServiceModel/Diagnostics/PiiTraceSource.cs     |      8 +
 .../System.ComponentModel.DataAnnotations.txt      |      6 +-
 .../System.Configuration/GlobalSuppressions.cs     |      3 +
 .../Microsoft/Win32/SafeCryptContextHandle.cs      |     36 +
 .../Microsoft/Win32/SafeNativeMemoryHandle.cs      |     53 +
 .../Microsoft/Win32/SafeNativeMethods.cs           |     29 +
 .../Microsoft/Win32/UnsafeNativeMethods.cs         |     66 +
 .../System/Configuration/AppSettingsSection.cs     |    162 +
 .../Configuration/BaseConfigurationRecord.cs       |   4355 +
 .../Configuration/CRYPTPROTECT_PROMPTSTRUCT.cs     |     32 +
 .../System/Configuration/CallbackValidator.cs      |     49 +
 .../Configuration/CallbackValidatorAttribute.cs    |     80 +
 .../System/Configuration/ClientConfigPaths.cs      |    643 +
 .../System/Configuration/ClientConfigPerf.cs       |     97 +
 .../Configuration/ClientConfigurationHost.cs       |    624 +
 .../Configuration/ClientConfigurationSystem.cs     |    235 +
 ...aDelimitedStringAttributeCollectionConverter.cs |     41 +
 .../Configuration/ConfigDefinitionUpdates.cs       |     72 +
 .../System/Configuration/ConfigXmlAttribute.cs     |     39 +
 .../System/Configuration/ConfigXmlCDataSection.cs  |     39 +
 .../System/Configuration/ConfigXmlComment.cs       |     39 +
 .../System/Configuration/ConfigXmlElement.cs       |     39 +
 .../System/Configuration/ConfigXmlReader.cs        |     77 +
 .../ConfigXmlSignificantWhitespace.cs              |     39 +
 .../System/Configuration/ConfigXmlText.cs          |     39 +
 .../System/Configuration/ConfigXmlWhitespace.cs    |     39 +
 .../System/Configuration/Configuration.cs          |    314 +
 .../Configuration/ConfigurationAllowDefinition.cs  |     15 +
 .../ConfigurationAllowExeDefinition.cs             |     15 +
 .../ConfigurationCollectionAttribute.cs            |    104 +
 .../Configuration/ConfigurationConverterBase.cs    |     37 +
 .../System/Configuration/ConfigurationElement.cs   |   1962 +
 .../ConfigurationElementCollection.cs              |   1320 +
 .../ConfigurationElementCollectionType.cs          |     63 +
 .../Configuration/ConfigurationElementProperty.cs  |     43 +
 .../Configuration/ConfigurationErrorsException.cs  |    442 +
 .../System/Configuration/ConfigurationFileMap.cs   |     65 +
 .../System/Configuration/ConfigurationLocation.cs  |     30 +
 .../ConfigurationLocationCollection.cs             |     25 +
 .../Configuration/ConfigurationLockCollection.cs   |    347 +
 .../ConfigurationLockCollectionType.cs             |     29 +
 .../System/Configuration/ConfigurationManager.cs   |    288 +
 .../ConfigurationManagerHelperFactory.cs           |     37 +
 .../Configuration/ConfigurationPermission.cs       |    195 +
 .../System/Configuration/ConfigurationProperty.cs  |    441 +
 .../ConfigurationPropertyAttribute.cs              |    103 +
 .../ConfigurationPropertyCollection.cs             |     96 +
 .../Configuration/ConfigurationPropertyOptions.cs  |     21 +
 .../System/Configuration/ConfigurationSaveMode.cs  |     34 +
 .../Configuration/ConfigurationSchemaErrors.cs     |    146 +
 .../System/Configuration/ConfigurationSection.cs   |    109 +
 .../ConfigurationSectionCollection.cs              |    211 +
 .../Configuration/ConfigurationSectionGroup.cs     |    206 +
 .../ConfigurationSectionGroupCollection.cs         |    214 +
 .../System/Configuration/ConfigurationUserLevel.cs |     26 +
 .../ConfigurationValidatorAttribute.cs             |     76 +
 .../Configuration/ConfigurationValidatorBase.cs    |     28 +
 .../System/Configuration/ConfigurationValue.cs     |     35 +
 .../Configuration/ConfigurationValueFlags.cs       |     31 +
 .../System/Configuration/ConfigurationValues.cs    |    301 +
 .../Configuration/ConnectionStringSettings.cs      |     98 +
 .../ConnectionStringSettingsCollection.cs          |    101 +
 .../Configuration/ConnectionStringsSection.cs      |     49 +
 .../System/Configuration/ContextInformation.cs     |     85 +
 .../System/Configuration/DATA_BLOB.cs              |     34 +
 .../DPAPIProtectedConfigurationProvider.cs         |    268 +
 .../DateTimeConfigurationCollection.cs             |     92 +
 .../Configuration/DateTimeConfigurationElement.cs  |     85 +
 .../System/Configuration/Debug.cs                  |   1075 +
 .../System/Configuration/DeclarationUpdate.cs      |     17 +
 .../System/Configuration/DefaultSection.cs         |     61 +
 .../System/Configuration/DefaultValidator.cs       |     34 +
 .../System/Configuration/DefinitionUpdate.cs       |     25 +
 .../Configuration/EmptyImpersonationContext.cs     |     35 +
 .../System/Configuration/ErrorInfoXmlDocument.cs   |    109 +
 .../System/Configuration/ErrorsHelper.cs           |     72 +
 .../System/Configuration/ExceptionAction.cs        |     31 +
 .../System/Configuration/ExceptionUtil.cs          |     98 +
 .../Configuration/ExeConfigurationFileMap.cs       |     88 +
 .../System/Configuration/ExeContext.cs             |     60 +
 .../System/Configuration/FactoryId.cs              |     34 +
 .../System/Configuration/FactoryRecord.cs          |    326 +
 .../System/Configuration/FileUtil.cs               |     47 +
 .../System/Configuration/GenericEnumConverter.cs   |     77 +
 .../System/Configuration/IgnoreSection.cs          |     61 +
 .../System/Configuration/InfiniteIntConverter.cs   |     45 +
 .../Configuration/InfiniteTimeSpanConverter.cs     |     46 +
 .../System/Configuration/IntegerValidator.cs       |     74 +
 .../Configuration/IntegerValidatorAttribute.cs     |     73 +
 .../Internal/ConfigurationManagerInternal.cs       |     83 +
 .../Configuration/Internal/DelegatingConfigHost.cs |    231 +
 .../System/Configuration/Internal/FileVersion.cs   |     47 +
 .../Configuration/Internal/IConfigErrorInfo.cs     |     13 +
 .../Internal/IConfigurationManagerHelper.cs        |     34 +
 .../Internal/IConfigurationManagerInternal.cs      |     44 +
 .../Internal/IInternalConfigClientHost.cs          |     39 +
 .../IInternalConfigConfigurationFactory.cs         |     34 +
 .../Configuration/Internal/IInternalConfigHost.cs  |    112 +
 .../Internal/IInternalConfigRecord.cs              |     38 +
 .../Configuration/Internal/IInternalConfigRoot.cs  |     42 +
 .../Internal/IInternalConfigSettingsFactory.cs     |     35 +
 .../Internal/IInternalConfigSystem.cs              |     42 +
 .../Internal/InternalConfigConfigurationFactory.cs |     36 +
 .../Internal/InternalConfigEventArgs.cs            |     36 +
 .../Internal/InternalConfigEventHandler.cs         |     28 +
 .../Configuration/Internal/InternalConfigHost.cs   |    452 +
 .../Configuration/Internal/InternalConfigRoot.cs   |    364 +
 .../Internal/InternalConfigSettingsFactory.cs      |     26 +
 .../Configuration/Internal/StreamChangeCallback.cs |     28 +
 .../Configuration/Internal/WriteFileContext.cs     |    321 +
 .../System/Configuration/Internal/configsystem.cs  |     32 +
 .../System/Configuration/Internal/iconfigsystem.cs |     18 +
 .../System/Configuration/InvalidPropValue.cs       |     44 +
 .../KeyValueConfigurationCollection.cs             |    126 +
 .../Configuration/KeyValueConfigurationElement.cs  |     86 +
 .../Configuration/KeyValueInternalCollection.cs    |     56 +
 .../System/Configuration/LocationSectionRecord.cs  |     62 +
 .../System/Configuration/LocationUpdates.cs        |     45 +
 .../System/Configuration/LongValidator.cs          |     69 +
 .../System/Configuration/LongValidatorAttribute.cs |     71 +
 .../Configuration/MgmtConfigurationRecord.cs       |   3282 +
 .../NameValueConfigurationCollection.cs            |    108 +
 .../Configuration/NameValueConfigurationElement.cs |     91 +
 .../System/Configuration/NamespaceChange.cs        |     26 +
 .../System/Configuration/OverrideMode.cs           |    375 +
 .../Configuration/PositiveTimeSpanValidator.cs     |     27 +
 .../PositiveTimeSpanValidatorAttribute.cs          |     35 +
 .../System/Configuration/PropertyInformation.cs    |    212 +
 .../Configuration/PropertyInformationCollection.cs |     89 +
 .../System/Configuration/PropertySourceInfo.cs     |     78 +
 .../System/Configuration/PropertyValueOrigin.cs    |     21 +
 .../System/Configuration/ProtectedConfiguration.cs |     86 +
 .../ProtectedConfigurationProvider.cs              |     19 +
 .../ProtectedConfigurationProviderCollection.cs    |     42 +
 .../Configuration/ProtectedConfigurationSection.cs |    169 +
 .../Configuration/ProtectedProviderSettings.cs     |     45 +
 .../System/Configuration/ProviderBase.cs           |     37 +
 .../System/Configuration/ProviderCollection.cs     |    116 +
 .../System/Configuration/ProviderException.cs      |     28 +
 .../System/Configuration/ProviderSettings.cs       |    227 +
 .../Configuration/ProviderSettingsCollection.cs    |     93 +
 .../RSAProtectedConfigurationProvider.cs           |    238 +
 .../System/Configuration/RegexStringValidator.cs   |     53 +
 .../Configuration/RegexStringValidatorAttribute.cs |     41 +
 .../Configuration/RuntimeConfigurationRecord.cs    |    313 +
 .../System/Configuration/SafeBitVector32.cs        |     57 +
 .../System/Configuration/SectionInformation.cs     |    816 +
 .../System/Configuration/SectionInput.cs           |    111 +
 .../System/Configuration/SectionRecord.cs          |    422 +
 .../System/Configuration/SectionUpdates.cs         |    289 +
 .../System/Configuration/SectionXmlInfo.cs         |    129 +
 .../System/Configuration/SimpleBitVector32.cs      |     78 +
 .../System/Configuration/StreamInfo.cs             |     71 +
 .../System/Configuration/StreamUpdate.cs           |     32 +
 .../Configuration/StringAttributeCollection.cs     |    176 +
 .../System/Configuration/StringUtil.cs             |     99 +
 .../System/Configuration/StringValidator.cs        |     71 +
 .../Configuration/StringValidatorAttribute.cs      |     73 +
 .../System/Configuration/SubclassTypeValidator.cs  |     53 +
 .../SubclassTypeValidatorAttribute.cs              |     43 +
 .../Configuration/TimeSpanMinutesConverter.cs      |     39 +
 .../TimeSpanMinutesOrInfiniteConverter.cs          |     46 +
 .../Configuration/TimeSpanSecondsConverter.cs      |     43 +
 .../TimeSpanSecondsOrInfiniteConverter.cs          |     45 +
 .../System/Configuration/TimeSpanValidator.cs      |     72 +
 .../Configuration/TimeSpanValidatorAttribute.cs    |     93 +
 .../System/Configuration/TypeNameConverter.cs      |     49 +
 .../System/Configuration/TypeUtil.cs               |    305 +
 .../System/Configuration/Update.cs                 |     42 +
 .../System/Configuration/UrlPath.cs                |    174 +
 .../System/Configuration/ValidatorCallback.cs      |     23 +
 .../System/Configuration/ValidatorUtils.cs         |    107 +
 .../Configuration/WhiteSpaceTrimStringConverter.cs |     38 +
 .../System/Configuration/XmlUtil.cs                |   1163 +
 .../System/Configuration/XmlUtilWriter.cs          |    459 +
 .../System/Configuration/elementinformation.cs     |    187 +
 .../System/Configuration/updateconfighost.cs       |    157 +
 .../System.Configuration/misc/ConfigPathUtility.cs |    137 +
 .../misc/PrivilegedConfigurationManager.cs         |     27 +
 .../System.Configuration/misc/externdll.cs         |     85 +
 .../System.Configuration/misc/hresults.cs          |    105 +
 .../System.Data/System/Data/Common/AdapterUtil.cs  |     13 +-
 .../System/Data/Common/NativeMethods.cs            |      2 +
 .../System/Data/Common/System.Data_BID.cs          |      6 +-
 .../System/Data/Common/UnsafeNativeMethods.cs      |      6 +
 .../System.Data/System/Data/DataSet.cs             |      6 +
 .../Data/ProviderBase/DbConnectionFactory.cs       |     20 +
 .../System/Data/ProviderBase/DbConnectionHelper.cs |      2 +
 .../Data/ProviderBase/DbConnectionInternal.cs      |     18 +
 .../System/Data/ProviderBase/DbConnectionPool.cs   |     36 +-
 .../Data/ProviderBase/DbConnectionPoolGroup.cs     |      6 +
 .../Data/ProviderBase/DbConnectionPoolIdentity.cs  |      2 +
 .../System/Data/ProviderBase/WrappedIUnknown.cs    |      2 +
 .../System/Data/SQLTypes/SQLFileStream.cs          |      4 +
 .../System/Data/Sql/SqlDataSourceEnumerator.cs     |      4 +
 .../System/Data/SqlClient/LocalDBAPI.cs            |      6 +-
 .../System/Data/SqlClient/SqlConnection.cs         |      2 +
 .../System/Data/SqlClient/SqlConnectionFactory.cs  |      6 +-
 .../System.Data/System/Data/SqlClient/SqlUtil.cs   |     17 +-
 .../Data/SqlClient/TdsParserStaticMethods.cs       |      2 +
 .../System.Data/System/Data/XMLSchema.cs           |      5 +-
 .../System.Data/bid/inc/cs/bidPrivateBase.cs       |      4 +
 .../System/Runtime/Serialization/AppSettings.cs    |      4 +
 .../Runtime/Serialization/BitFlagsGenerator.cs     |      6 +
 .../Runtime/Serialization/ClassDataContract.cs     |     14 +
 .../System/Runtime/Serialization/CodeGenerator.cs  |      2 +
 .../Serialization/CollectionDataContract.cs        |      6 +
 .../System/Runtime/Serialization/DataContract.cs   |     16 +-
 .../Runtime/Serialization/DataContractSet.cs       |      2 +
 .../System/Runtime/Serialization/DataMember.cs     |      4 +
 .../Runtime/Serialization/EnumDataContract.cs      |      2 +
 .../Serialization/GenericParameterDataContract.cs  |      2 +
 .../Serialization/IDataContractSurrogate.cs        |      4 +
 .../Serialization/Json/JsonClassDataContract.cs    |      2 +
 .../Json/JsonCollectionDataContract.cs             |      2 +
 .../Runtime/Serialization/Json/JsonDataContract.cs |      2 +
 .../Serialization/Json/JsonEnumDataContract.cs     |      2 +
 .../Json/JsonFormatReaderGenerator.cs              |      8 +-
 .../Json/JsonFormatWriterGenerator.cs              |      8 +-
 .../Serialization/NetDataContractSerializer.cs     |      6 +
 .../Runtime/Serialization/PrimitiveDataContract.cs |      2 +
 .../Serialization/SpecialTypeDataContract.cs       |      2 +
 .../Runtime/Serialization/SurrogateDataContract.cs |      2 +
 .../Runtime/Serialization/XmlDataContract.cs       |      8 +-
 .../Serialization/XmlFormatReaderGenerator.cs      |     10 +-
 .../Serialization/XmlFormatWriterGenerator.cs      |      9 +-
 .../XmlObjectSerializerReadContextComplex.cs       |      2 +
 .../Serialization/XmlSerializableServices.cs       |      2 +
 .../System/Runtime/ActionItem.cs                   |     20 +-
 .../System/Runtime/PartialTrustHelpers.cs          |     20 +-
 .../Configuration/WsdlHelpGeneratorElement.cs      |     15 +
 .../Web/Services/Protocols/ClientProtocol.cs       |      8 +
 .../Web/Services/Protocols/WebServiceHandler.cs    |      6 +-
 .../System.Xml.Linq/System/Xml/Linq/XLinq.cs       |      2 +-
 .../System.Xml/System/Xml/Core/XmlConfiguration.cs |     60 +-
 .../System/Xml/Core/XmlTextReaderImpl.cs           |     12 +-
 .../System/Xml/Schema/Inference/Infer.cs           |      4 +
 .../System/Xml/Serialization/AppSettings.cs        |      2 +
 .../System/Xml/Serialization/CodeGenerator.cs      |      4 +
 .../System/Xml/Serialization/Compilation.cs        |      6 +
 .../Configuration/DateTimeSerializationSection.cs  |      4 +-
 .../SchemaImporterExtensionElement.cs              |      4 +-
 .../SchemaImporterExtensionElementCollection.cs    |      4 +-
 .../SchemaImporterExtensionsSection.cs             |      3 +-
 .../Configuration/SerializationSectionGroup.cs     |      3 +-
 .../Configuration/XmlSerializerSection.cs          |      3 +-
 .../System/Xml/Serialization/SchemaImporter.cs     |      2 +
 .../Xml/Serialization/XmlSerializationReader.cs    |      4 +-
 .../System/Xml/Serialization/Xmlcustomformatter.cs |     11 +-
 .../System.Xml/System/Xml/XmlSecureResolver.cs     |     23 +-
 .../System/Xml/XmlSecureResolverAsync.cs           |      2 +
 .../System.Xml/System/Xml/Xslt/XslTransform.cs     |      2 +
 .../system/codedom/compiler/CompilerParameters.cs  |     16 +-
 .../system/componentmodel/CategoryAttribute.cs     |     14 +-
 .../DebugReflectPropertyDescriptor.cs              |      6 +-
 .../system/componentmodel/DebugTypeDescriptor.cs   |      2 +
 .../System/net/System/Net/ServicePointManager.cs   |      6 +-
 .../System/net/System/Net/_SecureChannel.cs        |     12 +-
 .../microsoft/win32/safehandles/safefilehandle.cs  |      6 +
 .../win32/safehandles/saferegistryhandle.cs        |      2 +-
 .../microsoft/win32/safehandles/safewaithandle.cs  |      5 +
 external/referencesource/mscorlib/system/action.cs |     18 +-
 .../referencesource/mscorlib/system/activator.cs   |      6 +-
 .../referencesource/mscorlib/system/attribute.cs   |     18 +-
 external/referencesource/mscorlib/system/buffer.cs |     26 +-
 .../system/collections/generic/comparer.cs         |      8 +
 .../system/collections/generic/equalitycomparer.cs |     52 +
 .../referencesource/mscorlib/system/datetime.cs    |      7 +-
 .../mscorlib/system/globalization/compareinfo.cs   |     72 +-
 .../system/globalization/datetimeformatinfo.cs     |      8 +-
 .../mscorlib/system/globalization/encodingtable.cs |      4 +
 .../mscorlib/system/globalization/idnmapping.cs    |     18 +-
 .../mscorlib/system/globalization/textinfo.cs      |     46 +-
 .../referencesource/mscorlib/system/iappdomain.cs  |     17 +-
 .../mscorlib/system/invalidtimezoneexception.cs    |      4 +
 .../referencesource/mscorlib/system/io/__error.cs  |      5 +-
 .../mscorlib/system/io/fileloadexception.cs        |      7 +-
 .../mscorlib/system/io/unmanagedmemorystream.cs    |     15 +-
 .../mscorlib/system/notimplementedexception.cs     |      2 +-
 .../mscorlib/system/notsupportedexception.cs       |      2 +-
 external/referencesource/mscorlib/system/number.cs |     16 +-
 .../mscorlib/system/reflection/mdimport.cs         |      3 +-
 .../mscorlib/system/reflection/typeattributes.cs   |      2 +-
 .../system/resources/filebasedresourcegroveler.cs  |      4 +
 .../mscorlib/system/resources/resourcereader.cs    |     14 +-
 .../mscorlib/system/resources/resourcewriter.cs    |      7 +-
 external/referencesource/mscorlib/system/rttype.cs |     32 +-
 .../runtime/compilerservices/AsyncMethodBuilder.cs |     12 -
 .../exceptionservices/exceptionservicescommon.cs   |     10 +
 .../interopservices/ComTypes/ienumerable.cs        |      2 +
 .../interopservices/ComTypes/ienumerator.cs        |      2 +
 .../runtime/interopservices/ComTypes/iexpando.cs   |      3 +
 .../runtime/interopservices/ComTypes/ireflect.cs   |      2 +
 .../system/runtime/interopservices/attributes.cs   |     60 +-
 .../system/runtime/interopservices/safehandle.cs   |     13 +-
 .../interopservices/ucomienumconnections.cs        |      3 +-
 .../system/runtime/remoting/callcontext.cs         |      7 +
 .../formatters/binary/binaryformatter.cs           |      4 +-
 .../formatters/binary/binaryobjectreader.cs        |     14 +-
 .../serialization/formatters/isoapmessage.cs       |      2 +-
 .../runtime/serialization/formatters/soapfault.cs  |      2 +-
 .../serialization/formatters/soapmessage.cs        |      2 +-
 .../runtime/versioning/resourceattributes.cs       |      9 +
 .../mscorlib/system/security/attributes.cs         |      4 +-
 .../mscorlib/system/security/cryptography/aes.cs   |      8 +-
 .../security/cryptography/asymmetricalgorithm.cs   |      4 +
 .../system/security/cryptography/crypto.cs         |     19 +
 .../security/cryptography/cryptoapitransform.cs    |      6 +-
 .../mscorlib/system/security/cryptography/des.cs   |      4 +
 .../cryptography/descryptoserviceprovider.cs       |     12 +-
 .../mscorlib/system/security/cryptography/dsa.cs   |      4 +
 .../system/security/cryptography/hashalgorithm.cs  |      4 +
 .../mscorlib/system/security/cryptography/hmac.cs  |      4 +
 .../system/security/cryptography/hmacsha1.cs       |      4 +-
 .../system/security/cryptography/hmacsha256.cs     |      2 +-
 .../system/security/cryptography/hmacsha384.cs     |      5 +
 .../system/security/cryptography/hmacsha512.cs     |      5 +
 .../security/cryptography/keyedhashalgorithm.cs    |      4 +
 .../mscorlib/system/security/cryptography/md5.cs   |      4 +
 .../security/cryptography/passwordderivebytes.cs   |     18 +-
 .../cryptography/pkcs1maskgenerationmethod.cs      |      5 +
 .../security/cryptography/randomnumbergenerator.cs |      4 +
 .../mscorlib/system/security/cryptography/rc2.cs   |      4 +
 .../cryptography/rc2cryptoserviceprovider.cs       |     11 +-
 .../system/security/cryptography/rijndael.cs       |      4 +
 .../system/security/cryptography/ripemd160.cs      |      4 +
 .../mscorlib/system/security/cryptography/rsa.cs   |      4 +
 .../cryptography/rsapkcs1keyexchangeformatter.cs   |      5 +
 .../mscorlib/system/security/cryptography/sha1.cs  |      4 +
 .../system/security/cryptography/sha256.cs         |      4 +
 .../system/security/cryptography/sha384.cs         |      4 +
 .../system/security/cryptography/sha512.cs         |      4 +
 .../security/cryptography/symmetricalgorithm.cs    |      4 +
 .../system/security/cryptography/tripledes.cs      |      4 +
 .../cryptography/tripledescryptoserviceprovider.cs |     11 +-
 .../mscorlib/system/security/cryptography/utils.cs |     63 +-
 .../cryptography/x509certificates/x509utils.cs     |      3 +-
 .../mscorlib/system/security/securitycontext.cs    |     22 +-
 .../mscorlib/system/security/securitydocument.cs   |      4 +-
 .../mscorlib/system/sharedstatics.cs               |      4 +-
 external/referencesource/mscorlib/system/string.cs |     77 +-
 .../mscorlib/system/text/encoding.cs               |      6 +
 .../system/threading/CancellationTokenSource.cs    |     10 +-
 .../mscorlib/system/threading/ThreadLocal.cs       |      6 +-
 .../mscorlib/system/threading/executioncontext.cs  |      4 +-
 .../system/threading/lockrecursionexception.cs     |      2 +
 .../system/threading/synchronizationcontext.cs     |     20 +-
 .../mscorlib/system/threading/thread.cs            |     83 +-
 .../system/threading/threadabortexception.cs       |      3 +-
 .../mscorlib/system/threading/threadpool.cs        |     36 +-
 .../mscorlib/system/threading/timer.cs             |     21 +-
 .../mscorlib/system/threading/waithandle.cs        |      9 +-
 .../mscorlib/system/timezoneinfo.cs                |     22 +-
 .../mscorlib/system/timezonenotfoundexception.cs   |      4 +
 external/referencesource/mscorlib/system/type.cs   |      2 +-
 .../mscorlib/system/typedreference.cs              |      3 +-
 .../mscorlib/system/typeloadexception.cs           |     14 +-
 libgc/include/gc.h                                 |      4 -
 man/Makefile.am                                    |      3 +-
 man/Makefile.in                                    |      3 +-
 man/certmgr.1                                      |     20 +
 man/mcs.1                                          |     27 +-
 man/mono-symbolicate.1                             |     39 +
 man/mono.1                                         |     81 +-
 man/mprof-report.1                                 |      4 +
 man/sn.1                                           |      8 +-
 mcs/COPYING.LIB                                    |     20 +-
 mcs/Makefile                                       |      8 +
 mcs/build/common/Consts.cs                         |      3 +-
 mcs/build/common/Consts.cs.in                      |      1 +
 mcs/build/common/SR.cs                             |      9 +
 mcs/build/executable.make                          |      3 +
 mcs/build/gensources.sh                            |      4 +-
 mcs/build/library.make                             |     19 +-
 mcs/build/profiles/basic.make                      |      2 +-
 mcs/build/rules.make                               |     57 +-
 mcs/build/tests.make                               |      1 +
 mcs/class/Commons.Xml.Relaxng/Makefile             |      3 +-
 mcs/class/Cscompmgd/Makefile                       |      3 +-
 mcs/class/CustomMarshalers/Makefile                |      3 +-
 mcs/class/Facades/Makefile                         |      5 +-
 .../Facades/System.Collections.Concurrent/Makefile |      3 +-
 mcs/class/Facades/System.Collections/Makefile      |      3 +-
 .../System.ComponentModel.Annotations/Makefile     |      3 +-
 .../System.ComponentModel.EventBasedAsync/Makefile |      3 +-
 mcs/class/Facades/System.ComponentModel/Makefile   |      3 +-
 .../Facades/System.Diagnostics.Debug/Makefile      |      3 +-
 .../Facades/System.Diagnostics.Tools/Makefile      |      3 +-
 mcs/class/Facades/System.Dynamic.Runtime/Makefile  |      3 +-
 mcs/class/Facades/System.IO/Makefile               |      3 +-
 mcs/class/Facades/System.Linq.Expressions/Makefile |      3 +-
 mcs/class/Facades/System.Linq.Parallel/Makefile    |      3 +-
 mcs/class/Facades/System.Linq.Queryable/Makefile   |      3 +-
 mcs/class/Facades/System.Linq/Makefile             |      3 +-
 .../Facades/System.Net.NetworkInformation/Makefile |      3 +-
 mcs/class/Facades/System.Net.Primitives/Makefile   |      3 +-
 mcs/class/Facades/System.Net.Requests/Makefile     |      3 +-
 mcs/class/Facades/System.ObjectModel/Makefile      |      3 +-
 .../Facades/System.Runtime.Extensions/Makefile     |      3 +-
 .../System.Runtime.InteropServices/Makefile        |      3 +-
 .../TypeForwarders.cs                              |      4 +-
 mcs/class/Facades/System.Runtime.Numerics/Makefile |      3 +-
 .../System.Runtime.Serialization.Json/Makefile     |      3 +-
 .../Makefile                                       |      3 +-
 .../System.Runtime.Serialization.Xml/Makefile      |      3 +-
 mcs/class/Facades/System.Runtime/Makefile          |      3 +-
 .../Facades/System.ServiceModel.Http/Makefile      |      3 +-
 .../System.ServiceModel.Primitives/Makefile        |      3 +-
 .../Facades/System.ServiceModel.Security/Makefile  |      3 +-
 .../System.ServiceModel.Security/TypeForwarders.cs |      2 +
 .../System.Text.RegularExpressions/Makefile        |      3 +-
 mcs/class/Facades/System.Threading.Tasks/Makefile  |      3 +-
 mcs/class/Facades/System.Threading.Timer/Makefile  |      3 +-
 mcs/class/Facades/System.Threading/Makefile        |      3 +-
 mcs/class/Facades/System.Xml.ReaderWriter/Makefile |      3 +-
 mcs/class/Facades/System.Xml.XDocument/Makefile    |      3 +-
 .../Facades/System.Xml.XmlSerializer/Makefile      |      3 +-
 mcs/class/IBM.Data.DB2/Makefile                    |      4 +-
 mcs/class/ICSharpCode.SharpZipLib/Makefile         |      3 +-
 mcs/class/Makefile                                 |    160 +-
 mcs/class/Managed.Windows.Forms/Makefile           |    132 -
 .../System.Resources/ResXResourceReader.cs         |    443 -
 .../System.Resources/SerializedFromResXHandler.cs  |    157 -
 .../System.Windows.Forms.dll.sources               |    909 -
 .../DataGridViewTextBoxCell.cs                     |    237 -
 .../System.Windows.Forms/FileDialog.cs             |   5200 -
 .../System.Windows.Forms/ThemeWin32Classic.cs      |   7809 -
 .../System.Windows.Forms/ToolStrip.cs              |   1779 -
 .../System.Windows.Forms/ToolStripManager.cs       |    630 -
 .../System.Windows.Forms/ToolTip.cs                |   1003 -
 .../System.Resources/ResXResourceReaderTest.cs     |   1864 -
 .../DataGridTextBoxColumnTest.cs                   |   1064 -
 .../System.Windows.Forms/ToolStripManagerTest.cs   |    920 -
 mcs/class/Microsoft.Build.Engine/Makefile          |      1 +
 .../Microsoft.Build.BuildEngine/ConsoleLogger.cs   |     15 +-
 .../MemberInvocationReference.cs                   |      8 +-
 mcs/class/Microsoft.Build.Framework/Makefile       |      1 +
 mcs/class/Microsoft.Build.Tasks/Makefile           |      1 +
 .../Microsoft.Build.Tasks/AssemblyResolver.cs      |     29 +-
 .../ResolveAssemblyReference.cs                    |     27 +
 .../Microsoft.Build.Tasks/Vbc.cs                   |     21 +
 .../Test/Microsoft.Build.Tasks/MessageTest.cs      |      4 +-
 .../Microsoft.Build.Tasks/WriteLinesToFileTest.cs  |     34 +-
 .../Test/test-config-file-net-3.5                  |     15 -
 mcs/class/Microsoft.Build.Utilities/Makefile       |      1 +
 .../Microsoft.Build.Utilities/ToolTask.cs          |      2 -
 mcs/class/Microsoft.Build/Makefile                 |      1 +
 .../Microsoft.Build.Execution/BuildManager.cs      |      1 -
 .../Test/FunctionalTestReferenceProject3.csproj    |      3 +-
 mcs/class/Microsoft.CSharp/Makefile                |      3 +-
 mcs/class/Microsoft.VisualC/Makefile               |      3 +-
 mcs/class/Microsoft.Web.Infrastructure/Makefile    |      5 +-
 mcs/class/Mono.C5/Makefile                         |      3 +-
 mcs/class/Mono.CSharp/Makefile                     |      5 +-
 mcs/class/Mono.CSharp/Test/Evaluator/TypesTest.cs  |     11 +
 .../monotouch_watch_Mono.CSharp.dll.sources        |      2 +
 mcs/class/Mono.Cecil.Mdb/Makefile                  |      3 +-
 mcs/class/Mono.Cecil/Makefile                      |      3 +-
 mcs/class/Mono.CodeContracts/Makefile              |      3 +-
 .../Mono.CompilerServices.SymbolWriter/Makefile    |      5 +-
 .../MonoSymbolTable.cs                             |      2 +-
 mcs/class/Mono.Data.Sqlite/Makefile                |      5 +-
 .../Mono.Data.Sqlite_2.0/UnsafeNativeMethods.cs    |      2 +
 mcs/class/Mono.Data.Sqlite/Test/Bug27864.cs        |      8 +-
 mcs/class/Mono.Data.Tds/Makefile                   |      3 +-
 .../Mono.Data.Tds/Mono.Data.Tds.Protocol/Tds.cs    |     41 +-
 .../Mono.Data.Tds/Mono.Data.Tds.Protocol/Tds70.cs  |     15 +-
 .../Mono.Data.Tds.Protocol/TdsColumnType.cs        |      2 +
 .../Mono.Data.Tds.Protocol/TdsComm.cs              |      3 +
 .../Mono.Data.Tds/TdsMetaParameter.cs              |     94 +-
 mcs/class/Mono.Debugger.Soft/Makefile              |      3 +-
 .../Mono.Debugger.Soft/Connection.cs               |     20 +-
 mcs/class/Mono.Debugger.Soft/Test/dtest-app.cs     |     73 +-
 mcs/class/Mono.Debugger.Soft/Test/dtest.cs         |    107 +-
 mcs/class/Mono.Dynamic.Interpreter/Makefile        |      5 +-
 mcs/class/Mono.Http/Makefile                       |      6 +-
 mcs/class/Mono.Management/Makefile                 |      3 +-
 mcs/class/Mono.Messaging.RabbitMQ/Makefile         |      9 +-
 mcs/class/Mono.Messaging/Makefile                  |      7 +-
 mcs/class/Mono.Options/Makefile                    |      3 +-
 mcs/class/Mono.Options/Mono.Options/Options.cs     |      2 +
 .../Test/Mono.Options/OptionContextTest.cs         |      2 +-
 .../Test/Mono.Options/OptionSetTest.cs             |      8 +-
 .../Mono.Options/Test/Mono.Options/OptionTest.cs   |      4 +-
 mcs/class/Mono.Parallel/Makefile                   |      3 +-
 .../ConcurrentOrderedList.cs                       |      0
 mcs/class/Mono.Parallel/Mono.Parallel.dll.sources  |      2 +-
 mcs/class/Mono.Posix/Makefile                      |      3 +-
 mcs/class/Mono.Posix/Mono.Posix_test.dll.sources   |      1 +
 .../UnixServerTransportSink.cs                     |      1 -
 .../Mono.Posix/Mono.Unix.Native/NativeConvert.cs   |      4 +-
 mcs/class/Mono.Posix/Mono.Unix/PeerCred.cs         |     10 +-
 mcs/class/Mono.Posix/Mono.Unix/UnixMarshal.cs      |      4 +
 .../Test/Mono.Unix.Android/TestHelper.cs           |     12 +
 .../Test/Mono.Unix.Native/RealTimeSignumTests.cs   |     19 +
 .../Test/Mono.Unix/StdioFileStreamTest.cs          |     16 +-
 .../Mono.Posix/Test/Mono.Unix/UnixGroupTest.cs     |      4 +
 .../Mono.Posix/Test/Mono.Unix/UnixMarshalTest.cs   |     64 +
 .../Mono.Posix/Test/Mono.Unix/UnixPathTest.cs      |      2 +-
 .../Mono.Posix/Test/Mono.Unix/UnixSignalTest.cs    |     39 +-
 .../Mono.Posix/Test/Mono.Unix/UnixUserTest.cs      |      3 +
 mcs/class/Mono.Security/Makefile                   |      5 +-
 .../Mono.Security.Cryptography/ARC4Managed.cs      |      4 +-
 .../Mono.Security.Cryptography/RSAManaged.cs       |      5 +-
 .../Mono.Security.Protocol.Tls/SslStreamBase.cs    |     25 +-
 .../monotouch_watch_Mono.Security.dll.sources      |      1 +
 mcs/class/Mono.Simd/Makefile                       |      3 +-
 mcs/class/Mono.WebBrowser/Makefile                 |      3 +-
 mcs/class/Mono.XBuild.Tasks/Makefile               |      1 +
 mcs/class/Novell.Directory.Ldap/Makefile           |      1 +
 mcs/class/PEAPI/Makefile                           |      3 +-
 mcs/class/PEAPI/Metadata.cs                        |    100 +-
 mcs/class/PEAPI/PEAPI.cs                           |     11 +
 mcs/class/RabbitMQ.Client/src/client/Makefile      |      3 +-
 mcs/class/SMDiagnostics/Assembly/AssemblyInfo.cs   |     58 +
 mcs/class/SMDiagnostics/Makefile                   |     18 +
 .../SMDiagnostics/ReferenceSources/TraceSR.cs      |     35 +
 mcs/class/SMDiagnostics/SMDiagnostics.dll.sources  |     25 +
 .../System.ComponentModel.Composition.4.5/Makefile |      5 +-
 .../System.ComponentModel.DataAnnotations/Makefile |      7 +-
 ...stem.ComponentModel.DataAnnotations.dll.sources |      2 -
 .../CustomValidationAttributeTest.cs               |      4 +-
 mcs/class/System.Configuration.Install/Makefile    |      3 +-
 mcs/class/System.Configuration/Makefile            |      3 +-
 .../ConfigurationSectionCollection.cs              |     16 +-
 mcs/class/System.Core/Makefile                     |     12 +-
 mcs/class/System.Core/ReferenceSources/Error.cs    |     62 +
 mcs/class/System.Core/ReferenceSources/SR.cs       |      4 +
 mcs/class/System.Core/ReferenceSources/Set.cs      |    113 -
 mcs/class/System.Core/ReferenceSources/Strings.cs  |     42 +
 .../MemoryMappedFile.cs                            |     34 +-
 .../MemoryMappedView.cs                            |    118 +
 .../MemoryMappedViewAccessor.cs                    |     95 -
 .../MemoryMappedViewStream.cs                      |     91 -
 .../DynamicExpressionVisitor.cs                    |     36 -
 .../ExpressionTransformer.cs                       |    322 -
 .../System.Linq.Expressions/Extensions.cs          |    176 -
 mcs/class/System.Core/System.Linq/ChangeLog        |    492 -
 mcs/class/System.Core/System.Linq/Check.cs         |    165 -
 mcs/class/System.Core/System.Linq/Enumerable.cs    |   3192 -
 .../System.Core/System.Linq/EnumerableExecutor.cs  |     39 -
 .../System.Linq/EnumerableExecutor_T.cs            |     41 -
 .../System.Core/System.Linq/EnumerableQuery.cs     |     39 -
 .../System.Core/System.Linq/EnumerableQuery_T.cs   |     99 -
 mcs/class/System.Core/System.Linq/Grouping.cs      |     55 -
 mcs/class/System.Core/System.Linq/IGrouping.cs     |     37 -
 mcs/class/System.Core/System.Linq/ILookup_T.cs     |     40 -
 .../System.Linq/IOrderedEnumerable_T.cs            |     37 -
 .../System.Core/System.Linq/IOrderedQueryable.cs   |     31 -
 .../System.Core/System.Linq/IOrderedQueryable_T.cs |     34 -
 .../System.Core/System.Linq/IQueryProvider.cs      |     41 -
 mcs/class/System.Core/System.Linq/IQueryable.cs    |     35 -
 mcs/class/System.Core/System.Linq/IQueryable_T.cs  |     31 -
 mcs/class/System.Core/System.Linq/Lookup.cs        |    100 -
 .../System.Core/System.Linq/OrderedEnumerable.cs   |     66 -
 .../System.Core/System.Linq/OrderedSequence.cs     |     74 -
 mcs/class/System.Core/System.Linq/Queryable.cs     |   1623 -
 .../System.Core/System.Linq/QueryableEnumerable.cs |    132 -
 .../System.Linq/QueryableTransformer.cs            |    206 -
 mcs/class/System.Core/System.Linq/QuickSort.cs     |     81 -
 mcs/class/System.Core/System.Linq/SortContext.cs   |     48 -
 mcs/class/System.Core/System.Linq/SortDirection.cs |     35 -
 .../System.Core/System.Linq/SortSequenceContext.cs |     74 -
 .../MemoryMappedFileTest.cs                        |     46 +
 .../System.Linq.Expressions/ExpressionTest_Call.cs |     12 +-
 .../ExpressionTest_Equal.cs                        |     12 +
 .../ExpressionTest_NotEqual.cs                     |     24 +
 .../System.Core/Test/System.Linq/EnumerableTest.cs |      8 +-
 .../System.Security.Cryptography/AesManagedTest.cs |      4 +-
 .../System.Core/common_System.Core.dll.sources     |     45 +-
 .../System.Core/dynamic_System.Core.dll.sources    |      2 -
 .../interpreter_System.Core.dll.sources            |      2 -
 .../monotouch_watch_System.Core.dll.sources        |      2 +
 .../xammac_net_4_5_System.Core.dll.sources         |      1 +
 mcs/class/System.Data.DataSetExtensions/Makefile   |     14 +-
 .../ReferenceSources/Strings.cs                    |     28 +
 .../System.Data.DataSetExtensions.dll.sources      |     25 +-
 .../System.Data/ChangeLog                          |     77 -
 .../System.Data/DataRowComparer.cs                 |     42 -
 .../System.Data/DataRowComparer_1.cs               |    109 -
 .../System.Data/DataRowExtensions.cs               |     93 -
 .../System.Data/DataTableExtensions.cs             |    106 -
 .../System.Data/EnumerableRowCollection.cs         |     62 -
 .../EnumerableRowCollectionExtensions.cs           |     94 -
 .../System.Data/EnumerableRowCollection_1.cs       |     57 -
 .../System.Data/OrderedEnumerableRowCollection.cs  |    128 -
 .../System.Data/RowEnumerableDataReader.cs         |    241 -
 .../System.Data/TypedTableBase.cs                  |     68 -
 .../System.Data/TypedTableBaseExtensions.cs        |     81 -
 .../Test/System.Data/DataRowExtensionsTest.cs      |      2 +-
 .../Test/System.Data/DataTableExtensionsTest.cs    |     17 +
 mcs/class/System.Data.Entity/Makefile              |      5 +-
 mcs/class/System.Data.Linq/Makefile                |      8 +-
 mcs/class/System.Data.OracleClient/Makefile        |      6 +-
 mcs/class/System.Data.Services.Client/Makefile     |     10 +-
 ...h_watch_System.Data.Services.Client.dll.sources |      1 +
 ...net_4_5_System.Data.Services.Client.dll.sources |      1 +
 mcs/class/System.Data.Services/Makefile            |     11 +-
 mcs/class/System.Data/Assembly/AssemblyInfo.cs     |      2 +-
 mcs/class/System.Data/Makefile                     |     81 +-
 .../Microsoft.SqlServer.Server/DataAccessKind.cs   |     43 -
 .../Microsoft.SqlServer.Server/Format.cs           |     42 -
 .../Microsoft.SqlServer.Server/IBinarySerialize.cs |     47 -
 .../InvalidUdtException.cs                         |     71 -
 .../SqlFacetAttribute.cs                           |     90 -
 .../SqlFunctionAttribute.cs                        |     88 -
 .../SqlMethodAttribute.cs                          |     75 -
 .../SqlProcedureAttribute.cs                       |     64 -
 .../SqlTriggerAttribute.cs                         |     78 -
 .../SqlTriggerContext.cs                           |     89 -
 .../SqlUserDefinedAggregateAttribute.cs            |    102 -
 .../SqlUserDefinedTypeAttribute.cs                 |     88 -
 .../SystemDataAccessKind.cs                        |     44 -
 .../Microsoft.SqlServer.Server/TriggerAction.cs    |    114 -
 .../Mono.Data.SqlExpressions/Aggregation.cs        |    216 -
 .../ArithmeticExpressions.cs                       |     81 -
 .../Mono.Data.SqlExpressions/BooleanExpressions.cs |     72 -
 .../System.Data/Mono.Data.SqlExpressions/ChangeLog |    240 -
 .../Mono.Data.SqlExpressions/ColumnReference.cs    |    304 -
 .../Mono.Data.SqlExpressions/Comparison.cs         |    119 -
 .../Mono.Data.SqlExpressions/Expressions.cs        |    190 -
 .../Mono.Data.SqlExpressions/Functions.cs          |    199 -
 .../System.Data/Mono.Data.SqlExpressions/In.cs     |    111 -
 .../System.Data/Mono.Data.SqlExpressions/Like.cs   |    103 -
 .../Mono.Data.SqlExpressions/Literal.cs            |     79 -
 .../Mono.Data.SqlExpressions/Numeric.cs            |    227 -
 .../Mono.Data.SqlExpressions/Parser.jay            |    366 -
 .../Mono.Data.SqlExpressions/StringFunctions.cs    |    136 -
 .../Mono.Data.SqlExpressions/Tokenizer.cs          |    380 -
 mcs/class/System.Data/ReferenceSources/Bid.cs      |     26 -
 .../ReferenceSources/BidArgumentTypeAttribute.cs   |     35 -
 .../ReferenceSources/BidMethodAttribute.cs         |     38 -
 .../System.Data/ReferenceSources/DataStorage.cs    |      9 -
 .../ReferenceSources/InOutOfProcHelper.cs          |     11 -
 .../ReferenceSources/NativeOledbWrapper.cs         |     39 +
 mcs/class/System.Data/ReferenceSources/ODB.cs      |     14 -
 .../System.Data/ReferenceSources/OdbcHandle.cs     |     16 -
 mcs/class/System.Data/ReferenceSources/Res.cs      |   2849 +-
 .../ReferenceSources/ResDescriptionAttribute.cs    |     12 +
 .../ReferenceSources/SafeNativeMethods.cs          |     12 -
 .../ReferenceSources/SqlInternalConnectionTds.cs   |      7 +
 .../ReferenceSources/Win32NativeMethods.cs         |     10 +
 .../mobile_DbConnectionPoolCounters.cs             |     12 +
 .../System.Data.Common/CatalogLocation.cs          |     41 -
 mcs/class/System.Data/System.Data.Common/ChangeLog |   1127 -
 .../System.Data.Common/ComparerFactory.cs          |    169 -
 .../System.Data/System.Data.Common/DataAdapter.cs  |    617 -
 .../System.Data.Common/DataContainer.cs            |   1010 -
 .../System.Data/System.Data.Common/DbCommand.cs    |    240 -
 .../System.Data.Common/DbCommandBuilder.cs         |    696 -
 .../System.Data/System.Data.Common/DbConnection.cs |    767 -
 .../System.Data.Common/DbDataAdapter.cs            |    875 -
 .../System.Data/System.Data.Common/DbDataReader.cs |    288 -
 .../System.Data.Common/DbDataSourceEnumerator.cs   |     52 -
 .../System.Data/System.Data.Common/DbException.cs  |     62 -
 .../DbMetaDataCollectionNames.cs                   |     38 -
 .../System.Data.Common/DbMetaDataColumnNames.cs    |     74 -
 .../System.Data/System.Data.Common/DbParameter.cs  |    115 -
 .../System.Data.Common/DbParameterCollection.cs    |    142 -
 .../DbProviderConfigurationHandler.cs              |     59 -
 .../System.Data.Common/DbProviderFactories.cs      |    114 -
 .../DbProviderFactoriesConfigurationHandler.cs     |    156 -
 .../System.Data.Common/DbProviderFactory.cs        |    107 -
 .../DbProviderSpecificTypePropertyAttribute.cs     |     63 -
 .../System.Data/System.Data.Common/DbTable.cs      |     32 -
 .../System.Data.Common/DbTransaction.cs            |     82 -
 .../System.Data.Common/GroupByBehavior.cs          |     44 -
 .../System.Data.Common/IdentifierCase.cs           |     42 -
 mcs/class/System.Data/System.Data.Common/Index.cs  |    643 -
 mcs/class/System.Data/System.Data.Common/Key.cs    |    276 -
 .../System.Data.Common/PermissionHelper.cs         |    115 -
 .../System.Data/System.Data.Common/RecordCache.cs  |    148 -
 .../System.Data.Common/RowUpdatedEventArgs.cs      |    122 -
 .../System.Data.Common/RowUpdatingEventArgs.cs     |    104 -
 .../System.Data.Common/SchemaTableColumn.cs        |     59 -
 .../SchemaTableOptionalColumn.cs                   |     57 -
 .../System.Data.Common/SupportedJoinOperators.cs   |     44 -
 .../System.Data/System.Data.Common/TaskHelper.cs   |     69 -
 mcs/class/System.Data/System.Data.Odbc/ChangeLog   |   1019 -
 .../System.Data/System.Data.Odbc/NativeBuffer.cs   |    114 -
 .../System.Data.Odbc/OdbcCategoryAttribute.cs      |     73 -
 .../System.Data/System.Data.Odbc/OdbcColumn.cs     |    194 -
 .../System.Data/System.Data.Odbc/OdbcCommand.cs    |    477 -
 .../System.Data.Odbc/OdbcCommandBuilder.cs         |    612 -
 .../System.Data/System.Data.Odbc/OdbcConnection.cs |    582 -
 .../System.Data.Odbc/OdbcDataAdapter.cs            |    181 -
 .../System.Data/System.Data.Odbc/OdbcDataReader.cs |   1061 -
 .../System.Data.Odbc/OdbcDescriptionAttribute.cs   |     64 -
 .../System.Data.Odbc/OdbcErrorCollection.cs        |    124 -
 .../System.Data/System.Data.Odbc/OdbcException.cs  |    101 -
 .../System.Data/System.Data.Odbc/OdbcFactory.cs    |    117 -
 .../System.Data.Odbc/OdbcInfoMessageEventArgs.cs   |     73 -
 .../OdbcInfoMessageEventHandler.cs                 |     39 -
 .../OdbcMetaDataCollectionNames.cs                 |     46 -
 .../System.Data.Odbc/OdbcMetaDataColumnNames.cs    |     42 -
 .../System.Data/System.Data.Odbc/OdbcParameter.cs  |    491 -
 .../System.Data.Odbc/OdbcParameterCollection.cs    |    372 -
 .../System.Data.Odbc/OdbcParameterConverter.cs     |     66 -
 .../System.Data.Odbc/OdbcRowUpdatedEventArgs.cs    |     60 -
 .../System.Data.Odbc/OdbcRowUpdatedEventHandler.cs |     38 -
 .../System.Data.Odbc/OdbcRowUpdatingEventArgs.cs   |     67 -
 .../OdbcRowUpdatingEventHandler.cs                 |     38 -
 .../System.Data.Odbc/OdbcTransaction.cs            |    249 -
 mcs/class/System.Data/System.Data.Odbc/OdbcType.cs |    167 -
 .../System.Data.Odbc/OdbcTypeConverter.cs          |    229 -
 .../System.Data/System.Data.Odbc/OdbcTypeMap.cs    |    209 -
 mcs/class/System.Data/System.Data.Odbc/libodbc.cs  |    508 -
 mcs/class/System.Data/System.Data.OleDb/ChangeLog  |    321 -
 .../System.Data/System.Data.OleDb/OleDbCommand.cs  |    434 -
 .../System.Data.OleDb/OleDbCommandBuilder.cs       |    196 -
 .../System.Data.OleDb/OleDbConnection.cs           |    344 -
 .../System.Data.OleDb/OleDbDataAdapter.cs          |    213 -
 .../System.Data.OleDb/OleDbDataReader.cs           |    774 -
 .../System.Data/System.Data.OleDb/OleDbError.cs    |    102 -
 .../System.Data.OleDb/OleDbErrorCollection.cs      |    121 -
 .../System.Data.OleDb/OleDbException.cs            |    162 -
 .../System.Data/System.Data.OleDb/OleDbFactory.cs  |     78 -
 .../System.Data.OleDb/OleDbInfoMessageEventArgs.cs |     84 -
 .../OleDbInfoMessageEventHandler.cs                |     39 -
 .../System.Data/System.Data.OleDb/OleDbLiteral.cs  |     71 -
 .../OleDbMetaDataCollectionNames.cs                |     48 -
 .../System.Data.OleDb/OleDbParameter.cs            |    458 -
 .../System.Data.OleDb/OleDbParameterCollection.cs  |    341 -
 .../System.Data.OleDb/OleDbParameterConverter.cs   |     66 -
 .../System.Data.OleDb/OleDbPermission.cs           |    107 -
 .../System.Data.OleDb/OleDbPermissionAttribute.cs  |     88 -
 .../System.Data.OleDb/OleDbRowUpdatedEventArgs.cs  |     60 -
 .../OleDbRowUpdatedEventHandler.cs                 |     41 -
 .../System.Data.OleDb/OleDbRowUpdatingEventArgs.cs |     69 -
 .../OleDbRowUpdatingEventHandler.cs                |     41 -
 .../System.Data.OleDb/OleDbSchemaGuid.cs           |     90 -
 .../System.Data.OleDb/OleDbTransaction.cs          |    192 -
 .../System.Data/System.Data.OleDb/OleDbType.cs     |     79 -
 mcs/class/System.Data/System.Data.OleDb/libgda.cs  |    341 -
 mcs/class/System.Data/System.Data.Sql/ChangeLog    |     54 -
 .../System.Data.Sql/SqlDataSourceEnumerator.cs     |     68 -
 .../System.Data.Sql/SqlNotificationRequest.cs      |     98 -
 .../System.Data.SqlClient/SqlBulkCopy.cs           |      6 +-
 .../System.Data.SqlClient/SqlClientPermission.cs   |     94 -
 .../SqlClientPermissionAttribute.cs                |     65 -
 .../System.Data.SqlClient/SqlConnection.cs         |      7 +-
 .../SqlConnectionStringBuilder.cs                  |    864 -
 .../System.Data.SqlClient/SqlDataAdapter.cs        |    330 +-
 .../System.Data.SqlClient/SqlDependency.cs         |      4 +
 .../System.Data/System.Data.SqlClient/SqlError.cs  |    125 -
 .../System.Data.SqlClient/SqlErrorCollection.cs    |    116 -
 .../System.Data.SqlClient/SqlException.cs          |     73 +-
 .../SqlInfoMessageEventArgs.cs                     |     84 -
 .../System.Data.SqlClient/SqlParameter.cs          |     38 +-
 .../System.Data/System.Data.SqlTypes/SqlXml.cs     |    161 -
 mcs/class/System.Data/System.Data.dll.sources      |    357 -
 .../System.Data/System.Data/AcceptRejectRule.cs    |     47 -
 mcs/class/System.Data/System.Data/ChangeLog        |   4191 -
 .../System.Data/System.Data/ColumnTypeConverter.cs |     59 -
 .../System.Data/System.Data/CommandBehavior.cs     |     51 -
 mcs/class/System.Data/System.Data/CommandType.cs   |     47 -
 .../System.Data/System.Data/ConflictOption.cs      |     39 -
 .../System.Data/System.Data/ConnectionState.cs     |     52 -
 mcs/class/System.Data/System.Data/Constraint.cs    |    206 -
 .../System.Data/ConstraintCollection.cs            |    359 -
 .../System.Data/System.Data/ConstraintConverter.cs |     59 -
 .../System.Data/System.Data/ConstraintException.cs |     59 -
 .../System.Data/CustomDataClassGenerator.cs        |   2584 -
 .../System.Data/DBConcurrencyException.cs          |    116 -
 .../System.Data/DataCategoryAttribute.cs           |     65 -
 mcs/class/System.Data/System.Data/DataColumn.cs    |    877 -
 .../System.Data/DataColumnChangeEventArgs.cs       |    123 -
 .../System.Data/DataColumnChangeEventHandler.cs    |     40 -
 .../System.Data/DataColumnCollection.cs            |    670 -
 .../System.Data/DataColumnPropertyDescriptor.cs    |    169 -
 mcs/class/System.Data/System.Data/DataException.cs |     59 -
 mcs/class/System.Data/System.Data/DataRelation.cs  |    395 -
 .../System.Data/DataRelationCollection.cs          |    667 -
 .../System.Data/DataRelationPropertyDescriptor.cs  |     99 -
 mcs/class/System.Data/System.Data/DataRow.cs       |   1687 -
 mcs/class/System.Data/System.Data/DataRowAction.cs |     52 -
 .../System.Data/System.Data/DataRowBuilder.cs      |     79 -
 .../System.Data/DataRowChangeEventArgs.cs          |     64 -
 .../System.Data/DataRowChangeEventHandler.cs       |     40 -
 .../System.Data/System.Data/DataRowCollection.cs   |    347 -
 mcs/class/System.Data/System.Data/DataRowState.cs  |     48 -
 .../System.Data/System.Data/DataRowVersion.cs      |     45 -
 mcs/class/System.Data/System.Data/DataRowView.cs   |    314 -
 mcs/class/System.Data/System.Data/DataSet.cs       |   1744 -
 .../System.Data/System.Data/DataSetDateTime.cs     |     42 -
 .../System.Data/DataSysDescriptionAttribute.cs     |     66 -
 mcs/class/System.Data/System.Data/DataTable.cs     |   2942 -
 .../System.Data/DataTableClearEventArgs.cs         |     55 -
 .../System.Data/DataTableClearEventHandler.cs      |     40 -
 .../System.Data/System.Data/DataTableCollection.cs |    452 -
 .../System.Data/DataTableNewRowEventArgs.cs        |     54 -
 .../System.Data/DataTableNewRowEventHandler.cs     |     38 -
 .../System.Data/DataTablePropertyDescriptor.cs     |    105 -
 .../System.Data/System.Data/DataTableReader.cs     |    543 -
 .../System.Data/DataTableTypeConverter.cs          |     49 -
 mcs/class/System.Data/System.Data/DataView.cs      |   1213 -
 .../System.Data/System.Data/DataViewManager.cs     |    441 -
 .../DataViewManagerListItemTypeDescriptor.cs       |    125 -
 .../System.Data/System.Data/DataViewRowState.cs    |     54 -
 .../System.Data/System.Data/DataViewSetting.cs     |    102 -
 .../System.Data/DataViewSettingCollection.cs       |    143 -
 mcs/class/System.Data/System.Data/DbType.cs        |     68 -
 .../System.Data/DefaultValueTypeConverter.cs       |     59 -
 .../System.Data/DeletedRowInaccessibleException.cs |     60 -
 .../System.Data/DuplicateNameException.cs          |     60 -
 .../System.Data/System.Data/EvaluateException.cs   |     60 -
 .../System.Data/System.Data/FillErrorEventArgs.cs  |     81 -
 .../System.Data/FillErrorEventHandler.cs           |     40 -
 .../System.Data/ForeignKeyConstraint.cs            |    559 -
 .../System.Data/System.Data/IColumnMapping.cs      |     58 -
 .../System.Data/IColumnMappingCollection.cs        |     58 -
 mcs/class/System.Data/System.Data/IDataAdapter.cs  |     56 -
 .../System.Data/System.Data/IDataParameter.cs      |     59 -
 .../System.Data/IDataParameterCollection.cs        |     51 -
 mcs/class/System.Data/System.Data/IDataReader.cs   |     56 -
 mcs/class/System.Data/System.Data/IDataRecord.cs   |     94 -
 mcs/class/System.Data/System.Data/IDbCommand.cs    |     70 -
 mcs/class/System.Data/System.Data/IDbConnection.cs |     64 -
 .../System.Data/System.Data/IDbDataAdapter.cs      |     48 -
 .../System.Data/System.Data/IDbDataParameter.cs    |     48 -
 .../System.Data/System.Data/IDbTransaction.cs      |     50 -
 .../System.Data/System.Data/ISafeDataRecord.cs     |     63 -
 mcs/class/System.Data/System.Data/ITableMapping.cs |     46 -
 .../System.Data/ITableMappingCollection.cs         |     54 -
 .../System.Data/InRowChangingEventException.cs     |     60 -
 .../System.Data/InternalDataCollectionBase.cs      |    147 -
 .../System.Data/InvalidConstraintException.cs      |     59 -
 .../System.Data/InvalidExpressionException.cs      |     60 -
 .../System.Data/System.Data/IsolationLevel.cs      |     49 -
 mcs/class/System.Data/System.Data/LoadOption.cs    |     43 -
 mcs/class/System.Data/System.Data/MappingType.cs   |     49 -
 .../System.Data/MergeFailedEventArgs.cs            |     70 -
 .../System.Data/MergeFailedEventHandler.cs         |     40 -
 mcs/class/System.Data/System.Data/MergeManager.cs  |    406 -
 .../System.Data/MissingMappingAction.cs            |     46 -
 .../System.Data/MissingPrimaryKeyException.cs      |     60 -
 .../System.Data/System.Data/MissingSchemaAction.cs |     47 -
 .../System.Data/NoNullAllowedException.cs          |     60 -
 mcs/class/System.Data/System.Data/Node.cs          |    166 -
 .../System.Data/OperationAbortedException.cs       |     66 -
 .../System.Data/System.Data/ParameterDirection.cs  |     47 -
 .../System.Data/System.Data/PropertyAttributes.cs  |     52 -
 .../System.Data/System.Data/PropertyCollection.cs  |     61 -
 .../System.Data/System.Data/ReadOnlyException.cs   |     60 -
 .../System.Data/System.Data/RelatedDataView.cs     |    118 -
 .../System.Data/RelationshipConverter.cs           |     66 -
 .../System.Data/ResDescriptionAttribute.cs         |     64 -
 .../System.Data/RowNotInTableException.cs          |     60 -
 mcs/class/System.Data/System.Data/Rule.cs          |     47 -
 .../System.Data/SchemaSerializationMode.cs         |     37 -
 mcs/class/System.Data/System.Data/SchemaType.cs    |     45 -
 .../System.Data/System.Data/SerializationFormat.cs |     38 -
 mcs/class/System.Data/System.Data/SqlDbType.cs     |     74 -
 .../System.Data/StateChangeEventArgs.cs            |     70 -
 .../System.Data/StateChangeEventHandler.cs         |     40 -
 .../System.Data/StatementCompletedEventArgs.cs     |     61 -
 .../System.Data/StatementCompletedEventHandler.cs  |     37 -
 mcs/class/System.Data/System.Data/StatementType.cs |     48 -
 .../System.Data/StrongTypingException.cs           |     59 -
 .../System.Data/SyntaxErrorException.cs            |     60 -
 .../System.Data/TableAdapterSchemaInfo.cs          |     92 -
 .../System.Data/TypeDataSetGeneratorException.cs   |     95 -
 .../System.Data/TypedDataSetGenerator.cs           |     62 -
 .../System.Data/System.Data/UniqueConstraint.cs    |    514 -
 .../System.Data/System.Data/UpdateRowSource.cs     |     47 -
 mcs/class/System.Data/System.Data/UpdateStatus.cs  |     47 -
 .../System.Data/VersionNotFoundException.cs        |     60 -
 mcs/class/System.Data/System.Data/XmlConstants.cs  |    128 -
 .../System.Data/XmlDataInferenceLoader.cs          |    864 -
 mcs/class/System.Data/System.Data/XmlDataLoader.cs |    482 -
 mcs/class/System.Data/System.Data/XmlDataReader.cs |    399 -
 mcs/class/System.Data/System.Data/XmlDiffLoader.cs |    365 -
 mcs/class/System.Data/System.Data/XmlHelper.cs     |     63 -
 mcs/class/System.Data/System.Data/XmlReadMode.cs   |     50 -
 .../System.Data/XmlSchemaDataImporter.cs           |   1560 -
 .../System.Data/System.Data/XmlSchemaWriter.cs     |    887 -
 .../System.Data/System.Data/XmlTableWriter.cs      |    102 -
 mcs/class/System.Data/System.Data/XmlWriteMode.cs  |     46 -
 mcs/class/System.Data/System.Xml/ChangeLog         |     92 -
 .../System.Data/System.Xml/XmlDataDocument.cs      |    816 -
 mcs/class/System.Data/TODO                         |    198 -
 .../DataColumnExpressionTest.cs                    |     21 +-
 .../Test/System.Data.Odbc/OdbcParameterTest.cs     |      2 +-
 .../OleDbParameterCollectionTest.cs                |      1 +
 .../Test/System.Data.SqlClient/SqlCommandTest.cs   |      3 +-
 .../Test/System.Data.SqlTypes/SqlDecimalTest.cs    |      5 +-
 .../Test/System.Data.SqlTypes/SqlDoubleTest.cs     |      5 +-
 .../Test/System.Data.SqlTypes/SqlInt16Test.cs      |      5 +-
 .../Test/System.Data.SqlTypes/SqlInt32Test.cs      |      5 +-
 .../Test/System.Data.SqlTypes/SqlInt64Test.cs      |      5 +-
 .../Test/System.Data/ConstraintCollectionTest.cs   |      6 +-
 .../Test/System.Data/DataColumnCollectionTest.cs   |      2 +-
 .../System.Data/Test/System.Data/DataColumnTest.cs |      7 +-
 .../Test/System.Data/DataColumnTest2.cs            |      2 +-
 .../Test/System.Data/DataRowCollectionTest.cs      |      2 +-
 .../System.Data/Test/System.Data/DataRowTest2.cs   |      2 +-
 .../Test/System.Data/DataRowViewTest2.cs           |      4 +-
 .../Test/System.Data/DataSetInferXmlSchemaTest.cs  |      2 +-
 .../Test/System.Data/DataSetReadXmlSchemaTest.cs   |      4 +-
 .../Test/System.Data/DataSetReadXmlTest.cs         |      4 +-
 .../System.Data/Test/System.Data/DataSetTest.cs    |     21 +-
 .../System.Data/Test/System.Data/DataSetTest2.cs   |      2 +-
 .../Test/System.Data/DataTableLoadRowTest.cs       |      6 +-
 .../Test/System.Data/DataTableReadWriteXmlTest.cs  |     10 +-
 .../Test/System.Data/DataTableReaderTest.cs        |      2 +-
 .../System.Data/Test/System.Data/DataTableTest.cs  |     34 +-
 .../System.Data/Test/System.Data/DataTableTest2.cs |      2 +-
 .../System.Data/Test/System.Data/DataTableTest3.cs |      4 +-
 .../System.Data/Test/System.Data/DataTableTest4.cs |     22 +-
 .../System.Data/Test/System.Data/DataViewTest.cs   |     32 +-
 .../System.Data/Test/System.Data/DataViewTest2.cs  |     30 +-
 .../Test/System.Data/ForeignKeyConstraintTest.cs   |      5 +-
 .../Test/System.Data/UniqueConstraintTest.cs       |      4 +-
 .../Test/System.Xml/XmlDataDocumentTest.cs         |      2 +-
 .../Test/System.Xml/XmlDataDocumentTest2.cs        |      8 +-
 mcs/class/System.Data/Test/System.Xml/region.xml   |     62 +-
 mcs/class/System.Data/app_test_net_2_0.config      |     48 -
 .../System.Data/mobile_System.Data.dll.sources     |    261 +-
 .../monotouch_watch_System.Data.dll.sources        |      1 +
 .../System.Data/net_4_5_System.Data.dll.sources    |     60 +
 mcs/class/System.Data/referencesource.sources      |    391 +
 .../xammac_net_4_5_System.Data.dll.sources         |      1 +
 mcs/class/System.Design/Makefile                   |     12 +-
 .../System.Data.Design/TypedDataSetGenerator.cs    |     21 +-
 .../TypedDataSetSchemaImporterExtension.cs         |     14 +-
 .../System.DirectoryServices.Protocols/Makefile    |      6 +-
 mcs/class/System.DirectoryServices/Makefile        |      3 +-
 mcs/class/System.Drawing.Design/Makefile           |      3 +-
 mcs/class/System.Drawing/Makefile                  |      3 +-
 .../System.Drawing/Test/System.Drawing/TestFont.cs |      6 +-
 mcs/class/System.Dynamic/Makefile                  |      3 +-
 mcs/class/System.EnterpriseServices/Makefile       |      3 +-
 .../System.IO.Compression.FileSystem/Makefile      |      3 +-
 mcs/class/System.IO.Compression/Makefile           |      3 +-
 .../Archive/AbstractWritableArchive.cs             |      7 +-
 .../SharpCompress/Archive/Zip/ZipArchive.cs        |      7 +-
 .../Common/Zip/Headers/ZipFileEntry..cs            |      3 +
 .../SharpCompress/Writer/Zip/ZipWriter.cs          |     10 +-
 mcs/class/System.IO.Compression/ZipArchive.cs      |      6 +-
 mcs/class/System.IdentityModel.Selectors/Makefile  |     11 +-
 mcs/class/System.IdentityModel/Makefile            |     16 +-
 .../CustomUserNameSecurityTokenAuthenticator.cs    |      2 +
 .../UserNamePasswordValidator.cs                   |      2 +
 mcs/class/System.Json.Microsoft/Makefile           |      8 +-
 mcs/class/System.Json/Makefile                     |      6 +-
 mcs/class/System.Json/System.Json/JsonObject.cs    |      7 +-
 mcs/class/System.Json/System.Json/JsonPrimitive.cs |      2 +
 mcs/class/System.Json/System.Json/JsonValue.cs     |     44 +-
 .../System.Json/Test/System.Json/JsonValueTest.cs  |     79 +
 mcs/class/System.Management/Makefile               |      3 +-
 mcs/class/System.Messaging/Makefile                |     18 +-
 .../System.Messaging.Design/QueuePathEditor.cs     |      2 +
 .../System.Messaging/MessageQueue.cs               |      6 +
 .../System.Messaging/MessageQueueInstaller.cs      |      8 +-
 mcs/class/System.Net.Http.Formatting/Makefile      |      8 +-
 mcs/class/System.Net.Http.WebRequest/Makefile      |      3 +-
 mcs/class/System.Net.Http/Makefile                 |      3 +-
 .../System.Net.Http.Headers/HeaderInfo.cs          |     10 +-
 .../System.Net.Http.Headers/HttpHeaders.cs         |     67 +-
 .../System.Net.Http.Headers/Parser.cs              |     11 +
 .../System.Net.Http/HttpClientHandler.cs           |     24 +-
 .../System.Net.Http/System.Net.Http/HttpContent.cs |      6 +
 .../System.Net.Http_test.dll.sources               |      1 +
 .../HttpRequestHeadersTest.cs                      |     18 +
 .../Test/System.Net.Http/HttpClientTest.cs         |    124 +
 .../Test/System.Net.Http/MultipartContentTest.cs   |     10 +
 .../monotouch_System.Net.Http.dll.sources          |     54 -
 mcs/class/System.Net/Makefile                      |      3 +-
 mcs/class/System.Numerics/Makefile                 |      3 +-
 mcs/class/System.Reactive.Core/Makefile            |      5 +-
 mcs/class/System.Reactive.Debugger/Makefile        |     11 +-
 mcs/class/System.Reactive.Experimental/Makefile    |     11 +-
 mcs/class/System.Reactive.Interfaces/Makefile      |      8 +-
 mcs/class/System.Reactive.Linq/Makefile            |      6 +-
 .../System.Reactive.Observable.Aliases/Makefile    |      6 +-
 .../System.Reactive.PlatformServices/Makefile      |      7 +-
 mcs/class/System.Reactive.Providers/Makefile       |      5 +-
 .../System.Reactive.Runtime.Remoting/Makefile      |      5 +-
 mcs/class/System.Reactive.Windows.Forms/Makefile   |      6 +-
 .../System.Reactive.Windows.Threading/Makefile     |      6 +-
 mcs/class/System.Runtime.Caching/Makefile          |      6 +-
 .../ReferenceSources/CacheEntryCollection.cs       |      8 +-
 .../ReferenceSources/CacheExpires.cs               |      4 +-
 .../ReferenceSources/CacheUsage.cs                 |      4 +-
 .../Test/System.Runtime.Caching/MemoryCacheTest.cs |     47 +-
 .../Assembly/AssemblyInfo.cs                       |     47 +-
 .../System.Runtime.DurableInstancing/Makefile      |      3 +-
 .../System.Runtime.DurableInstancing/SRCore.cs     |     93 +
 .../System.Runtime.DurableInstancing.dll.sources   |     64 +-
 .../System.Runtime.DurableInstancing/AllEnums.cs   |     35 -
 .../AllExceptions.cs                               |    125 -
 .../System.Runtime.DurableInstancing/ChangeLog     |     15 -
 .../InstanceHandle.cs                              |     19 -
 .../InstanceKey.cs                                 |     51 -
 .../InstanceKeyView.cs                             |     21 -
 .../InstanceLockQueryResult.cs                     |     30 -
 .../InstanceOwner.cs                               |     14 -
 .../InstanceOwnerQueryResult.cs                    |     31 -
 .../InstancePersistenceCommand.cs                  |     32 -
 .../InstancePersistenceContext.cs                  |    146 -
 .../InstancePersistenceEvent.cs                    |     75 -
 .../InstanceStore.cs                               |    131 -
 .../InstanceStoreQueryResult.cs                    |      6 -
 .../InstanceValue.cs                               |     41 -
 .../InstanceView.cs                                |     43 -
 mcs/class/System.Runtime.Remoting/Makefile         |      4 +-
 .../BinaryClientFormatterSink.cs                   |      2 +-
 .../BinaryClientFormatterSinkProvider.cs           |      2 +-
 .../System.Runtime.Remoting.Channels/BinaryCore.cs |     10 +-
 .../Makefile                                       |      5 +-
 .../SoapReader.cs                                  |      7 +-
 .../Test/InternalSoapValuesTest.cs                 |      4 +-
 .../Test/SerializationTest.cs                      |      6 +-
 .../Test/SoapFormatterTest.cs                      |     24 +-
 .../Assembly/AssemblyInfo.cs                       |      4 +-
 mcs/class/System.Runtime.Serialization/Makefile    |     19 +-
 .../ReferenceSource.common.sources                 |    131 +
 .../ReferenceSource.desktop.sources                |     29 +
 .../ReferenceSources/BitFlagsGenerator.cs          |     76 +
 .../ReferenceSources/CodeInterpreter.cs            |     83 +
 .../ReferenceSources/DiagnosticUtility.cs          |     61 +
 .../ReferenceSources/FxTrace.cs                    |     36 +
 .../JsonFormatReaderGenerator_static.cs            |    707 +
 .../JsonFormatWriterGenerator_static.cs            |    620 +
 .../ReferenceSources/SR.cs                         |    371 +
 .../ReferenceSources/SR_missing.cs                 |    291 +
 .../ReferenceSources/SchemaExporter_mobile.cs      |    223 +
 .../SimplifiedCodeTypeReference.cs                 |    398 +
 .../ReferenceSources/XmlDataContract_static.cs     |     53 +
 .../ReferenceSources/XmlExceptionHelper.cs         |    288 +
 .../XmlFormatReaderGenerator_static.cs             |    618 +
 .../XmlFormatWriterGenerator_static.cs             |    618 +
 .../ChangeLog                                      |     31 -
 .../DataContractSerializerSection.cs               |     62 -
 .../DeclaredTypeElement.cs                         |     85 -
 .../DeclaredTypeElementCollection.cs               |    102 -
 .../ParameterElement.cs                            |    109 -
 .../ParameterElementCollection.cs                  |     98 -
 .../SerializationSectionGroup.cs                   |     53 -
 .../TypeElement.cs                                 |     95 -
 .../TypeElementCollection.cs                       |     93 -
 .../System.Runtime.Serialization.dll.sources       |     81 +-
 .../System.Runtime.Serialization/ChangeLog         |    856 -
 .../DataContractResolver.cs                        |     78 -
 .../DataContractSerializer.cs                      |    565 -
 .../DataContractSerializerSettings.cs              |     43 -
 .../DataMemberAttribute.cs                         |     65 -
 .../System.Runtime.Serialization/DateTimeFormat.cs |     55 -
 .../EmitTypeInformation.cs                         |     33 -
 .../EnumMemberAttribute.cs                         |     47 -
 .../System.Runtime.Serialization/ExportOptions.cs  |     51 -
 .../ExtensionDataObject.cs                         |     42 -
 .../IDataContractSurrogate.cs                      |     58 -
 .../IExtensibleDataObject.cs                       |     34 -
 .../IgnoreDataMemberAttribute.cs                   |     37 -
 .../System.Runtime.Serialization/ImportOptions.cs  |    100 -
 .../InvalidDataContractException.cs                |     57 -
 .../KnownTypeAttribute.cs                          |     83 -
 .../KnownTypeCollection.cs                         |   1067 -
 .../NetDataContractSerializer.cs                   |    272 -
 .../SerializationMap.XsdExporter.cs                |    116 -
 .../SerializationMap.cs                            |   1122 -
 .../XmlFormatterDeserializer.cs                    |    304 -
 .../XmlFormatterSerializer.cs                      |    213 -
 .../XmlObjectSerializer.cs                         |    139 -
 .../XmlSerializableServices.cs                     |     75 -
 .../XsdDataContractExporter.cs                     |    497 -
 .../XsdDataContractImporter.cs                     |   1082 -
 .../System.Xml/ChangeLog                           |    632 -
 .../IFragmentCapableXmlDictionaryWriter.cs         |     40 -
 .../System.Xml/IStreamProvider.cs                  |     37 -
 .../System.Xml/IXmlBinaryReaderInitializer.cs      |     48 -
 .../System.Xml/IXmlBinaryWriterInitializer.cs      |     40 -
 .../System.Xml/IXmlDictionary.cs                   |     37 -
 .../System.Xml/IXmlMtomReaderInitializer.cs        |     48 -
 .../System.Xml/IXmlMtomWriterInitializer.cs        |     40 -
 .../System.Xml/IXmlUTF8ReaderInitializer.cs        |     46 -
 .../System.Xml/IXmlUTF8WriterInitializer.cs        |     38 -
 .../System.Xml/OnXmlDictionaryReaderClose.cs       |     32 -
 .../System.Xml/UniqueId.cs                         |    196 -
 .../System.Xml/XmlBinaryDictionaryReader.cs        |   1197 -
 .../System.Xml/XmlBinaryDictionaryWriter.cs        |   1102 -
 .../System.Xml/XmlBinaryDictionaryWriterAutoGen.cs |    303 -
 .../System.Xml/XmlBinaryFormat.cs                  |    181 -
 .../System.Xml/XmlBinaryReaderSession.cs           |     82 -
 .../System.Xml/XmlBinaryWriterSession.cs           |     72 -
 .../System.Xml/XmlC14NWriter.cs                    |    185 -
 .../System.Xml/XmlCanonicalWriter.cs               |     90 -
 .../System.Xml/XmlDictionary.cs                    |    127 -
 .../System.Xml/XmlDictionaryReader.cs              |    662 -
 .../System.Xml/XmlDictionaryReaderAutoGen.cs       |    522 -
 .../System.Xml/XmlDictionaryReaderQuotas.cs        |    104 -
 .../System.Xml/XmlDictionaryString.cs              |     78 -
 .../System.Xml/XmlDictionaryWriter.cs              |    409 -
 .../System.Xml/XmlDictionaryWriterAutoGen.cs       |    202 -
 .../System.Xml/XmlMtomDictionaryReader.cs          |    630 -
 .../System.Xml/XmlMtomDictionaryWriter.cs          |    316 -
 .../System.Xml/XmlSimpleDictionaryReader.cs        |    300 -
 .../System.Xml/XmlSimpleDictionaryWriter.cs        |    212 -
 .../XmlObjectSerializerTest.cs                     |      6 +-
 .../XsdDataContractImporterTest2.cs                |      2 +-
 .../Test/System.Xml/XmlMtomDictionaryWriterTest.cs |      7 +-
 ...mobile_System.Runtime.Serialization.dll.sources |     68 +-
 ..._watch_System.Runtime.Serialization.dll.sources |      1 +
 ...et_4_0_System.Runtime.Serialization.dll.sources |     11 -
 ...et_4_5_System.Runtime.Serialization.dll.sources |      8 +-
 .../resources/mstypes.schema                       |     42 -
 ...et_4_5_System.Runtime.Serialization.dll.sources |      1 +
 mcs/class/System.Security/Makefile                 |      5 +-
 mcs/class/System.ServiceModel.Activation/Makefile  |      5 +-
 mcs/class/System.ServiceModel.Discovery/Makefile   |      4 +-
 .../AnnouncementClientTest.cs                      |      2 +-
 .../Assembly/AssemblyInfo.cs                       |     60 +
 .../EventLogEntryType.cs                           |     53 +
 .../System.ServiceModel.Internals/InternalSR.cs    |    121 +
 mcs/class/System.ServiceModel.Internals/Makefile   |     18 +
 .../System.ServiceModel.Internals.dll.sources      |     79 +
 mcs/class/System.ServiceModel.Routing/Makefile     |      4 +-
 mcs/class/System.ServiceModel.Web/Makefile         |     17 +-
 .../JavaScriptReader.cs                            |      2 -
 .../WebMessageEncoder.cs                           |      4 +-
 .../WebMessageEncodingBindingElement.cs            |      2 +-
 .../WebHttpBehavior.cs                             |      6 +-
 .../SyndicationElementExtensionCollection.cs       |      2 +-
 .../XmlSyndicationContent.cs                       |      2 +-
 .../System.ServiceModel.Web_test.dll.sources       |      1 +
 .../System.ServiceModel/WebHttpBinding.cs          |      4 +-
 .../DataContractJsonSerializerTest.cs              |     95 +-
 .../JsonReaderTest.cs                              |     24 +-
 .../JsonWriterTest.cs                              |     34 +
 .../System.ServiceModel.Web/WebServiceHostTest.cs  |     15 +-
 .../mobile_System.ServiceModel.Web.dll.sources     |      3 +
 ...touch_watch_System.ServiceModel.Web.dll.sources |      1 +
 ...mac_net_4_5_System.ServiceModel.Web.dll.sources |     39 +
 mcs/class/System.ServiceModel/Dummy_2_1.cs         |      2 +
 mcs/class/System.ServiceModel/Dummy_XM_4_5.cs      |     69 +
 mcs/class/System.ServiceModel/Makefile             |     41 +-
 .../BinaryMessageEncoder.cs                        |      2 +-
 .../BinaryMessageEncodingBindingElement.cs         |      2 +-
 .../System.ServiceModel.Channels/FaultConverter.cs |      2 +-
 .../HttpRequestChannel.cs                          |      7 +-
 .../HttpTransportBindingElement.cs                 |      6 +-
 .../HttpsTransportBindingElement.cs                |      4 +-
 .../System.ServiceModel.Channels/Message.cs        |     10 +-
 .../MessageEncodingBindingElement.cs               |      2 +-
 .../ReliableSessionBindingElement.cs               |      2 +-
 .../SecurityBindingElement.cs                      |     20 +-
 .../TextMessageEncodingBindingElement.cs           |      2 +-
 .../TransportBindingElement.cs                     |      2 +-
 .../TransportSecurityBindingElement.cs             |      2 +-
 .../ConfigUtil.cs                                  |      6 +
 .../ClientCredentials.cs                           |      4 +-
 .../DataContractSerializerOperationBehavior.cs     |      2 +-
 .../MessageDescription.cs                          |     11 -
 .../MessagePartDescription.cs                      |      2 +-
 .../MetadataExchangeClient.cs                      |     13 +-
 .../WsdlExporter.cs                                |      9 +-
 .../XmlSerializerOperationBehavior.cs              |      2 +-
 .../MessageLoggingSettings.cs                      |      2 +-
 .../ChannelDispatcher.cs                           |     10 +-
 .../DispatchOperation.cs                           |      2 +-
 .../DispatchRuntime.cs                             |      4 +-
 .../System.ServiceModel/BasicHttpBinding_4_5.cs    |     10 +-
 .../System.ServiceModel/BasicHttpsBinding.cs       |      9 +-
 .../System.ServiceModel/ChannelFactory.cs          |      4 +-
 .../System.ServiceModel/ClientRuntimeChannel.cs    |     12 +-
 .../System.ServiceModel/OperationContext.cs        |      4 +-
 .../SilverlightClientConfigLoader.cs               |      3 +-
 .../System.ServiceModel_test.dll.sources           |      4 +
 .../AsymmetricSecurityBindingElementTest.cs        |     10 +-
 .../BinaryMessageEncodingBindingElementTest.cs     |     16 +-
 .../CustomBindingTest.cs                           |     18 +-
 .../HttpTransportBindingElementTest.cs             |     10 +-
 .../SecurityBindingElementTest.cs                  |      8 +-
 .../TcpTransportBindingElementTest.cs              |     12 +-
 .../MetadataResolverTest.cs                        |     10 +-
 .../ServiceAuthorizationBehaviorTest.cs            |      6 +-
 .../ServiceDebugBehaviorTest.cs                    |     25 +-
 .../ServiceEndpointTest.cs                         |      4 +-
 .../System.ServiceModel.Dispatcher/Bug32886Test.cs |    706 +
 .../Bug652331Test.cs                               |      7 +-
 .../Bug652331_2Test.cs                             |      6 +-
 .../ChannelDispatcherTest.cs                       |     24 +-
 .../DispatchOperationTest.cs                       |      9 +-
 .../SecurityMessagePropertyTest.cs                 |      6 +-
 .../CallbackBehaviorAttributeTest.cs               |      8 +-
 .../System.ServiceModel/ChannelFactory_1Test.cs    |     10 +-
 .../Test/System.ServiceModel/ClientBaseTest.cs     |     23 +-
 ...ClientBase_InteractiveChannelInitializerTest.cs |      6 +-
 .../ClientCredentialsSecurityTokenManagerTest.cs   |      4 +-
 .../IntegratedConnectionTest.cs                    |     16 +-
 .../Test/System.ServiceModel/NetTcpBindingTest.cs  |     16 +-
 .../System.ServiceModel/OperationContextTest.cs    |      6 +-
 .../System.ServiceModel/ServiceHostBaseTest.cs     |     50 +-
 .../Test/System.ServiceModel/ServiceHostTest.cs    |     15 +-
 ...monotouch_watch_System.ServiceModel.dll.sources |      1 +
 .../xammac_net_4_5_System.ServiceModel.dll.sources |     64 +
 mcs/class/System.ServiceProcess/Makefile           |      4 +-
 mcs/class/System.Threading.Tasks.Dataflow/Makefile |      3 +-
 .../ReceivingTest.cs                               |      1 +
 .../System.Transactions/Assembly/AssemblyInfo.cs   |      1 -
 mcs/class/System.Transactions/Makefile             |      8 +-
 mcs/class/System.Web.Abstractions/Makefile         |      6 +-
 mcs/class/System.Web.ApplicationServices/Makefile  |      5 +-
 mcs/class/System.Web.DynamicData/Makefile          |     15 +-
 mcs/class/System.Web.Extensions.Design/Makefile    |      5 +-
 mcs/class/System.Web.Extensions/Makefile           |     12 +-
 .../JsonDeserializer.cs                            |      8 +-
 .../JavaScriptSerializerTest.cs                    |     41 +
 mcs/class/System.Web.Http.SelfHost/Makefile        |     10 +-
 mcs/class/System.Web.Http.WebHost/Makefile         |      9 +-
 mcs/class/System.Web.Http/Makefile                 |      6 +-
 mcs/class/System.Web.Mvc3/Makefile                 |     17 +-
 mcs/class/System.Web.Razor/Makefile                |      3 +-
 mcs/class/System.Web.Routing/Makefile              |      7 +-
 .../System.Web.Routing/RouteCollection.cs          |      2 +
 mcs/class/System.Web.Services/Makefile             |     41 +-
 .../System.Web.Services/ReferenceSources/Res.cs    |    301 +
 .../DiagnosticsElement.cs                          |     63 -
 .../PriorityGroup.cs                               |     38 -
 .../ProtocolElement.cs                             |     75 -
 .../ProtocolElementCollection.cs                   |    115 -
 .../SoapEnvelopeProcessingElement.cs               |     93 -
 .../SoapExtensionTypeElement.cs                    |    114 -
 .../SoapExtensionTypeElementCollection.cs          |    115 -
 .../TypeElement.cs                                 |     83 -
 .../TypeElementCollection.cs                       |    115 -
 .../TypeTypeConverter.cs                           |     80 -
 .../WebServiceProtocols.cs                         |     46 -
 .../WebServicesConfigurationSectionHandler.cs      |    497 -
 .../WebServicesSection.cs                          |    191 -
 .../WsdlHelpGeneratorElement.cs                    |     82 -
 .../WsiProfilesElement.cs                          |     78 -
 .../WsiProfilesElementCollection.cs                |    117 -
 .../BasicProfileChecker.cs                         |    957 -
 .../BasicProfileViolation.cs                       |     79 -
 .../BasicProfileViolationCollection.cs             |    100 -
 .../BasicProfileViolationEnumerator.cs             |     79 -
 .../ConformanceChecker.cs                          |    245 -
 .../ExtensionManager.cs                            |      4 +-
 .../HttpGetProtocolImporter.cs                     |     86 -
 .../HttpGetProtocolReflector.cs                    |     77 -
 .../HttpPostProtocolImporter.cs                    |     87 -
 .../HttpPostProtocolReflector.cs                   |     80 -
 .../HttpSimpleProtocolImporter.cs                  |    347 -
 .../HttpSimpleProtocolReflector.cs                 |    143 -
 .../ProtocolImporter.cs                            |    846 -
 .../ProtocolReflector.cs                           |    480 -
 .../ServiceDescriptionImporter.cs                  |      5 +-
 .../ServiceDescriptionReflector.cs                 |    120 -
 .../ServiceDescriptionSerializerBase.cs            |      0
 .../SoapExtensionImporter.cs                       |     65 -
 .../SoapExtensionReflector.cs                      |    196 -
 .../SoapHttpTransportImporter.cs                   |     49 -
 .../SoapProtocolImporter.cs                        |    676 -
 .../SoapProtocolReflector.cs                       |    227 -
 .../SoapTransportImporter.cs                       |     81 -
 .../WebReferenceCollection.cs                      |     77 -
 .../WebReferenceOptions.cs                         |    129 -
 .../WebReferenceOptionsSerializer.cs               |    408 -
 .../WebServicesInteroperability.cs                 |    325 -
 .../DiscoveryRequestHandler.cs                     |    110 -
 .../AnyReturnReader.cs                             |     66 -
 .../HtmlFormParameterReader.cs                     |     55 -
 .../HtmlFormParameterWriter.cs                     |     71 -
 .../HttpGetClientProtocol.cs                       |     62 -
 .../HttpGetTypeStubInfo.cs                         |     62 -
 .../HttpPostClientProtocol.cs                      |     62 -
 .../HttpPostTypeStubInfo.cs                        |     62 -
 .../HttpSimpleClientProtocol.cs                    |    221 -
 .../HttpSimpleTypeStubInfo.cs                      |    147 -
 .../HttpSimpleWebServiceHandler.cs                 |    135 -
 .../HttpSoapWebServiceHandler.cs                   |    413 -
 .../MatchAttribute.cs                              |     86 -
 .../System.Web.Services.Protocols/Methods.cs       |      2 +-
 .../MimeParameterReader.cs                         |     50 -
 .../MimeReturnWriter.cs                            |     43 -
 .../PatternMatcher.cs                              |    122 -
 .../ServerProtocol.cs                              |     73 -
 .../ServerProtocolFactory.cs                       |     43 -
 .../System.Web.Services.Protocols/ServerType.cs    |      2 +-
 .../SoapDocumentationHandler.cs                    |    266 -
 .../System.Web.Services.Protocols/SoapExtension.cs |      2 +-
 .../SoapHeaderException.cs                         |    101 -
 .../SoapHeaderHandling.cs                          |    115 -
 .../SoapServerMessage.cs                           |    130 -
 .../SoapServerMethod.cs                            |    110 -
 .../SoapServerProtocol.cs                          |     71 -
 .../SoapServerProtocolFactory.cs                   |     49 -
 .../SoapServerType.cs                              |     84 -
 .../TextReturnReader.cs                            |     71 -
 .../UrlParameterReader.cs                          |     55 -
 .../ValueCollectionParameterReader.cs              |    131 -
 .../WebServiceHandler.cs                           |     85 -
 .../WebServiceHandlerFactory.cs                    |    196 -
 .../XmlReturnWriter.cs                             |     96 -
 .../System.Web.Services.dll.sources                |    393 +-
 .../System.Web.Services/WebService.cs              |    107 -
 ...monotouch_watch_System.Web.Services.dll.sources |      1 +
 .../xammac_net_4_5_System.Web.Services.dll.sources |      3 +
 mcs/class/System.Web.WebPages.Deployment/Makefile  |      6 +-
 mcs/class/System.Web.WebPages.Razor/Makefile       |      7 +-
 mcs/class/System.Web.WebPages/Makefile             |     13 +-
 mcs/class/System.Web/Makefile                      |     16 +-
 .../HttpRuntimeSection.cs                          |      9 +
 .../System.Web.Hosting/HostingEnvironment.cs       |      7 +
 .../System.Web/System.Web.Util/HttpEncoder.cs      |      4 +-
 mcs/class/System.Web/System.Web.dll.sources        |     27 +-
 .../System.Web/System.Web/DynamicModuleManager.cs  |     57 +
 mcs/class/System.Web/System.Web/HttpApplication.cs |    140 +-
 mcs/class/System.Web/System.Web/HttpUtility.cs     |      2 +-
 .../Test/System.Web.Caching/OutputCacheTest.cs     |     14 +-
 .../standalone/theme/PageLinks/PageLinks.csproj    |      2 +-
 .../System.Web/net_4_0_System.Web.dll.sources      |      2 -
 .../System.Web/net_4_5_System.Web.dll.sources      |      1 +
 .../Makefile                                       |     41 +-
 .../Assembly/AssemblyInfo.cs                       |      0
 .../Assembly/ChangeLog                             |      0
 .../Assembly/Locale.cs                             |      0
 .../ChangeLog                                      |      0
 .../Documentation/System.Windows.Forms.xml         |      0
 .../en/System.Resources/ResXDataNode.xml           |      0
 .../en/System.Resources/ResXFileRef+Converter.xml  |      0
 .../en/System.Resources/ResXFileRef.xml            |      0
 .../en/System.Resources/ResXResourceReader.xml     |      0
 .../en/System.Resources/ResXResourceSet.xml        |      0
 .../en/System.Resources/ResXResourceWriter.xml     |      0
 .../Com2Variant.xml                                |      0
 .../ICom2PropertyPageDisplayService.xml            |      0
 .../IComPropertyBrowser.xml                        |      0
 .../ComponentEditorForm.xml                        |      0
 .../ComponentEditorPage.xml                        |      0
 .../en/System.Windows.Forms.Design/EventsTab.xml   |      0
 .../en/System.Windows.Forms.Design/IUIService.xml  |      0
 .../IWindowsFormsEditorService.xml                 |      0
 .../en/System.Windows.Forms.Design/PropertyTab.xml |      0
 .../ToolStripItemDesignerAvailability.xml          |      0
 .../ToolStripItemDesignerAvailabilityAttribute.xml |      0
 .../WindowsFormsComponentEditor.xml                |      0
 .../ArrangedElementCollection.xml                  |      0
 .../System.Windows.Forms.Layout/LayoutEngine.xml   |      0
 .../TableLayoutSettingsTypeConverter.xml           |      0
 .../IRootGridEntry.xml                             |      0
 .../PropertiesTab.xml                              |      0
 .../PropertyGridCommands.xml                       |      0
 .../BackgroundType.xml                             |      0
 .../BooleanProperty.xml                            |      0
 .../BorderType.xml                                 |      0
 .../Button+CheckBox.xml                            |      0
 .../Button+GroupBox.xml                            |      0
 .../Button+PushButton.xml                          |      0
 .../Button+RadioButton.xml                         |      0
 .../Button+UserButton.xml                          |      0
 .../CheckBoxState.xml                              |      0
 .../ColorProperty.xml                              |      0
 .../ComboBox+DropDownButton.xml                    |      0
 .../ComboBoxState.xml                              |      0
 .../ContentAlignment.xml                           |      0
 .../EdgeEffects.xml                                |      0
 .../EdgeStyle.xml                                  |      0
 .../en/System.Windows.Forms.VisualStyles/Edges.xml |      0
 .../EnumProperty.xml                               |      0
 .../ExplorerBar+HeaderBackground.xml               |      0
 .../ExplorerBar+HeaderClose.xml                    |      0
 .../ExplorerBar+HeaderPin.xml                      |      0
 .../ExplorerBar+IEBarMenu.xml                      |      0
 .../ExplorerBar+NormalGroupBackground.xml          |      0
 .../ExplorerBar+NormalGroupCollapse.xml            |      0
 .../ExplorerBar+NormalGroupExpand.xml              |      0
 .../ExplorerBar+NormalGroupHead.xml                |      0
 .../ExplorerBar+SpecialGroupBackground.xml         |      0
 .../ExplorerBar+SpecialGroupCollapse.xml           |      0
 .../ExplorerBar+SpecialGroupExpand.xml             |      0
 .../ExplorerBar+SpecialGroupHead.xml               |      0
 .../FilenameProperty.xml                           |      0
 .../System.Windows.Forms.VisualStyles/FillType.xml |      0
 .../FontProperty.xml                               |      0
 .../GlyphFontSizingType.xml                        |      0
 .../GlyphType.xml                                  |      0
 .../GroupBoxState.xml                              |      0
 .../Header+Item.xml                                |      0
 .../Header+ItemLeft.xml                            |      0
 .../Header+ItemRight.xml                           |      0
 .../Header+SortArrow.xml                           |      0
 .../HitTestCode.xml                                |      0
 .../HitTestOptions.xml                             |      0
 .../HorizontalAlign.xml                            |      0
 .../IconEffect.xml                                 |      0
 .../ImageOrientation.xml                           |      0
 .../ImageSelectType.xml                            |      0
 .../IntegerProperty.xml                            |      0
 .../ListView+Detail.xml                            |      0
 .../ListView+EmptyText.xml                         |      0
 .../ListView+Group.xml                             |      0
 .../ListView+Item.xml                              |      0
 .../ListView+SortedDetail.xml                      |      0
 .../MarginProperty.xml                             |      0
 .../Menu+BarDropDown.xml                           |      0
 .../Menu+BarItem.xml                               |      0
 .../Menu+Chevron.xml                               |      0
 .../Menu+DropDown.xml                              |      0
 .../Menu+Item.xml                                  |      0
 .../Menu+Separator.xml                             |      0
 .../MenuBand+NewApplicationButton.xml              |      0
 .../MenuBand+Separator.xml                         |      0
 .../OffsetType.xml                                 |      0
 .../Page+Down.xml                                  |      0
 .../Page+DownHorizontal.xml                        |      0
 .../System.Windows.Forms.VisualStyles/Page+Up.xml  |      0
 .../Page+UpHorizontal.xml                          |      0
 .../PointProperty.xml                              |      0
 .../ProgressBar+Bar.xml                            |      0
 .../ProgressBar+BarVertical.xml                    |      0
 .../ProgressBar+Chunk.xml                          |      0
 .../ProgressBar+ChunkVertical.xml                  |      0
 .../PushButtonState.xml                            |      0
 .../RadioButtonState.xml                           |      0
 .../Rebar+Band.xml                                 |      0
 .../Rebar+Chevron.xml                              |      0
 .../Rebar+ChevronVertical.xml                      |      0
 .../Rebar+Gripper.xml                              |      0
 .../Rebar+GripperVertical.xml                      |      0
 .../ScrollBar+ArrowButton.xml                      |      0
 .../ScrollBar+GripperHorizontal.xml                |      0
 .../ScrollBar+GripperVertical.xml                  |      0
 .../ScrollBar+LeftTrackHorizontal.xml              |      0
 .../ScrollBar+LowerTrackVertical.xml               |      0
 .../ScrollBar+RightTrackHorizontal.xml             |      0
 .../ScrollBar+SizeBox.xml                          |      0
 .../ScrollBar+ThumbButtonHorizontal.xml            |      0
 .../ScrollBar+ThumbButtonVertical.xml              |      0
 .../ScrollBar+UpperTrackVertical.xml               |      0
 .../ScrollBarArrowButtonState.xml                  |      0
 .../ScrollBarSizeBoxState.xml                      |      0
 .../ScrollBarState.xml                             |      0
 .../SizingType.xml                                 |      0
 .../Spin+Down.xml                                  |      0
 .../Spin+DownHorizontal.xml                        |      0
 .../System.Windows.Forms.VisualStyles/Spin+Up.xml  |      0
 .../Spin+UpHorizontal.xml                          |      0
 .../StartPanel+LogOff.xml                          |      0
 .../StartPanel+LogOffButtons.xml                   |      0
 .../StartPanel+MorePrograms.xml                    |      0
 .../StartPanel+MoreProgramsArrow.xml               |      0
 .../StartPanel+PlaceList.xml                       |      0
 .../StartPanel+PlaceListSeparator.xml              |      0
 .../StartPanel+Preview.xml                         |      0
 .../StartPanel+ProgList.xml                        |      0
 .../StartPanel+ProgListSeparator.xml               |      0
 .../StartPanel+UserPane.xml                        |      0
 .../StartPanel+UserPicture.xml                     |      0
 .../Status+Bar.xml                                 |      0
 .../Status+Gripper.xml                             |      0
 .../Status+GripperPane.xml                         |      0
 .../Status+Pane.xml                                |      0
 .../StringProperty.xml                             |      0
 .../System.Windows.Forms.VisualStyles/Tab+Body.xml |      0
 .../System.Windows.Forms.VisualStyles/Tab+Pane.xml |      0
 .../Tab+TabItem.xml                                |      0
 .../Tab+TabItemBothEdges.xml                       |      0
 .../Tab+TabItemLeftEdge.xml                        |      0
 .../Tab+TabItemRightEdge.xml                       |      0
 .../Tab+TopTabItem.xml                             |      0
 .../Tab+TopTabItemBothEdges.xml                    |      0
 .../Tab+TopTabItemLeftEdge.xml                     |      0
 .../Tab+TopTabItemRightEdge.xml                    |      0
 .../TabItemState.xml                               |      0
 .../TaskBand+FlashButton.xml                       |      0
 .../TaskBand+FlashButtonGroupMenu.xml              |      0
 .../TaskBand+GroupCount.xml                        |      0
 .../Taskbar+BackgroundBottom.xml                   |      0
 .../Taskbar+BackgroundLeft.xml                     |      0
 .../Taskbar+BackgroundRight.xml                    |      0
 .../Taskbar+BackgroundTop.xml                      |      0
 .../Taskbar+SizingBarBottom.xml                    |      0
 .../Taskbar+SizingBarLeft.xml                      |      0
 .../Taskbar+SizingBarRight.xml                     |      0
 .../Taskbar+SizingBarTop.xml                       |      0
 .../TaskbarClock+Time.xml                          |      0
 .../TextBox+Caret.xml                              |      0
 .../TextBox+TextEdit.xml                           |      0
 .../TextBoxState.xml                               |      0
 .../TextMetrics.xml                                |      0
 .../TextMetricsCharacterSet.xml                    |      0
 .../TextMetricsPitchAndFamilyValues.xml            |      0
 .../TextShadowType.xml                             |      0
 .../ThemeSizeType.xml                              |      0
 .../ToolBar+Button.xml                             |      0
 .../ToolBar+DropDownButton.xml                     |      0
 .../ToolBar+SeparatorHorizontal.xml                |      0
 .../ToolBar+SeparatorVertical.xml                  |      0
 .../ToolBar+SplitButton.xml                        |      0
 .../ToolBar+SplitButtonDropDown.xml                |      0
 .../ToolBarState.xml                               |      0
 .../ToolTip+Balloon.xml                            |      0
 .../ToolTip+BalloonTitle.xml                       |      0
 .../ToolTip+Close.xml                              |      0
 .../ToolTip+Standard.xml                           |      0
 .../ToolTip+StandardTitle.xml                      |      0
 .../TrackBar+Thumb.xml                             |      0
 .../TrackBar+ThumbBottom.xml                       |      0
 .../TrackBar+ThumbLeft.xml                         |      0
 .../TrackBar+ThumbRight.xml                        |      0
 .../TrackBar+ThumbTop.xml                          |      0
 .../TrackBar+ThumbVertical.xml                     |      0
 .../TrackBar+Ticks.xml                             |      0
 .../TrackBar+TicksVertical.xml                     |      0
 .../TrackBar+Track.xml                             |      0
 .../TrackBar+TrackVertical.xml                     |      0
 .../TrackBarThumbState.xml                         |      0
 .../TrayNotify+AnimateBackground.xml               |      0
 .../TrayNotify+Background.xml                      |      0
 .../TreeView+Branch.xml                            |      0
 .../TreeView+Glyph.xml                             |      0
 .../TreeView+Item.xml                              |      0
 .../TrueSizeScalingType.xml                        |      0
 .../VerticalAlignment.xml                          |      0
 .../VisualStyleElement+Button.xml                  |      0
 .../VisualStyleElement+ComboBox.xml                |      0
 .../VisualStyleElement+ExplorerBar.xml             |      0
 .../VisualStyleElement+Header.xml                  |      0
 .../VisualStyleElement+ListView.xml                |      0
 .../VisualStyleElement+Menu.xml                    |      0
 .../VisualStyleElement+MenuBand.xml                |      0
 .../VisualStyleElement+Page.xml                    |      0
 .../VisualStyleElement+ProgressBar.xml             |      0
 .../VisualStyleElement+Rebar.xml                   |      0
 .../VisualStyleElement+ScrollBar.xml               |      0
 .../VisualStyleElement+Spin.xml                    |      0
 .../VisualStyleElement+StartPanel.xml              |      0
 .../VisualStyleElement+Status.xml                  |      0
 .../VisualStyleElement+Tab.xml                     |      0
 .../VisualStyleElement+TaskBand.xml                |      0
 .../VisualStyleElement+Taskbar.xml                 |      0
 .../VisualStyleElement+TaskbarClock.xml            |      0
 .../VisualStyleElement+TextBox.xml                 |      0
 .../VisualStyleElement+ToolBar.xml                 |      0
 .../VisualStyleElement+ToolTip.xml                 |      0
 .../VisualStyleElement+TrackBar.xml                |      0
 .../VisualStyleElement+TrayNotify.xml              |      0
 .../VisualStyleElement+TreeView.xml                |      0
 .../VisualStyleElement+Window.xml                  |      0
 .../VisualStyleElement.xml                         |      0
 .../VisualStyleInformation.xml                     |      0
 .../VisualStyleRenderer.xml                        |      0
 .../VisualStyleState.xml                           |      0
 .../Window+Caption.xml                             |      0
 .../Window+CaptionSizingTemplate.xml               |      0
 .../Window+CloseButton.xml                         |      0
 .../Window+Dialog.xml                              |      0
 .../Window+FrameBottom.xml                         |      0
 .../Window+FrameBottomSizingTemplate.xml           |      0
 .../Window+FrameLeft.xml                           |      0
 .../Window+FrameLeftSizingTemplate.xml             |      0
 .../Window+FrameRight.xml                          |      0
 .../Window+FrameRightSizingTemplate.xml            |      0
 .../Window+HelpButton.xml                          |      0
 .../Window+HorizontalScroll.xml                    |      0
 .../Window+HorizontalThumb.xml                     |      0
 .../Window+MaxButton.xml                           |      0
 .../Window+MaxCaption.xml                          |      0
 .../Window+MdiCloseButton.xml                      |      0
 .../Window+MdiHelpButton.xml                       |      0
 .../Window+MdiMinButton.xml                        |      0
 .../Window+MdiRestoreButton.xml                    |      0
 .../Window+MdiSysButton.xml                        |      0
 .../Window+MinButton.xml                           |      0
 .../Window+MinCaption.xml                          |      0
 .../Window+RestoreButton.xml                       |      0
 .../Window+SmallCaption.xml                        |      0
 .../Window+SmallCaptionSizingTemplate.xml          |      0
 .../Window+SmallCloseButton.xml                    |      0
 .../Window+SmallFrameBottom.xml                    |      0
 .../Window+SmallFrameBottomSizingTemplate.xml      |      0
 .../Window+SmallFrameLeft.xml                      |      0
 .../Window+SmallFrameLeftSizingTemplate.xml        |      0
 .../Window+SmallFrameRight.xml                     |      0
 .../Window+SmallFrameRightSizingTemplate.xml       |      0
 .../Window+SmallMaxCaption.xml                     |      0
 .../Window+SmallMinCaption.xml                     |      0
 .../Window+SysButton.xml                           |      0
 .../Window+VerticalScroll.xml                      |      0
 .../Window+VerticalThumb.xml                       |      0
 .../en/System.Windows.Forms/AccessibleEvents.xml   |      0
 .../System.Windows.Forms/AccessibleNavigation.xml  |      0
 .../en/System.Windows.Forms/AccessibleObject.xml   |      0
 .../en/System.Windows.Forms/AccessibleRole.xml     |      0
 .../System.Windows.Forms/AccessibleSelection.xml   |      0
 .../en/System.Windows.Forms/AccessibleStates.xml   |      0
 .../en/System.Windows.Forms/AmbientProperties.xml  |      0
 .../en/System.Windows.Forms/AnchorStyles.xml       |      0
 .../en/System.Windows.Forms/Appearance.xml         |      0
 .../Application+MessageLoopCallback.xml            |      0
 .../en/System.Windows.Forms/Application.xml        |      0
 .../en/System.Windows.Forms/ApplicationContext.xml |      0
 .../en/System.Windows.Forms/ArrangeDirection.xml   |      0
 .../ArrangeStartingPosition.xml                    |      0
 .../en/System.Windows.Forms/ArrowDirection.xml     |      0
 .../en/System.Windows.Forms/AutoCompleteMode.xml   |      0
 .../en/System.Windows.Forms/AutoCompleteSource.xml |      0
 .../AutoCompleteStringCollection.xml               |      0
 .../en/System.Windows.Forms/AutoScaleMode.xml      |      0
 .../en/System.Windows.Forms/AutoSizeMode.xml       |      0
 .../en/System.Windows.Forms/AutoValidate.xml       |      0
 .../AxHost+ActiveXInvokeKind.xml                   |      0
 .../AxHost+AxComponentEditor.xml                   |      0
 .../System.Windows.Forms/AxHost+ClsidAttribute.xml |      0
 .../AxHost+ConnectionPointCookie.xml               |      0
 .../AxHost+InvalidActiveXStateException.xml        |      0
 .../en/System.Windows.Forms/AxHost+State.xml       |      0
 .../System.Windows.Forms/AxHost+StateConverter.xml |      0
 .../AxHost+TypeLibraryTimeStampAttribute.xml       |      0
 .../en/System.Windows.Forms/AxHost.xml             |      0
 .../en/System.Windows.Forms/BaseCollection.xml     |      0
 .../System.Windows.Forms/BatteryChargeStatus.xml   |      0
 .../en/System.Windows.Forms/Binding.xml            |      0
 .../BindingCompleteContext.xml                     |      0
 .../BindingCompleteEventArgs.xml                   |      0
 .../BindingCompleteEventHandler.xml                |      0
 .../System.Windows.Forms/BindingCompleteState.xml  |      0
 .../en/System.Windows.Forms/BindingContext.xml     |      0
 .../en/System.Windows.Forms/BindingManagerBase.xml |      0
 .../BindingManagerDataErrorEventArgs.xml           |      0
 .../BindingManagerDataErrorEventHandler.xml        |      0
 .../en/System.Windows.Forms/BindingMemberInfo.xml  |      0
 .../en/System.Windows.Forms/BindingNavigator.xml   |      0
 .../en/System.Windows.Forms/BindingSource.xml      |      0
 .../en/System.Windows.Forms/BindingsCollection.xml |      0
 .../en/System.Windows.Forms/BootMode.xml           |      0
 .../en/System.Windows.Forms/Border3DSide.xml       |      0
 .../en/System.Windows.Forms/Border3DStyle.xml      |      0
 .../en/System.Windows.Forms/BorderStyle.xml        |      0
 .../en/System.Windows.Forms/BoundsSpecified.xml    |      0
 .../en/System.Windows.Forms/Button.xml             |      0
 .../ButtonBase+ButtonBaseAccessibleObject.xml      |      0
 .../en/System.Windows.Forms/ButtonBase.xml         |      0
 .../en/System.Windows.Forms/ButtonBorderStyle.xml  |      0
 .../en/System.Windows.Forms/ButtonRenderer.xml     |      0
 .../en/System.Windows.Forms/ButtonState.xml        |      0
 .../CacheVirtualItemsEventArgs.xml                 |      0
 .../CacheVirtualItemsEventHandler.xml              |      0
 .../en/System.Windows.Forms/CaptionButton.xml      |      0
 .../en/System.Windows.Forms/CharacterCasing.xml    |      0
 .../CheckBox+CheckBoxAccessibleObject.xml          |      0
 .../en/System.Windows.Forms/CheckBox.xml           |      0
 .../en/System.Windows.Forms/CheckBoxRenderer.xml   |      0
 .../en/System.Windows.Forms/CheckState.xml         |      0
 .../CheckedListBox+CheckedIndexCollection.xml      |      0
 .../CheckedListBox+CheckedItemCollection.xml       |      0
 .../CheckedListBox+ObjectCollection.xml            |      0
 .../en/System.Windows.Forms/CheckedListBox.xml     |      0
 .../en/System.Windows.Forms/Clipboard.xml          |      0
 .../en/System.Windows.Forms/CloseReason.xml        |      0
 .../en/System.Windows.Forms/ColorDepth.xml         |      0
 .../en/System.Windows.Forms/ColorDialog.xml        |      0
 .../System.Windows.Forms/ColumnClickEventArgs.xml  |      0
 .../ColumnClickEventHandler.xml                    |      0
 .../en/System.Windows.Forms/ColumnHeader.xml       |      0
 .../ColumnHeaderAutoResizeStyle.xml                |      0
 .../System.Windows.Forms/ColumnHeaderConverter.xml |      0
 .../en/System.Windows.Forms/ColumnHeaderStyle.xml  |      0
 .../ColumnReorderedEventArgs.xml                   |      0
 .../ColumnReorderedEventHandler.xml                |      0
 .../en/System.Windows.Forms/ColumnStyle.xml        |      0
 .../ColumnWidthChangedEventArgs.xml                |      0
 .../ColumnWidthChangedEventHandler.xml             |      0
 .../ColumnWidthChangingEventArgs.xml               |      0
 .../ColumnWidthChangingEventHandler.xml            |      0
 .../ComboBox+ChildAccessibleObject.xml             |      0
 .../ComboBox+ObjectCollection.xml                  |      0
 .../en/System.Windows.Forms/ComboBox.xml           |      0
 .../en/System.Windows.Forms/ComboBoxRenderer.xml   |      0
 .../en/System.Windows.Forms/ComboBoxStyle.xml      |      0
 .../en/System.Windows.Forms/CommonDialog.xml       |      0
 .../en/System.Windows.Forms/ContainerControl.xml   |      0
 .../ContentsResizedEventArgs.xml                   |      0
 .../ContentsResizedEventHandler.xml                |      0
 .../en/System.Windows.Forms/ContextMenu.xml        |      0
 .../en/System.Windows.Forms/ContextMenuStrip.xml   |      0
 .../Control+ControlAccessibleObject.xml            |      0
 .../Control+ControlCollection.xml                  |      0
 .../en/System.Windows.Forms/Control.xml            |      0
 .../ControlBindingsCollection.xml                  |      0
 .../en/System.Windows.Forms/ControlEventArgs.xml   |      0
 .../System.Windows.Forms/ControlEventHandler.xml   |      0
 .../en/System.Windows.Forms/ControlPaint.xml       |      0
 .../en/System.Windows.Forms/ControlStyles.xml      |      0
 .../en/System.Windows.Forms/ControlUpdateMode.xml  |      0
 .../en/System.Windows.Forms/ConvertEventArgs.xml   |      0
 .../System.Windows.Forms/ConvertEventHandler.xml   |      0
 .../en/System.Windows.Forms/CreateParams.xml       |      0
 .../en/System.Windows.Forms/CurrencyManager.xml    |      0
 .../en/System.Windows.Forms/Cursor.xml             |      0
 .../en/System.Windows.Forms/CursorConverter.xml    |      0
 .../en/System.Windows.Forms/Cursors.xml            |      0
 .../en/System.Windows.Forms/DataFormats+Format.xml |      0
 .../en/System.Windows.Forms/DataFormats.xml        |      0
 .../System.Windows.Forms/DataGrid+HitTestInfo.xml  |      0
 .../System.Windows.Forms/DataGrid+HitTestType.xml  |      0
 .../en/System.Windows.Forms/DataGrid.xml           |      0
 .../en/System.Windows.Forms/DataGridBoolColumn.xml |      0
 .../en/System.Windows.Forms/DataGridCell.xml       |      0
 .../System.Windows.Forms/DataGridColumnStyle.xml   |      0
 .../en/System.Windows.Forms/DataGridLineStyle.xml  |      0
 .../DataGridParentRowsLabelStyle.xml               |      0
 .../DataGridPreferredColumnWidthTypeConverter.xml  |      0
 .../en/System.Windows.Forms/DataGridTableStyle.xml |      0
 .../en/System.Windows.Forms/DataGridTextBox.xml    |      0
 .../System.Windows.Forms/DataGridTextBoxColumn.xml |      0
 .../DataGridView+DataGridViewControlCollection.xml |      0
 .../DataGridView+HitTestInfo.xml                   |      0
 .../en/System.Windows.Forms/DataGridView.xml       |      0
 .../DataGridViewAdvancedBorderStyle.xml            |      0
 .../DataGridViewAdvancedCellBorderStyle.xml        |      0
 .../DataGridViewAutoSizeColumnMode.xml             |      0
 .../DataGridViewAutoSizeColumnModeEventArgs.xml    |      0
 .../DataGridViewAutoSizeColumnModeEventHandler.xml |      0
 .../DataGridViewAutoSizeColumnsMode.xml            |      0
 .../DataGridViewAutoSizeColumnsModeEventArgs.xml   |      0
 ...DataGridViewAutoSizeColumnsModeEventHandler.xml |      0
 .../DataGridViewAutoSizeModeEventArgs.xml          |      0
 .../DataGridViewAutoSizeModeEventHandler.xml       |      0
 .../DataGridViewAutoSizeRowMode.xml                |      0
 .../DataGridViewAutoSizeRowsMode.xml               |      0
 .../en/System.Windows.Forms/DataGridViewBand.xml   |      0
 .../DataGridViewBindingCompleteEventArgs.xml       |      0
 .../DataGridViewBindingCompleteEventHandler.xml    |      0
 .../DataGridViewButtonCell.xml                     |      0
 .../DataGridViewButtonColumn.xml                   |      0
 .../en/System.Windows.Forms/DataGridViewCell.xml   |      0
 .../DataGridViewCellBorderStyle.xml                |      0
 .../DataGridViewCellCancelEventArgs.xml            |      0
 .../DataGridViewCellCancelEventHandler.xml         |      0
 .../DataGridViewCellCollection.xml                 |      0
 ...GridViewCellContextMenuStripNeededEventArgs.xml |      0
 ...dViewCellContextMenuStripNeededEventHandler.xml |      0
 .../DataGridViewCellErrorTextNeededEventArgs.xml   |      0
 ...DataGridViewCellErrorTextNeededEventHandler.xml |      0
 .../DataGridViewCellEventArgs.xml                  |      0
 .../DataGridViewCellEventHandler.xml               |      0
 .../DataGridViewCellFormattingEventArgs.xml        |      0
 .../DataGridViewCellFormattingEventHandler.xml     |      0
 .../DataGridViewCellMouseEventArgs.xml             |      0
 .../DataGridViewCellMouseEventHandler.xml          |      0
 .../DataGridViewCellPaintingEventArgs.xml          |      0
 .../DataGridViewCellPaintingEventHandler.xml       |      0
 .../DataGridViewCellParsingEventArgs.xml           |      0
 .../DataGridViewCellParsingEventHandler.xml        |      0
 .../DataGridViewCellStateChangedEventArgs.xml      |      0
 .../DataGridViewCellStateChangedEventHandler.xml   |      0
 .../System.Windows.Forms/DataGridViewCellStyle.xml |      0
 ...ataGridViewCellStyleContentChangedEventArgs.xml |      0
 ...GridViewCellStyleContentChangedEventHandler.xml |      0
 .../DataGridViewCellStyleConverter.xml             |      0
 .../DataGridViewCellStyleScopes.xml                |      0
 .../DataGridViewCellToolTipTextNeededEventArgs.xml |      0
 ...taGridViewCellToolTipTextNeededEventHandler.xml |      0
 .../DataGridViewCellValidatingEventArgs.xml        |      0
 .../DataGridViewCellValidatingEventHandler.xml     |      0
 .../DataGridViewCellValueEventArgs.xml             |      0
 .../DataGridViewCellValueEventHandler.xml          |      0
 .../DataGridViewCheckBoxCell.xml                   |      0
 .../DataGridViewCheckBoxColumn.xml                 |      0
 .../DataGridViewClipboardCopyMode.xml              |      0
 .../en/System.Windows.Forms/DataGridViewColumn.xml |      0
 .../DataGridViewColumnCollection.xml               |      0
 ...ataGridViewColumnDesignTimeVisibleAttribute.xml |      0
 ...taGridViewColumnDividerDoubleClickEventArgs.xml |      0
 ...ridViewColumnDividerDoubleClickEventHandler.xml |      0
 .../DataGridViewColumnEventArgs.xml                |      0
 .../DataGridViewColumnEventHandler.xml             |      0
 .../DataGridViewColumnHeaderCell.xml               |      0
 .../DataGridViewColumnHeadersHeightSizeMode.xml    |      0
 .../DataGridViewColumnSortMode.xml                 |      0
 .../DataGridViewColumnStateChangedEventArgs.xml    |      0
 .../DataGridViewColumnStateChangedEventHandler.xml |      0
 .../DataGridViewComboBoxCell+ObjectCollection.xml  |      0
 .../DataGridViewComboBoxCell.xml                   |      0
 .../DataGridViewComboBoxColumn.xml                 |      0
 .../DataGridViewComboBoxDisplayStyle.xml           |      0
 .../DataGridViewComboBoxEditingControl.xml         |      0
 .../DataGridViewContentAlignment.xml               |      0
 .../DataGridViewDataErrorContexts.xml              |      0
 .../DataGridViewDataErrorEventArgs.xml             |      0
 .../DataGridViewDataErrorEventHandler.xml          |      0
 .../System.Windows.Forms/DataGridViewEditMode.xml  |      0
 .../DataGridViewEditingControlShowingEventArgs.xml |      0
 ...taGridViewEditingControlShowingEventHandler.xml |      0
 .../System.Windows.Forms/DataGridViewElement.xml   |      0
 .../DataGridViewElementStates.xml                  |      0
 .../DataGridViewHeaderBorderStyle.xml              |      0
 .../DataGridViewHeaderCell.xml                     |      0
 .../DataGridViewHitTestType.xml                    |      0
 .../System.Windows.Forms/DataGridViewImageCell.xml |      0
 .../DataGridViewImageCellLayout.xml                |      0
 .../DataGridViewImageColumn.xml                    |      0
 .../System.Windows.Forms/DataGridViewLinkCell.xml  |      0
 .../DataGridViewLinkColumn.xml                     |      0
 .../DataGridViewPaintParts.xml                     |      0
 .../en/System.Windows.Forms/DataGridViewRow.xml    |      0
 .../DataGridViewRowCancelEventArgs.xml             |      0
 .../DataGridViewRowCancelEventHandler.xml          |      0
 .../DataGridViewRowCollection.xml                  |      0
 ...aGridViewRowContextMenuStripNeededEventArgs.xml |      0
 ...idViewRowContextMenuStripNeededEventHandler.xml |      0
 .../DataGridViewRowDividerDoubleClickEventArgs.xml |      0
 ...taGridViewRowDividerDoubleClickEventHandler.xml |      0
 .../DataGridViewRowErrorTextNeededEventArgs.xml    |      0
 .../DataGridViewRowErrorTextNeededEventHandler.xml |      0
 .../DataGridViewRowEventArgs.xml                   |      0
 .../DataGridViewRowEventHandler.xml                |      0
 .../DataGridViewRowHeaderCell.xml                  |      0
 .../DataGridViewRowHeadersWidthSizeMode.xml        |      0
 .../DataGridViewRowHeightInfoNeededEventArgs.xml   |      0
 ...DataGridViewRowHeightInfoNeededEventHandler.xml |      0
 .../DataGridViewRowHeightInfoPushedEventArgs.xml   |      0
 ...DataGridViewRowHeightInfoPushedEventHandler.xml |      0
 .../DataGridViewRowPostPaintEventArgs.xml          |      0
 .../DataGridViewRowPostPaintEventHandler.xml       |      0
 .../DataGridViewRowPrePaintEventArgs.xml           |      0
 .../DataGridViewRowPrePaintEventHandler.xml        |      0
 .../DataGridViewRowStateChangedEventArgs.xml       |      0
 .../DataGridViewRowStateChangedEventHandler.xml    |      0
 .../DataGridViewRowsAddedEventArgs.xml             |      0
 .../DataGridViewRowsAddedEventHandler.xml          |      0
 .../DataGridViewRowsRemovedEventArgs.xml           |      0
 .../DataGridViewRowsRemovedEventHandler.xml        |      0
 .../DataGridViewSelectedCellCollection.xml         |      0
 .../DataGridViewSelectedColumnCollection.xml       |      0
 .../DataGridViewSelectedRowCollection.xml          |      0
 .../DataGridViewSelectionMode.xml                  |      0
 .../DataGridViewSortCompareEventArgs.xml           |      0
 .../DataGridViewSortCompareEventHandler.xml        |      0
 .../DataGridViewTextBoxCell.xml                    |      0
 .../DataGridViewTextBoxColumn.xml                  |      0
 .../DataGridViewTextBoxEditingControl.xml          |      0
 .../DataGridViewTopLeftHeaderCell.xml              |      0
 .../System.Windows.Forms/DataGridViewTriState.xml  |      0
 .../en/System.Windows.Forms/DataObject.xml         |      0
 .../System.Windows.Forms/DataSourceUpdateMode.xml  |      0
 .../en/System.Windows.Forms/DateBoldEventArgs.xml  |      0
 .../System.Windows.Forms/DateBoldEventHandler.xml  |      0
 .../en/System.Windows.Forms/DateRangeEventArgs.xml |      0
 .../System.Windows.Forms/DateRangeEventHandler.xml |      0
 ...teTimePicker+DateTimePickerAccessibleObject.xml |      0
 .../en/System.Windows.Forms/DateTimePicker.xml     |      0
 .../System.Windows.Forms/DateTimePickerFormat.xml  |      0
 .../Documentation/en/System.Windows.Forms/Day.xml  |      0
 .../en/System.Windows.Forms/DialogResult.xml       |      0
 .../en/System.Windows.Forms/DockStyle.xml          |      0
 .../en/System.Windows.Forms/DockingAttribute.xml   |      0
 .../en/System.Windows.Forms/DockingBehavior.xml    |      0
 .../DomainUpDown+DomainItemAccessibleObject.xml    |      0
 .../DomainUpDown+DomainUpDownAccessibleObject.xml  |      0
 .../DomainUpDown+DomainUpDownItemCollection.xml    |      0
 .../en/System.Windows.Forms/DomainUpDown.xml       |      0
 .../en/System.Windows.Forms/DragAction.xml         |      0
 .../en/System.Windows.Forms/DragDropEffects.xml    |      0
 .../en/System.Windows.Forms/DragEventArgs.xml      |      0
 .../en/System.Windows.Forms/DragEventHandler.xml   |      0
 .../en/System.Windows.Forms/DrawItemEventArgs.xml  |      0
 .../System.Windows.Forms/DrawItemEventHandler.xml  |      0
 .../en/System.Windows.Forms/DrawItemState.xml      |      0
 .../DrawListViewColumnHeaderEventArgs.xml          |      0
 .../DrawListViewColumnHeaderEventHandler.xml       |      0
 .../DrawListViewItemEventArgs.xml                  |      0
 .../DrawListViewItemEventHandler.xml               |      0
 .../DrawListViewSubItemEventArgs.xml               |      0
 .../DrawListViewSubItemEventHandler.xml            |      0
 .../en/System.Windows.Forms/DrawMode.xml           |      0
 .../System.Windows.Forms/DrawToolTipEventArgs.xml  |      0
 .../DrawToolTipEventHandler.xml                    |      0
 .../System.Windows.Forms/DrawTreeNodeEventArgs.xml |      0
 .../DrawTreeNodeEventHandler.xml                   |      0
 .../en/System.Windows.Forms/ErrorBlinkStyle.xml    |      0
 .../en/System.Windows.Forms/ErrorIconAlignment.xml |      0
 .../en/System.Windows.Forms/ErrorProvider.xml      |      0
 .../en/System.Windows.Forms/FeatureSupport.xml     |      0
 .../en/System.Windows.Forms/FileDialog.xml         |      0
 .../System.Windows.Forms/FileDialogCustomPlace.xml |      0
 .../FileDialogCustomPlacesCollection.xml           |      0
 .../en/System.Windows.Forms/FixedPanel.xml         |      0
 .../System.Windows.Forms/FlatButtonAppearance.xml  |      0
 .../en/System.Windows.Forms/FlatStyle.xml          |      0
 .../en/System.Windows.Forms/FlowDirection.xml      |      0
 .../en/System.Windows.Forms/FlowLayoutPanel.xml    |      0
 .../en/System.Windows.Forms/FlowLayoutSettings.xml |      0
 .../System.Windows.Forms/FolderBrowserDialog.xml   |      0
 .../en/System.Windows.Forms/FontDialog.xml         |      0
 .../Form+ControlCollection.xml                     |      0
 .../Documentation/en/System.Windows.Forms/Form.xml |      0
 .../en/System.Windows.Forms/FormBorderStyle.xml    |      0
 .../System.Windows.Forms/FormClosedEventArgs.xml   |      0
 .../FormClosedEventHandler.xml                     |      0
 .../System.Windows.Forms/FormClosingEventArgs.xml  |      0
 .../FormClosingEventHandler.xml                    |      0
 .../en/System.Windows.Forms/FormCollection.xml     |      0
 .../en/System.Windows.Forms/FormStartPosition.xml  |      0
 .../en/System.Windows.Forms/FormWindowState.xml    |      0
 .../en/System.Windows.Forms/FrameStyle.xml         |      0
 .../System.Windows.Forms/GetChildAtPointSkip.xml   |      0
 .../System.Windows.Forms/GiveFeedbackEventArgs.xml |      0
 .../GiveFeedbackEventHandler.xml                   |      0
 .../GridColumnStylesCollection.xml                 |      0
 .../en/System.Windows.Forms/GridItem.xml           |      0
 .../en/System.Windows.Forms/GridItemCollection.xml |      0
 .../en/System.Windows.Forms/GridItemType.xml       |      0
 .../GridTableStylesCollection.xml                  |      0
 .../en/System.Windows.Forms/GridTablesFactory.xml  |      0
 .../en/System.Windows.Forms/GroupBox.xml           |      0
 .../en/System.Windows.Forms/GroupBoxRenderer.xml   |      0
 .../en/System.Windows.Forms/HScrollBar.xml         |      0
 .../en/System.Windows.Forms/HScrollProperties.xml  |      0
 .../System.Windows.Forms/HandledMouseEventArgs.xml |      0
 .../Documentation/en/System.Windows.Forms/Help.xml |      0
 .../en/System.Windows.Forms/HelpEventArgs.xml      |      0
 .../en/System.Windows.Forms/HelpEventHandler.xml   |      0
 .../en/System.Windows.Forms/HelpNavigator.xml      |      0
 .../en/System.Windows.Forms/HelpProvider.xml       |      0
 .../System.Windows.Forms/HorizontalAlignment.xml   |      0
 .../en/System.Windows.Forms/HtmlDocument.xml       |      0
 .../en/System.Windows.Forms/HtmlElement.xml        |      0
 .../System.Windows.Forms/HtmlElementCollection.xml |      0
 .../HtmlElementErrorEventArgs.xml                  |      0
 .../HtmlElementErrorEventHandler.xml               |      0
 .../System.Windows.Forms/HtmlElementEventArgs.xml  |      0
 .../HtmlElementEventHandler.xml                    |      0
 .../HtmlElementInsertionOrientation.xml            |      0
 .../en/System.Windows.Forms/HtmlHistory.xml        |      0
 .../en/System.Windows.Forms/HtmlWindow.xml         |      0
 .../System.Windows.Forms/HtmlWindowCollection.xml  |      0
 .../en/System.Windows.Forms/IBindableComponent.xml |      0
 .../en/System.Windows.Forms/IButtonControl.xml     |      0
 .../en/System.Windows.Forms/ICommandExecutor.xml   |      0
 .../IComponentEditorPageSite.xml                   |      0
 .../en/System.Windows.Forms/IContainerControl.xml  |      0
 .../ICurrencyManagerProvider.xml                   |      0
 ...taGridColumnStyleEditingNotificationService.xml |      0
 .../IDataGridEditingService.xml                    |      0
 .../IDataGridViewEditingCell.xml                   |      0
 .../IDataGridViewEditingControl.xml                |      0
 .../en/System.Windows.Forms/IDataObject.xml        |      0
 .../en/System.Windows.Forms/IDropTarget.xml        |      0
 .../en/System.Windows.Forms/IFeatureSupport.xml    |      0
 .../en/System.Windows.Forms/IFileReaderService.xml |      0
 .../en/System.Windows.Forms/IMessageFilter.xml     |      0
 .../en/System.Windows.Forms/IWin32Window.xml       |      0
 .../en/System.Windows.Forms/IWindowTarget.xml      |      0
 .../System.Windows.Forms/ImageIndexConverter.xml   |      0
 .../en/System.Windows.Forms/ImageKeyConverter.xml  |      0
 .../en/System.Windows.Forms/ImageLayout.xml        |      0
 .../ImageList+ImageCollection.xml                  |      0
 .../en/System.Windows.Forms/ImageList.xml          |      0
 .../en/System.Windows.Forms/ImageListStreamer.xml  |      0
 .../en/System.Windows.Forms/ImeMode.xml            |      0
 .../en/System.Windows.Forms/InputLanguage.xml      |      0
 .../InputLanguageChangedEventArgs.xml              |      0
 .../InputLanguageChangedEventHandler.xml           |      0
 .../InputLanguageChangingEventArgs.xml             |      0
 .../InputLanguageChangingEventHandler.xml          |      0
 .../InputLanguageCollection.xml                    |      0
 .../en/System.Windows.Forms/InsertKeyMode.xml      |      0
 .../System.Windows.Forms/InvalidateEventArgs.xml   |      0
 .../InvalidateEventHandler.xml                     |      0
 .../en/System.Windows.Forms/ItemActivation.xml     |      0
 .../en/System.Windows.Forms/ItemBoundsPortion.xml  |      0
 .../System.Windows.Forms/ItemChangedEventArgs.xml  |      0
 .../ItemChangedEventHandler.xml                    |      0
 .../en/System.Windows.Forms/ItemCheckEventArgs.xml |      0
 .../System.Windows.Forms/ItemCheckEventHandler.xml |      0
 .../System.Windows.Forms/ItemCheckedEventArgs.xml  |      0
 .../ItemCheckedEventHandler.xml                    |      0
 .../en/System.Windows.Forms/ItemDragEventArgs.xml  |      0
 .../System.Windows.Forms/ItemDragEventHandler.xml  |      0
 .../en/System.Windows.Forms/KeyEventArgs.xml       |      0
 .../en/System.Windows.Forms/KeyEventHandler.xml    |      0
 .../en/System.Windows.Forms/KeyPressEventArgs.xml  |      0
 .../System.Windows.Forms/KeyPressEventHandler.xml  |      0
 .../Documentation/en/System.Windows.Forms/Keys.xml |      0
 .../en/System.Windows.Forms/KeysConverter.xml      |      0
 .../en/System.Windows.Forms/Label.xml              |      0
 .../en/System.Windows.Forms/LabelEditEventArgs.xml |      0
 .../System.Windows.Forms/LabelEditEventHandler.xml |      0
 .../en/System.Windows.Forms/LayoutEventArgs.xml    |      0
 .../en/System.Windows.Forms/LayoutEventHandler.xml |      0
 .../en/System.Windows.Forms/LayoutSettings.xml     |      0
 .../en/System.Windows.Forms/LeftRightAlignment.xml |      0
 .../LinkArea+LinkAreaConverter.xml                 |      0
 .../en/System.Windows.Forms/LinkArea.xml           |      0
 .../en/System.Windows.Forms/LinkBehavior.xml       |      0
 .../System.Windows.Forms/LinkClickedEventArgs.xml  |      0
 .../LinkClickedEventHandler.xml                    |      0
 .../en/System.Windows.Forms/LinkConverter.xml      |      0
 .../en/System.Windows.Forms/LinkLabel+Link.xml     |      0
 .../LinkLabel+LinkCollection.xml                   |      0
 .../en/System.Windows.Forms/LinkLabel.xml          |      0
 .../LinkLabelLinkClickedEventArgs.xml              |      0
 .../LinkLabelLinkClickedEventHandler.xml           |      0
 .../en/System.Windows.Forms/LinkState.xml          |      0
 .../System.Windows.Forms/ListBindingConverter.xml  |      0
 .../en/System.Windows.Forms/ListBindingHelper.xml  |      0
 .../ListBox+IntegerCollection.xml                  |      0
 .../ListBox+ObjectCollection.xml                   |      0
 .../ListBox+SelectedIndexCollection.xml            |      0
 .../ListBox+SelectedObjectCollection.xml           |      0
 .../en/System.Windows.Forms/ListBox.xml            |      0
 .../en/System.Windows.Forms/ListControl.xml        |      0
 .../ListControlConvertEventArgs.xml                |      0
 .../ListControlConvertEventHandler.xml             |      0
 .../ListView+CheckedIndexCollection.xml            |      0
 .../ListView+CheckedListViewItemCollection.xml     |      0
 .../ListView+ColumnHeaderCollection.xml            |      0
 .../ListView+ListViewItemCollection.xml            |      0
 .../ListView+SelectedIndexCollection.xml           |      0
 .../ListView+SelectedListViewItemCollection.xml    |      0
 .../en/System.Windows.Forms/ListView.xml           |      0
 .../en/System.Windows.Forms/ListViewAlignment.xml  |      0
 .../en/System.Windows.Forms/ListViewGroup.xml      |      0
 .../ListViewGroupCollection.xml                    |      0
 .../System.Windows.Forms/ListViewHitTestInfo.xml   |      0
 .../ListViewHitTestLocations.xml                   |      0
 .../System.Windows.Forms/ListViewInsertionMark.xml |      0
 .../ListViewItem+ListViewSubItem.xml               |      0
 .../ListViewItem+ListViewSubItemCollection.xml     |      0
 .../en/System.Windows.Forms/ListViewItem.xml       |      0
 .../System.Windows.Forms/ListViewItemConverter.xml |      0
 .../ListViewItemMouseHoverEventArgs.xml            |      0
 .../ListViewItemMouseHoverEventHandler.xml         |      0
 .../ListViewItemSelectionChangedEventArgs.xml      |      0
 .../ListViewItemSelectionChangedEventHandler.xml   |      0
 .../en/System.Windows.Forms/ListViewItemStates.xml |      0
 ...wVirtualItemsSelectionRangeChangedEventArgs.xml |      0
 ...rtualItemsSelectionRangeChangedEventHandler.xml |      0
 .../en/System.Windows.Forms/MainMenu.xml           |      0
 .../en/System.Windows.Forms/MaskFormat.xml         |      0
 .../MaskInputRejectedEventArgs.xml                 |      0
 .../MaskInputRejectedEventHandler.xml              |      0
 .../en/System.Windows.Forms/MaskedTextBox.xml      |      0
 .../MdiClient+ControlCollection.xml                |      0
 .../en/System.Windows.Forms/MdiClient.xml          |      0
 .../en/System.Windows.Forms/MdiLayout.xml          |      0
 .../System.Windows.Forms/MeasureItemEventArgs.xml  |      0
 .../MeasureItemEventHandler.xml                    |      0
 .../Menu+MenuItemCollection.xml                    |      0
 .../Documentation/en/System.Windows.Forms/Menu.xml |      0
 .../en/System.Windows.Forms/MenuGlyph.xml          |      0
 .../en/System.Windows.Forms/MenuItem.xml           |      0
 .../en/System.Windows.Forms/MenuMerge.xml          |      0
 .../en/System.Windows.Forms/MenuStrip.xml          |      0
 .../en/System.Windows.Forms/MergeAction.xml        |      0
 .../en/System.Windows.Forms/Message.xml            |      0
 .../en/System.Windows.Forms/MessageBox.xml         |      0
 .../en/System.Windows.Forms/MessageBoxButtons.xml  |      0
 .../MessageBoxDefaultButton.xml                    |      0
 .../en/System.Windows.Forms/MessageBoxIcon.xml     |      0
 .../en/System.Windows.Forms/MessageBoxOptions.xml  |      0
 .../en/System.Windows.Forms/MethodInvoker.xml      |      0
 .../System.Windows.Forms/MonthCalendar+HitArea.xml |      0
 .../MonthCalendar+HitTestInfo.xml                  |      0
 .../en/System.Windows.Forms/MonthCalendar.xml      |      0
 .../en/System.Windows.Forms/MouseButtons.xml       |      0
 .../en/System.Windows.Forms/MouseEventArgs.xml     |      0
 .../en/System.Windows.Forms/MouseEventHandler.xml  |      0
 .../en/System.Windows.Forms/NativeWindow.xml       |      0
 .../en/System.Windows.Forms/NavigateEventArgs.xml  |      0
 .../System.Windows.Forms/NavigateEventHandler.xml  |      0
 .../NodeLabelEditEventArgs.xml                     |      0
 .../NodeLabelEditEventHandler.xml                  |      0
 .../en/System.Windows.Forms/NotifyIcon.xml         |      0
 .../en/System.Windows.Forms/NumericUpDown.xml      |      0
 .../NumericUpDownAcceleration.xml                  |      0
 .../NumericUpDownAccelerationCollection.xml        |      0
 .../en/System.Windows.Forms/OSFeature.xml          |      0
 .../en/System.Windows.Forms/OpacityConverter.xml   |      0
 .../en/System.Windows.Forms/OpenFileDialog.xml     |      0
 .../en/System.Windows.Forms/Orientation.xml        |      0
 .../System.Windows.Forms/OwnerDrawPropertyBag.xml  |      0
 .../en/System.Windows.Forms/Padding.xml            |      0
 .../en/System.Windows.Forms/PaddingConverter.xml   |      0
 .../en/System.Windows.Forms/PageSetupDialog.xml    |      0
 .../en/System.Windows.Forms/PaintEventArgs.xml     |      0
 .../en/System.Windows.Forms/PaintEventHandler.xml  |      0
 .../en/System.Windows.Forms/Panel.xml              |      0
 .../en/System.Windows.Forms/PictureBox.xml         |      0
 .../en/System.Windows.Forms/PictureBoxSizeMode.xml |      0
 .../en/System.Windows.Forms/PopupEventArgs.xml     |      0
 .../en/System.Windows.Forms/PopupEventHandler.xml  |      0
 .../en/System.Windows.Forms/PowerLineStatus.xml    |      0
 .../en/System.Windows.Forms/PowerState.xml         |      0
 .../en/System.Windows.Forms/PowerStatus.xml        |      0
 .../PreProcessControlState.xml                     |      0
 .../PreviewKeyDownEventArgs.xml                    |      0
 .../PreviewKeyDownEventHandler.xml                 |      0
 .../PrintControllerWithStatusDialog.xml            |      0
 .../en/System.Windows.Forms/PrintDialog.xml        |      0
 .../System.Windows.Forms/PrintPreviewControl.xml   |      0
 .../en/System.Windows.Forms/PrintPreviewDialog.xml |      0
 .../ProfessionalColorTable.xml                     |      0
 .../en/System.Windows.Forms/ProfessionalColors.xml |      0
 .../en/System.Windows.Forms/ProgressBar.xml        |      0
 .../System.Windows.Forms/ProgressBarRenderer.xml   |      0
 .../en/System.Windows.Forms/ProgressBarStyle.xml   |      0
 .../PropertyGrid+PropertyTabCollection.xml         |      0
 .../en/System.Windows.Forms/PropertyGrid.xml       |      0
 .../en/System.Windows.Forms/PropertyManager.xml    |      0
 .../en/System.Windows.Forms/PropertySort.xml       |      0
 .../PropertyTabChangedEventArgs.xml                |      0
 .../PropertyTabChangedEventHandler.xml             |      0
 .../PropertyValueChangedEventArgs.xml              |      0
 .../PropertyValueChangedEventHandler.xml           |      0
 .../QueryAccessibilityHelpEventArgs.xml            |      0
 .../QueryAccessibilityHelpEventHandler.xml         |      0
 .../QueryContinueDragEventArgs.xml                 |      0
 .../QueryContinueDragEventHandler.xml              |      0
 .../en/System.Windows.Forms/QuestionEventArgs.xml  |      0
 .../System.Windows.Forms/QuestionEventHandler.xml  |      0
 .../RadioButton+RadioButtonAccessibleObject.xml    |      0
 .../en/System.Windows.Forms/RadioButton.xml        |      0
 .../System.Windows.Forms/RadioButtonRenderer.xml   |      0
 .../RelatedImageListAttribute.xml                  |      0
 .../RetrieveVirtualItemEventArgs.xml               |      0
 .../RetrieveVirtualItemEventHandler.xml            |      0
 .../en/System.Windows.Forms/RichTextBox.xml        |      0
 .../en/System.Windows.Forms/RichTextBoxFinds.xml   |      0
 .../RichTextBoxLanguageOptions.xml                 |      0
 .../System.Windows.Forms/RichTextBoxScrollBars.xml |      0
 .../RichTextBoxSelectionAttribute.xml              |      0
 .../RichTextBoxSelectionTypes.xml                  |      0
 .../System.Windows.Forms/RichTextBoxStreamType.xml |      0
 .../RichTextBoxWordPunctuations.xml                |      0
 .../en/System.Windows.Forms/RightToLeft.xml        |      0
 .../en/System.Windows.Forms/RowStyle.xml           |      0
 .../en/System.Windows.Forms/SaveFileDialog.xml     |      0
 .../en/System.Windows.Forms/Screen.xml             |      0
 .../en/System.Windows.Forms/ScreenOrientation.xml  |      0
 .../en/System.Windows.Forms/ScrollBar.xml          |      0
 .../en/System.Windows.Forms/ScrollBarRenderer.xml  |      0
 .../en/System.Windows.Forms/ScrollBars.xml         |      0
 .../en/System.Windows.Forms/ScrollButton.xml       |      0
 .../en/System.Windows.Forms/ScrollEventArgs.xml    |      0
 .../en/System.Windows.Forms/ScrollEventHandler.xml |      0
 .../en/System.Windows.Forms/ScrollEventType.xml    |      0
 .../en/System.Windows.Forms/ScrollOrientation.xml  |      0
 .../en/System.Windows.Forms/ScrollProperties.xml   |      0
 .../ScrollableControl+DockPaddingEdges.xml         |      0
 ...ScrollableControl+DockPaddingEdgesConverter.xml |      0
 .../en/System.Windows.Forms/ScrollableControl.xml  |      0
 .../System.Windows.Forms/SearchDirectionHint.xml   |      0
 .../SearchForVirtualItemEventArgs.xml              |      0
 .../SearchForVirtualItemEventHandler.xml           |      0
 .../en/System.Windows.Forms/SecurityIDType.xml     |      0
 .../SelectedGridItemChangedEventArgs.xml           |      0
 .../SelectedGridItemChangedEventHandler.xml        |      0
 .../en/System.Windows.Forms/SelectionMode.xml      |      0
 .../en/System.Windows.Forms/SelectionRange.xml     |      0
 .../SelectionRangeConverter.xml                    |      0
 .../en/System.Windows.Forms/SendKeys.xml           |      0
 .../en/System.Windows.Forms/Shortcut.xml           |      0
 .../en/System.Windows.Forms/SizeGripStyle.xml      |      0
 .../en/System.Windows.Forms/SizeType.xml           |      0
 .../en/System.Windows.Forms/SortOrder.xml          |      0
 .../en/System.Windows.Forms/SplitContainer.xml     |      0
 .../en/System.Windows.Forms/Splitter.xml           |      0
 .../SplitterCancelEventArgs.xml                    |      0
 .../SplitterCancelEventHandler.xml                 |      0
 .../en/System.Windows.Forms/SplitterEventArgs.xml  |      0
 .../System.Windows.Forms/SplitterEventHandler.xml  |      0
 .../en/System.Windows.Forms/SplitterPanel.xml      |      0
 .../StatusBar+StatusBarPanelCollection.xml         |      0
 .../en/System.Windows.Forms/StatusBar.xml          |      0
 .../StatusBarDrawItemEventArgs.xml                 |      0
 .../StatusBarDrawItemEventHandler.xml              |      0
 .../en/System.Windows.Forms/StatusBarPanel.xml     |      0
 .../StatusBarPanelAutoSize.xml                     |      0
 .../StatusBarPanelBorderStyle.xml                  |      0
 .../StatusBarPanelClickEventArgs.xml               |      0
 .../StatusBarPanelClickEventHandler.xml            |      0
 .../System.Windows.Forms/StatusBarPanelStyle.xml   |      0
 .../en/System.Windows.Forms/StatusStrip.xml        |      0
 .../en/System.Windows.Forms/StructFormat.xml       |      0
 .../en/System.Windows.Forms/SystemInformation.xml  |      0
 .../en/System.Windows.Forms/SystemParameter.xml    |      0
 .../en/System.Windows.Forms/TabAlignment.xml       |      0
 .../en/System.Windows.Forms/TabAppearance.xml      |      0
 .../TabControl+ControlCollection.xml               |      0
 .../TabControl+TabPageCollection.xml               |      0
 .../en/System.Windows.Forms/TabControl.xml         |      0
 .../en/System.Windows.Forms/TabControlAction.xml   |      0
 .../TabControlCancelEventArgs.xml                  |      0
 .../TabControlCancelEventHandler.xml               |      0
 .../System.Windows.Forms/TabControlEventArgs.xml   |      0
 .../TabControlEventHandler.xml                     |      0
 .../en/System.Windows.Forms/TabDrawMode.xml        |      0
 .../TabPage+TabPageControlCollection.xml           |      0
 .../en/System.Windows.Forms/TabPage.xml            |      0
 .../en/System.Windows.Forms/TabRenderer.xml        |      0
 .../en/System.Windows.Forms/TabSizeMode.xml        |      0
 .../TableLayoutCellPaintEventArgs.xml              |      0
 .../TableLayoutCellPaintEventHandler.xml           |      0
 .../TableLayoutColumnStyleCollection.xml           |      0
 .../TableLayoutControlCollection.xml               |      0
 .../en/System.Windows.Forms/TableLayoutPanel.xml   |      0
 .../TableLayoutPanelCellBorderStyle.xml            |      0
 .../TableLayoutPanelCellPosition.xml               |      0
 .../TableLayoutPanelGrowStyle.xml                  |      0
 .../TableLayoutRowStyleCollection.xml              |      0
 .../System.Windows.Forms/TableLayoutSettings.xml   |      0
 .../en/System.Windows.Forms/TableLayoutStyle.xml   |      0
 .../TableLayoutStyleCollection.xml                 |      0
 .../en/System.Windows.Forms/TextBox.xml            |      0
 .../en/System.Windows.Forms/TextBoxBase.xml        |      0
 .../en/System.Windows.Forms/TextBoxRenderer.xml    |      0
 .../en/System.Windows.Forms/TextDataFormat.xml     |      0
 .../en/System.Windows.Forms/TextFormatFlags.xml    |      0
 .../en/System.Windows.Forms/TextImageRelation.xml  |      0
 .../en/System.Windows.Forms/TextRenderer.xml       |      0
 .../System.Windows.Forms/ThreadExceptionDialog.xml |      0
 .../en/System.Windows.Forms/TickStyle.xml          |      0
 .../en/System.Windows.Forms/Timer.xml              |      0
 .../ToolBar+ToolBarButtonCollection.xml            |      0
 .../en/System.Windows.Forms/ToolBar.xml            |      0
 .../en/System.Windows.Forms/ToolBarAppearance.xml  |      0
 .../en/System.Windows.Forms/ToolBarButton.xml      |      0
 .../ToolBarButtonClickEventArgs.xml                |      0
 .../ToolBarButtonClickEventHandler.xml             |      0
 .../en/System.Windows.Forms/ToolBarButtonStyle.xml |      0
 .../en/System.Windows.Forms/ToolBarTextAlign.xml   |      0
 .../ToolStrip+ToolStripAccessibleObject.xml        |      0
 .../en/System.Windows.Forms/ToolStrip.xml          |      0
 .../ToolStripArrowRenderEventArgs.xml              |      0
 .../ToolStripArrowRenderEventHandler.xml           |      0
 .../en/System.Windows.Forms/ToolStripButton.xml    |      0
 .../en/System.Windows.Forms/ToolStripComboBox.xml  |      0
 .../en/System.Windows.Forms/ToolStripContainer.xml |      0
 .../System.Windows.Forms/ToolStripContentPanel.xml |      0
 .../ToolStripContentPanelRenderEventArgs.xml       |      0
 .../ToolStripContentPanelRenderEventHandler.xml    |      0
 .../System.Windows.Forms/ToolStripControlHost.xml  |      0
 ...pDropDown+ToolStripDropDownAccessibleObject.xml |      0
 .../en/System.Windows.Forms/ToolStripDropDown.xml  |      0
 .../ToolStripDropDownButton.xml                    |      0
 .../ToolStripDropDownCloseReason.xml               |      0
 .../ToolStripDropDownClosedEventArgs.xml           |      0
 .../ToolStripDropDownClosedEventHandler.xml        |      0
 .../ToolStripDropDownClosingEventArgs.xml          |      0
 .../ToolStripDropDownClosingEventHandler.xml       |      0
 .../ToolStripDropDownDirection.xml                 |      0
 .../System.Windows.Forms/ToolStripDropDownItem.xml |      0
 .../ToolStripDropDownItemAccessibleObject.xml      |      0
 .../System.Windows.Forms/ToolStripDropDownMenu.xml |      0
 .../ToolStripGripDisplayStyle.xml                  |      0
 .../ToolStripGripRenderEventArgs.xml               |      0
 .../ToolStripGripRenderEventHandler.xml            |      0
 .../en/System.Windows.Forms/ToolStripGripStyle.xml |      0
 ...ToolStripItem+ToolStripItemAccessibleObject.xml |      0
 .../en/System.Windows.Forms/ToolStripItem.xml      |      0
 .../ToolStripItemAlignment.xml                     |      0
 .../ToolStripItemClickedEventArgs.xml              |      0
 .../ToolStripItemClickedEventHandler.xml           |      0
 .../ToolStripItemCollection.xml                    |      0
 .../ToolStripItemDisplayStyle.xml                  |      0
 .../ToolStripItemEventArgs.xml                     |      0
 .../ToolStripItemEventHandler.xml                  |      0
 .../ToolStripItemImageRenderEventArgs.xml          |      0
 .../ToolStripItemImageRenderEventHandler.xml       |      0
 .../ToolStripItemImageScaling.xml                  |      0
 .../System.Windows.Forms/ToolStripItemOverflow.xml |      0
 .../ToolStripItemPlacement.xml                     |      0
 .../ToolStripItemRenderEventArgs.xml               |      0
 .../ToolStripItemRenderEventHandler.xml            |      0
 .../ToolStripItemTextRenderEventArgs.xml           |      0
 .../ToolStripItemTextRenderEventHandler.xml        |      0
 .../en/System.Windows.Forms/ToolStripLabel.xml     |      0
 .../System.Windows.Forms/ToolStripLayoutStyle.xml  |      0
 .../en/System.Windows.Forms/ToolStripManager.xml   |      0
 .../ToolStripManagerRenderMode.xml                 |      0
 .../en/System.Windows.Forms/ToolStripMenuItem.xml  |      0
 .../en/System.Windows.Forms/ToolStripOverflow.xml  |      0
 .../ToolStripOverflowButton.xml                    |      0
 .../ToolStripPanel+ToolStripPanelRowCollection.xml |      0
 .../en/System.Windows.Forms/ToolStripPanel.xml     |      0
 .../ToolStripPanelRenderEventArgs.xml              |      0
 .../ToolStripPanelRenderEventHandler.xml           |      0
 .../en/System.Windows.Forms/ToolStripPanelRow.xml  |      0
 .../ToolStripProfessionalRenderer.xml              |      0
 .../System.Windows.Forms/ToolStripProgressBar.xml  |      0
 .../ToolStripRenderEventArgs.xml                   |      0
 .../ToolStripRenderEventHandler.xml                |      0
 .../System.Windows.Forms/ToolStripRenderMode.xml   |      0
 .../en/System.Windows.Forms/ToolStripRenderer.xml  |      0
 .../en/System.Windows.Forms/ToolStripSeparator.xml |      0
 .../ToolStripSeparatorRenderEventArgs.xml          |      0
 .../ToolStripSeparatorRenderEventHandler.xml       |      0
 ...Button+ToolStripSplitButtonAccessibleObject.xml |      0
 .../System.Windows.Forms/ToolStripSplitButton.xml  |      0
 .../System.Windows.Forms/ToolStripStatusLabel.xml  |      0
 .../ToolStripStatusLabelBorderSides.xml            |      0
 .../ToolStripSystemRenderer.xml                    |      0
 .../en/System.Windows.Forms/ToolStripTextBox.xml   |      0
 .../ToolStripTextDirection.xml                     |      0
 .../en/System.Windows.Forms/ToolTip.xml            |      0
 .../en/System.Windows.Forms/ToolTipIcon.xml        |      0
 .../en/System.Windows.Forms/TrackBar.xml           |      0
 .../en/System.Windows.Forms/TrackBarRenderer.xml   |      0
 .../en/System.Windows.Forms/TreeNode.xml           |      0
 .../en/System.Windows.Forms/TreeNodeCollection.xml |      0
 .../en/System.Windows.Forms/TreeNodeConverter.xml  |      0
 .../TreeNodeMouseClickEventArgs.xml                |      0
 .../TreeNodeMouseClickEventHandler.xml             |      0
 .../TreeNodeMouseHoverEventArgs.xml                |      0
 .../TreeNodeMouseHoverEventHandler.xml             |      0
 .../en/System.Windows.Forms/TreeNodeStates.xml     |      0
 .../en/System.Windows.Forms/TreeView.xml           |      0
 .../en/System.Windows.Forms/TreeViewAction.xml     |      0
 .../TreeViewCancelEventArgs.xml                    |      0
 .../TreeViewCancelEventHandler.xml                 |      0
 .../en/System.Windows.Forms/TreeViewDrawMode.xml   |      0
 .../en/System.Windows.Forms/TreeViewEventArgs.xml  |      0
 .../System.Windows.Forms/TreeViewEventHandler.xml  |      0
 .../System.Windows.Forms/TreeViewHitTestInfo.xml   |      0
 .../TreeViewHitTestLocations.xml                   |      0
 .../TreeViewImageIndexConverter.xml                |      0
 .../TreeViewImageKeyConverter.xml                  |      0
 .../TypeValidationEventArgs.xml                    |      0
 .../TypeValidationEventHandler.xml                 |      0
 .../en/System.Windows.Forms/UICues.xml             |      0
 .../en/System.Windows.Forms/UICuesEventArgs.xml    |      0
 .../en/System.Windows.Forms/UICuesEventHandler.xml |      0
 .../UnhandledExceptionMode.xml                     |      0
 .../en/System.Windows.Forms/UpDownBase.xml         |      0
 .../en/System.Windows.Forms/UpDownEventArgs.xml    |      0
 .../en/System.Windows.Forms/UpDownEventHandler.xml |      0
 .../en/System.Windows.Forms/UserControl.xml        |      0
 .../en/System.Windows.Forms/VScrollBar.xml         |      0
 .../en/System.Windows.Forms/VScrollProperties.xml  |      0
 .../System.Windows.Forms/ValidationConstraints.xml |      0
 .../Documentation/en/System.Windows.Forms/View.xml |      0
 .../en/System.Windows.Forms/WebBrowser.xml         |      0
 .../en/System.Windows.Forms/WebBrowserBase.xml     |      0
 .../WebBrowserDocumentCompletedEventArgs.xml       |      0
 .../WebBrowserDocumentCompletedEventHandler.xml    |      0
 .../WebBrowserEncryptionLevel.xml                  |      0
 .../WebBrowserNavigatedEventArgs.xml               |      0
 .../WebBrowserNavigatedEventHandler.xml            |      0
 .../WebBrowserNavigatingEventArgs.xml              |      0
 .../WebBrowserNavigatingEventHandler.xml           |      0
 .../WebBrowserProgressChangedEventArgs.xml         |      0
 .../WebBrowserProgressChangedEventHandler.xml      |      0
 .../System.Windows.Forms/WebBrowserReadyState.xml  |      0
 .../WebBrowserRefreshOption.xml                    |      0
 .../en/System.Windows.Forms/WebBrowserSiteBase.xml |      0
 .../System.Windows.Forms/WindowsFormsSection.xml   |      0
 .../WindowsFormsSynchronizationContext.xml         |      0
 .../Documentation/en/index.xml                     |      0
 .../Documentation/en/ns-System.Resources.xml       |      0
 ...em.Windows.Forms.ComponentModel.Com2Interop.xml |      0
 .../en/ns-System.Windows.Forms.Design.xml          |      0
 .../en/ns-System.Windows.Forms.Layout.xml          |      0
 ...s-System.Windows.Forms.PropertyGridInternal.xml |      0
 .../en/ns-System.Windows.Forms.VisualStyles.xml    |      0
 .../en/ns-System.Windows.Forms.X11Internal.xml     |      0
 .../Documentation/en/ns-System.Windows.Forms.xml   |      0
 .../M.gif                                          |    Bin
 mcs/class/System.Windows.Forms/Makefile            |    128 +
 .../README                                         |      0
 .../AssemblyNamesTypeResolutionService.cs          |     84 +
 .../System.Resources/ByteArrayFromResXHandler.cs   |      0
 .../System.Resources/ChangeLog                     |      0
 .../System.Resources/FileRefHandler.cs             |      0
 .../System.Resources/InMemoryHandler.cs            |      0
 .../System.Resources/NullRefHandler.cs             |      0
 .../System.Resources/ResXDataNode.cs               |      0
 .../System.Resources/ResXDataNodeHandler.cs        |      0
 .../System.Resources/ResXFileRef.cs                |      0
 .../System.Resources/ResXNullRef.cs                |      0
 .../System.Resources/ResXResourceReader.cs         |    443 +
 .../System.Resources/ResXResourceSet.cs            |      0
 .../System.Resources/ResXResourceWriter.cs         |      0
 .../System.Resources/SerializedFromResXHandler.cs  |    157 +
 .../TypeConverterFromResXHandler.cs                |      0
 .../ApplicationHandler.cs                          |      0
 .../System.Windows.Forms.CarbonInternal/ChangeLog  |      0
 .../ControlHandler.cs                              |      0
 .../System.Windows.Forms.CarbonInternal/Cursor.cs  |      0
 .../System.Windows.Forms.CarbonInternal/Dnd.cs     |      0
 .../System.Windows.Forms.CarbonInternal/Enums.cs   |      0
 .../EventHandler.cs                                |      0
 .../EventHandlerBase.cs                            |      0
 .../HIObjectHandler.cs                             |      0
 .../IEventHandler.cs                               |      0
 .../KeyboardHandler.cs                             |      0
 .../MouseHandler.cs                                |      0
 .../Pasteboard.cs                                  |      0
 .../System.Windows.Forms.CarbonInternal/Structs.cs |      0
 .../WindowHandler.cs                               |      0
 .../System.Windows.Forms.Design/ChangeLog          |      0
 .../ComponentEditorForm.cs                         |      0
 .../ComponentEditorPage.cs                         |      0
 .../System.Windows.Forms.Design/EventsTab.cs       |      0
 .../System.Windows.Forms.Design/IUIService.cs      |      0
 .../IWindowsFormsEditorService.cs                  |      0
 .../System.Windows.Forms.Design/PropertyTab.cs     |      0
 .../ToolStripItemDesignerAvailability.cs           |      0
 .../ToolStripItemDesignerAvailabilityAttribute.cs  |      0
 .../WindowsFormsComponentEditor.cs                 |      0
 .../System.Windows.Forms.Internal/Accessor.cs      |      0
 .../System.Windows.Forms.Internal/ChangeLog        |      0
 .../System.Windows.Forms.Internal/DebugHelper.cs   |      0
 .../ArrangedElementCollection.cs                   |      0
 .../System.Windows.Forms.Layout/ChangeLog          |      0
 .../System.Windows.Forms.Layout/DefaultLayout.cs   |      0
 .../System.Windows.Forms.Layout/FlowLayout.cs      |      0
 .../System.Windows.Forms.Layout/LayoutEngine.cs    |      0
 .../System.Windows.Forms.Layout/TableLayout.cs     |      0
 .../TableLayoutSettingsTypeConverter.cs            |      0
 .../ChangeLog                                      |      0
 .../PropertiesTab.cs                               |      0
 .../System.Windows.Forms.RTF/ChangeLog             |      0
 .../System.Windows.Forms.RTF/Charcode.cs           |      0
 .../System.Windows.Forms.RTF/Charset.cs            |      0
 .../System.Windows.Forms.RTF/CharsetFlags.cs       |      0
 .../System.Windows.Forms.RTF/CharsetType.cs        |      0
 .../System.Windows.Forms.RTF/ClassDelegate.cs      |      0
 .../System.Windows.Forms.RTF/Color.cs              |      0
 .../DestinationDelegate.cs                         |      0
 .../System.Windows.Forms.RTF/Font.cs               |      0
 .../System.Windows.Forms.RTF/KeyStruct.cs          |      0
 .../System.Windows.Forms.RTF/KeysInit.cs           |      0
 .../System.Windows.Forms.RTF/Major.cs              |      0
 .../System.Windows.Forms.RTF/Minor.cs              |      0
 .../System.Windows.Forms.RTF/Picture.cs            |      0
 .../System.Windows.Forms.RTF/RTF.cs                |      0
 .../System.Windows.Forms.RTF/RTFException.cs       |      0
 .../System.Windows.Forms.RTF/StandardCharCode.cs   |      0
 .../System.Windows.Forms.RTF/StandardCharName.cs   |      0
 .../System.Windows.Forms.RTF/Style.cs              |      0
 .../System.Windows.Forms.RTF/StyleElement.cs       |      0
 .../System.Windows.Forms.RTF/StyleType.cs          |      0
 .../System.Windows.Forms.RTF/TextMap.cs            |      0
 .../System.Windows.Forms.RTF/TokenClass.cs         |      0
 .../System.Windows.Forms.Theming/ChangeLog         |      0
 .../Default/ButtonPainter.cs                       |      0
 .../System.Windows.Forms.Theming/Default/ChangeLog |      0
 .../Default/CheckBoxPainter.cs                     |      0
 .../Default/LabelPainter.cs                        |      0
 .../Default/LinkLabelPainter.cs                    |      0
 .../Default/RadioButtonPainter.cs                  |      0
 .../Default/TabControlPainter.cs                   |      0
 .../Default/ToolStripPainter.cs                    |      0
 .../System.Windows.Forms.Theming/ThemeElements.cs  |      0
 .../ThemeElementsDefault.cs                        |      0
 .../ThemeElementsVisualStyles.cs                   |      0
 .../VisualStyles/ChangeLog                         |      0
 .../VisualStyles/CheckBoxPainter.cs                |      0
 .../VisualStyles/RadioButtonPainter.cs             |      0
 .../VisualStyles/TabControlPainter.cs              |      0
 .../VisualStyles/ToolStripPainter.cs               |      0
 .../BackgroundType.cs                              |      0
 .../BooleanProperty.cs                             |      0
 .../BorderType.cs                                  |      0
 .../System.Windows.Forms.VisualStyles/ChangeLog    |      0
 .../CheckBoxState.cs                               |      0
 .../ColorProperty.cs                               |      0
 .../ComboBoxState.cs                               |      0
 .../ContentAlignment.cs                            |      0
 .../EdgeEffects.cs                                 |      0
 .../System.Windows.Forms.VisualStyles/EdgeStyle.cs |      0
 .../System.Windows.Forms.VisualStyles/Edges.cs     |      0
 .../EnumProperty.cs                                |      0
 .../FilenameProperty.cs                            |      0
 .../System.Windows.Forms.VisualStyles/FillType.cs  |      0
 .../FontProperty.cs                                |      0
 .../GlyphFontSizingType.cs                         |      0
 .../System.Windows.Forms.VisualStyles/GlyphType.cs |      0
 .../GroupBoxState.cs                               |      0
 .../System.Windows.Forms.VisualStyles/GtkPlus.cs   |      0
 .../HitTestCode.cs                                 |      0
 .../HitTestOptions.cs                              |      0
 .../HorizontalAlign.cs                             |      0
 .../IVisualStyles.cs                               |      0
 .../IconEffect.cs                                  |      0
 .../ImageOrientation.cs                            |      0
 .../ImageSelectType.cs                             |      0
 .../IntegerProperty.cs                             |      0
 .../MarginProperty.cs                              |      0
 .../OffsetType.cs                                  |      0
 .../PointProperty.cs                               |      0
 .../PushButtonState.cs                             |      0
 .../RadioButtonState.cs                            |      0
 .../ScrollBarArrowButtonState.cs                   |      0
 .../ScrollBarSizeBoxState.cs                       |      0
 .../ScrollBarState.cs                              |      0
 .../SizingType.cs                                  |      0
 .../StringProperty.cs                              |      0
 .../TabItemState.cs                                |      0
 .../TextBoxState.cs                                |      0
 .../TextMetrics.cs                                 |      0
 .../TextMetricsCharacterSet.cs                     |      0
 .../TextMetricsPitchAndFamilyValues.cs             |      0
 .../TextShadowType.cs                              |      0
 .../ThemeSizeType.cs                               |      0
 .../ToolBarState.cs                                |      0
 .../TrackBarThumbState.cs                          |      0
 .../TrueSizeScalingType.cs                         |      0
 .../System.Windows.Forms.VisualStyles/UXTheme.cs   |      0
 .../VerticalAlignment.cs                           |      0
 .../VisualStyleElement.cs                          |      0
 .../VisualStyleInformation.cs                      |      0
 .../VisualStyleRenderer.cs                         |      0
 .../VisualStyleState.cs                            |      0
 .../VisualStylesEngine.cs                          |      0
 .../VisualStylesGtkPlus.cs                         |      0
 .../VisualStylesNative.cs                          |      0
 .../AlertCheck.cs                                  |      0
 .../ChangeLog                                      |      0
 .../ConfirmCheck.cs                                |      0
 .../Generic.cs                                     |      0
 .../Prompt.cs                                      |      0
 .../System.Windows.Forms.dll.resources             |      0
 .../System.Windows.Forms.dll.sources               |    910 +
 .../System.Windows.Forms/AccessibleEvents.cs       |      0
 .../System.Windows.Forms/AccessibleNavigation.cs   |      0
 .../System.Windows.Forms/AccessibleObject.cs       |      0
 .../System.Windows.Forms/AccessibleRole.cs         |      0
 .../System.Windows.Forms/AccessibleSelection.cs    |      0
 .../System.Windows.Forms/AccessibleStates.cs       |      0
 .../System.Windows.Forms/AmbientProperties.cs      |      0
 .../System.Windows.Forms/AnchorStyles.cs           |      0
 .../System.Windows.Forms/Appearance.cs             |      0
 .../System.Windows.Forms/Application.cs            |      0
 .../System.Windows.Forms/ApplicationContext.cs     |      0
 .../System.Windows.Forms/ArrangeDirection.cs       |      0
 .../ArrangeStartingPosition.cs                     |      0
 .../System.Windows.Forms/ArrowDirection.cs         |      0
 .../System.Windows.Forms/AsyncMethodData.cs        |      0
 .../System.Windows.Forms/AsyncMethodResult.cs      |      0
 .../System.Windows.Forms/AutoCompleteMode.cs       |      0
 .../System.Windows.Forms/AutoCompleteSource.cs     |      0
 .../AutoCompleteStringCollection.cs                |      0
 .../System.Windows.Forms/AutoScaleMode.cs          |      0
 .../System.Windows.Forms/AutoSizeMode.cs           |      0
 .../System.Windows.Forms/AutoValidate.cs           |      0
 .../System.Windows.Forms/AxHost.cs                 |      0
 .../System.Windows.Forms/BaseCollection.cs         |      0
 .../System.Windows.Forms/BatteryChargeStatus.cs    |      0
 .../System.Windows.Forms/Binding.cs                |      0
 .../System.Windows.Forms/BindingCompleteContext.cs |      0
 .../BindingCompleteEventArgs.cs                    |      0
 .../BindingCompleteEventHandler.cs                 |      0
 .../System.Windows.Forms/BindingCompleteState.cs   |      0
 .../System.Windows.Forms/BindingContext.cs         |      0
 .../System.Windows.Forms/BindingManagerBase.cs     |      0
 .../BindingManagerDataErrorEventArgs.cs            |      0
 .../BindingManagerDataErrorEventHandler.cs         |      0
 .../System.Windows.Forms/BindingMemberInfo.cs      |      0
 .../System.Windows.Forms/BindingNavigator.cs       |      0
 .../System.Windows.Forms/BindingSource.cs          |      0
 .../System.Windows.Forms/BindingsCollection.cs     |      0
 .../System.Windows.Forms/BootMode.cs               |      0
 .../System.Windows.Forms/Border3DSide.cs           |      0
 .../System.Windows.Forms/Border3DStyle.cs          |      0
 .../System.Windows.Forms/BorderStyle.cs            |      0
 .../System.Windows.Forms/BoundsSpecified.cs        |      0
 .../System.Windows.Forms/Button.cs                 |      0
 .../System.Windows.Forms/ButtonBase.cs             |      0
 .../System.Windows.Forms/ButtonBorderStyle.cs      |      0
 .../System.Windows.Forms/ButtonRenderer.cs         |      0
 .../System.Windows.Forms/ButtonState.cs            |      0
 .../CacheVirtualItemsEventArgs.cs                  |      0
 .../CacheVirtualItemsEventHandler.cs               |      0
 .../System.Windows.Forms/CaptionButton.cs          |      0
 .../System.Windows.Forms/CategoryGridEntry.cs      |      0
 .../System.Windows.Forms/ChangeLog                 |      0
 .../System.Windows.Forms/CharacterCasing.cs        |      0
 .../System.Windows.Forms/CheckBox.cs               |      0
 .../System.Windows.Forms/CheckBoxRenderer.cs       |      0
 .../System.Windows.Forms/CheckState.cs             |      0
 .../System.Windows.Forms/CheckedListBox.cs         |      0
 .../System.Windows.Forms/Clipboard.cs              |      0
 .../System.Windows.Forms/CloseReason.cs            |      0
 .../System.Windows.Forms/ColorDepth.cs             |      0
 .../System.Windows.Forms/ColorDialog.cs            |      0
 .../System.Windows.Forms/ColumnClickEventArgs.cs   |      0
 .../ColumnClickEventHandler.cs                     |      0
 .../System.Windows.Forms/ColumnHeader.cs           |      0
 .../ColumnHeaderAutoResizeStyle.cs                 |      0
 .../System.Windows.Forms/ColumnHeaderConverter.cs  |      0
 .../System.Windows.Forms/ColumnHeaderStyle.cs      |      0
 .../ColumnReorderedEventArgs.cs                    |      0
 .../ColumnReorderedEventHandler.cs                 |      0
 .../System.Windows.Forms/ColumnStyle.cs            |      0
 .../ColumnWidthChangedEventArgs.cs                 |      0
 .../ColumnWidthChangedEventHandler.cs              |      0
 .../ColumnWidthChangingEventArgs.cs                |      0
 .../ColumnWidthChangingEventHandler.cs             |      0
 .../System.Windows.Forms/ComboBox.cs               |      0
 .../System.Windows.Forms/ComboBoxRenderer.cs       |      0
 .../System.Windows.Forms/ComboBoxStyle.cs          |      0
 .../System.Windows.Forms/CommonDialog.cs           |      0
 .../System.Windows.Forms/ComponentModel.cs         |      0
 .../System.Windows.Forms/ContainerControl.cs       |      0
 .../ContentsResizedEventArgs.cs                    |      0
 .../ContentsResizedEventHandler.cs                 |      0
 .../System.Windows.Forms/ContextMenu.cs            |      0
 .../System.Windows.Forms/ContextMenuStrip.cs       |      0
 .../System.Windows.Forms/Control.cs                |      0
 .../ControlBindingsCollection.cs                   |      0
 .../System.Windows.Forms/ControlEventArgs.cs       |      0
 .../System.Windows.Forms/ControlEventHandler.cs    |      0
 .../System.Windows.Forms/ControlPaint.cs           |      0
 .../System.Windows.Forms/ControlStyles.cs          |      0
 .../System.Windows.Forms/ControlUpdateMode.cs      |      0
 .../System.Windows.Forms/ConvertEventArgs.cs       |      0
 .../System.Windows.Forms/ConvertEventHandler.cs    |      0
 .../System.Windows.Forms/CreateParams.cs           |      0
 .../System.Windows.Forms/CurrencyManager.cs        |      0
 .../System.Windows.Forms/Cursor.cs                 |      0
 .../System.Windows.Forms/CursorConverter.cs        |      0
 .../System.Windows.Forms/Cursors.cs                |      0
 .../System.Windows.Forms/DataFormats.cs            |      0
 .../System.Windows.Forms/DataGrid.cs               |      0
 .../System.Windows.Forms/DataGridBoolColumn.cs     |      0
 .../System.Windows.Forms/DataGridCell.cs           |      0
 .../System.Windows.Forms/DataGridColumnStyle.cs    |      0
 .../System.Windows.Forms/DataGridLineStyle.cs      |      0
 .../DataGridParentRowsLabelStyle.cs                |      0
 .../DataGridPreferredColumnWidthTypeConverter.cs   |      0
 .../System.Windows.Forms/DataGridTableStyle.cs     |      0
 .../System.Windows.Forms/DataGridTextBox.cs        |      0
 .../System.Windows.Forms/DataGridTextBoxColumn.cs  |      0
 .../System.Windows.Forms/DataGridView.cs           |      0
 .../DataGridViewAdvancedBorderStyle.cs             |      0
 .../DataGridViewAdvancedCellBorderStyle.cs         |      0
 .../DataGridViewAutoSizeColumnMode.cs              |      0
 .../DataGridViewAutoSizeColumnModeEventArgs.cs     |      0
 .../DataGridViewAutoSizeColumnModeEventHandler.cs  |      0
 .../DataGridViewAutoSizeColumnsMode.cs             |      0
 .../DataGridViewAutoSizeColumnsModeEventArgs.cs    |      0
 .../DataGridViewAutoSizeColumnsModeEventHandler.cs |      0
 .../DataGridViewAutoSizeModeEventArgs.cs           |      0
 .../DataGridViewAutoSizeModeEventHandler.cs        |      0
 .../DataGridViewAutoSizeRowMode.cs                 |      0
 .../DataGridViewAutoSizeRowsMode.cs                |      0
 .../System.Windows.Forms/DataGridViewBand.cs       |      0
 .../DataGridViewBindingCompleteEventArgs.cs        |      0
 .../DataGridViewBindingCompleteEventHandler.cs     |      0
 .../System.Windows.Forms/DataGridViewButtonCell.cs |      0
 .../DataGridViewButtonColumn.cs                    |      0
 .../System.Windows.Forms/DataGridViewCell.cs       |      0
 .../DataGridViewCellBorderStyle.cs                 |      0
 .../DataGridViewCellCancelEventArgs.cs             |      0
 .../DataGridViewCellCancelEventHandler.cs          |      0
 .../DataGridViewCellCollection.cs                  |      0
 ...aGridViewCellContextMenuStripNeededEventArgs.cs |      0
 ...idViewCellContextMenuStripNeededEventHandler.cs |      0
 .../DataGridViewCellErrorTextNeededEventArgs.cs    |      0
 .../DataGridViewCellErrorTextNeededEventHandler.cs |      0
 .../DataGridViewCellEventArgs.cs                   |      0
 .../DataGridViewCellEventHandler.cs                |      0
 .../DataGridViewCellFormattingEventArgs.cs         |      0
 .../DataGridViewCellFormattingEventHandler.cs      |      0
 .../DataGridViewCellMouseEventArgs.cs              |      0
 .../DataGridViewCellMouseEventHandler.cs           |      0
 .../DataGridViewCellPaintingEventArgs.cs           |      0
 .../DataGridViewCellPaintingEventHandler.cs        |      0
 .../DataGridViewCellParsingEventArgs.cs            |      0
 .../DataGridViewCellParsingEventHandler.cs         |      0
 .../DataGridViewCellStateChangedEventArgs.cs       |      0
 .../DataGridViewCellStateChangedEventHandler.cs    |      0
 .../System.Windows.Forms/DataGridViewCellStyle.cs  |      0
 ...DataGridViewCellStyleContentChangedEventArgs.cs |      0
 ...aGridViewCellStyleContentChangedEventHandler.cs |      0
 .../DataGridViewCellStyleConverter.cs              |      0
 .../DataGridViewCellStyleScopes.cs                 |      0
 .../DataGridViewCellToolTipTextNeededEventArgs.cs  |      0
 ...ataGridViewCellToolTipTextNeededEventHandler.cs |      0
 .../DataGridViewCellValidatingEventArgs.cs         |      0
 .../DataGridViewCellValidatingEventHandler.cs      |      0
 .../DataGridViewCellValueEventArgs.cs              |      0
 .../DataGridViewCellValueEventHandler.cs           |      0
 .../DataGridViewCheckBoxCell.cs                    |      0
 .../DataGridViewCheckBoxColumn.cs                  |      0
 .../DataGridViewClipboardCopyMode.cs               |      0
 .../System.Windows.Forms/DataGridViewColumn.cs     |      0
 .../DataGridViewColumnCollection.cs                |      0
 ...DataGridViewColumnDesignTimeVisibleAttribute.cs |      0
 ...ataGridViewColumnDividerDoubleClickEventArgs.cs |      0
 ...GridViewColumnDividerDoubleClickEventHandler.cs |      0
 .../DataGridViewColumnEventArgs.cs                 |      0
 .../DataGridViewColumnEventHandler.cs              |      0
 .../DataGridViewColumnHeaderCell.cs                |      0
 .../DataGridViewColumnHeadersHeightSizeMode.cs     |      0
 .../DataGridViewColumnSortMode.cs                  |      0
 .../DataGridViewColumnStateChangedEventArgs.cs     |      0
 .../DataGridViewColumnStateChangedEventHandler.cs  |      0
 .../DataGridViewComboBoxCell.cs                    |      0
 .../DataGridViewComboBoxColumn.cs                  |      0
 .../DataGridViewComboBoxDisplayStyle.cs            |      0
 .../DataGridViewComboBoxEditingControl.cs          |      0
 .../DataGridViewContentAlignment.cs                |      0
 .../DataGridViewDataErrorContexts.cs               |      0
 .../DataGridViewDataErrorEventArgs.cs              |      0
 .../DataGridViewDataErrorEventHandler.cs           |      0
 .../System.Windows.Forms/DataGridViewEditMode.cs   |      0
 .../DataGridViewEditingControlShowingEventArgs.cs  |      0
 ...ataGridViewEditingControlShowingEventHandler.cs |      0
 .../System.Windows.Forms/DataGridViewElement.cs    |      0
 .../DataGridViewElementStates.cs                   |      0
 .../DataGridViewHeaderBorderStyle.cs               |      0
 .../System.Windows.Forms/DataGridViewHeaderCell.cs |      0
 .../DataGridViewHitTestType.cs                     |      0
 .../System.Windows.Forms/DataGridViewImageCell.cs  |      0
 .../DataGridViewImageCellLayout.cs                 |      0
 .../DataGridViewImageColumn.cs                     |      0
 .../System.Windows.Forms/DataGridViewLinkCell.cs   |      0
 .../System.Windows.Forms/DataGridViewLinkColumn.cs |      0
 .../System.Windows.Forms/DataGridViewPaintParts.cs |      0
 .../System.Windows.Forms/DataGridViewRow.cs        |      0
 .../DataGridViewRowCancelEventArgs.cs              |      0
 .../DataGridViewRowCancelEventHandler.cs           |      0
 .../DataGridViewRowCollection.cs                   |      0
 ...taGridViewRowContextMenuStripNeededEventArgs.cs |      0
 ...ridViewRowContextMenuStripNeededEventHandler.cs |      0
 .../DataGridViewRowDividerDoubleClickEventArgs.cs  |      0
 ...ataGridViewRowDividerDoubleClickEventHandler.cs |      0
 .../DataGridViewRowErrorTextNeededEventArgs.cs     |      0
 .../DataGridViewRowErrorTextNeededEventHandler.cs  |      0
 .../DataGridViewRowEventArgs.cs                    |      0
 .../DataGridViewRowEventHandler.cs                 |      0
 .../DataGridViewRowHeaderCell.cs                   |      0
 .../DataGridViewRowHeadersWidthSizeMode.cs         |      0
 .../DataGridViewRowHeightInfoNeededEventArgs.cs    |      0
 .../DataGridViewRowHeightInfoNeededEventHandler.cs |      0
 .../DataGridViewRowHeightInfoPushedEventArgs.cs    |      0
 .../DataGridViewRowHeightInfoPushedEventHandler.cs |      0
 .../DataGridViewRowPostPaintEventArgs.cs           |      0
 .../DataGridViewRowPostPaintEventHandler.cs        |      0
 .../DataGridViewRowPrePaintEventArgs.cs            |      0
 .../DataGridViewRowPrePaintEventHandler.cs         |      0
 .../DataGridViewRowStateChangedEventArgs.cs        |      0
 .../DataGridViewRowStateChangedEventHandler.cs     |      0
 .../DataGridViewRowsAddedEventArgs.cs              |      0
 .../DataGridViewRowsAddedEventHandler.cs           |      0
 .../DataGridViewRowsRemovedEventArgs.cs            |      0
 .../DataGridViewRowsRemovedEventHandler.cs         |      0
 .../DataGridViewSelectedCellCollection.cs          |      0
 .../DataGridViewSelectedColumnCollection.cs        |      0
 .../DataGridViewSelectedRowCollection.cs           |      0
 .../DataGridViewSelectionMode.cs                   |      0
 .../DataGridViewSortCompareEventArgs.cs            |      0
 .../DataGridViewSortCompareEventHandler.cs         |      0
 .../DataGridViewTextBoxCell.cs                     |    237 +
 .../DataGridViewTextBoxColumn.cs                   |      0
 .../DataGridViewTextBoxEditingControl.cs           |      0
 .../DataGridViewTopLeftHeaderCell.cs               |      0
 .../System.Windows.Forms/DataGridViewTriState.cs   |      0
 .../System.Windows.Forms/DataObject.cs             |      0
 .../System.Windows.Forms/DataSourceUpdateMode.cs   |      0
 .../System.Windows.Forms/DateBoldEventArgs.cs      |      0
 .../System.Windows.Forms/DateBoldEventHandler.cs   |      0
 .../System.Windows.Forms/DateRangeEventArgs.cs     |      0
 .../System.Windows.Forms/DateRangeEventHandler.cs  |      0
 .../System.Windows.Forms/DateTimePicker.cs         |      0
 .../System.Windows.Forms/DateTimePickerFormat.cs   |      0
 .../System.Windows.Forms/Day.cs                    |      0
 .../System.Windows.Forms/DialogResult.cs           |      0
 .../System.Windows.Forms/DockStyle.cs              |      0
 .../System.Windows.Forms/DockingAttribute.cs       |      0
 .../System.Windows.Forms/DockingBehavior.cs        |      0
 .../System.Windows.Forms/DomainUpDown.cs           |      0
 .../System.Windows.Forms/DragAction.cs             |      0
 .../System.Windows.Forms/DragDropEffects.cs        |      0
 .../System.Windows.Forms/DragEventArgs.cs          |      0
 .../System.Windows.Forms/DragEventHandler.cs       |      0
 .../System.Windows.Forms/DrawItemEventArgs.cs      |      0
 .../System.Windows.Forms/DrawItemEventHandler.cs   |      0
 .../System.Windows.Forms/DrawItemState.cs          |      0
 .../DrawListViewColumnHeaderEventArgs.cs           |      0
 .../DrawListViewColumnHeaderEventHandler.cs        |      0
 .../DrawListViewItemEventArgs.cs                   |      0
 .../DrawListViewItemEventHandler.cs                |      0
 .../DrawListViewSubItemEventArgs.cs                |      0
 .../DrawListViewSubItemEventHandler.cs             |      0
 .../System.Windows.Forms/DrawMode.cs               |      0
 .../System.Windows.Forms/DrawToolTipEventArgs.cs   |      0
 .../DrawToolTipEventHandler.cs                     |      0
 .../System.Windows.Forms/DrawTreeNodeEventArgs.cs  |      0
 .../DrawTreeNodeEventHandler.cs                    |      0
 .../System.Windows.Forms/ErrorBlinkStyle.cs        |      0
 .../System.Windows.Forms/ErrorIconAlignment.cs     |      0
 .../System.Windows.Forms/ErrorProvider.cs          |      0
 .../System.Windows.Forms/FeatureSupport.cs         |      0
 .../System.Windows.Forms/FileDialog.cs             |   5332 +
 .../System.Windows.Forms/FileDialogCustomPlace.cs  |      0
 .../FileDialogCustomPlacesCollection.cs            |      0
 .../System.Windows.Forms/FixedPanel.cs             |      0
 .../System.Windows.Forms/FixedSizeTextBox.cs       |      0
 .../System.Windows.Forms/FlatButtonAppearance.cs   |      0
 .../System.Windows.Forms/FlatStyle.cs              |      0
 .../System.Windows.Forms/FlowDirection.cs          |      0
 .../System.Windows.Forms/FlowLayoutPanel.cs        |      0
 .../System.Windows.Forms/FlowLayoutSettings.cs     |      0
 .../System.Windows.Forms/FolderBrowserDialog.cs    |      0
 .../System.Windows.Forms/FontDialog.cs             |      0
 .../System.Windows.Forms/Form.cs                   |      0
 .../System.Windows.Forms/FormBorderStyle.cs        |      0
 .../System.Windows.Forms/FormClosedEventArgs.cs    |      0
 .../System.Windows.Forms/FormClosedEventHandler.cs |      0
 .../System.Windows.Forms/FormClosingEventArgs.cs   |      0
 .../FormClosingEventHandler.cs                     |      0
 .../System.Windows.Forms/FormCollection.cs         |      0
 .../System.Windows.Forms/FormStartPosition.cs      |      0
 .../System.Windows.Forms/FormWindowManager.cs      |      0
 .../System.Windows.Forms/FormWindowState.cs        |      0
 .../System.Windows.Forms/FrameStyle.cs             |      0
 .../System.Windows.Forms/GetChildAtPointSkip.cs    |      0
 .../System.Windows.Forms/GiveFeedbackEventArgs.cs  |      0
 .../GiveFeedbackEventHandler.cs                    |      0
 .../GridColumnStylesCollection.cs                  |      0
 .../System.Windows.Forms/GridEntry.cs              |      0
 .../System.Windows.Forms/GridItem.cs               |      0
 .../System.Windows.Forms/GridItemCollection.cs     |      0
 .../System.Windows.Forms/GridItemType.cs           |      0
 .../GridTableStylesCollection.cs                   |      0
 .../System.Windows.Forms/GridTablesFactory.cs      |      0
 .../System.Windows.Forms/GroupBox.cs               |      0
 .../System.Windows.Forms/GroupBoxRenderer.cs       |      0
 .../System.Windows.Forms/HScrollBar.cs             |      0
 .../System.Windows.Forms/HScrollProperties.cs      |      0
 .../System.Windows.Forms/HandledMouseEventArgs.cs  |      0
 .../System.Windows.Forms/Help.cs                   |      0
 .../System.Windows.Forms/HelpEventArgs.cs          |      0
 .../System.Windows.Forms/HelpEventHandler.cs       |      0
 .../System.Windows.Forms/HelpNavigator.cs          |      0
 .../System.Windows.Forms/HelpProvider.cs           |      0
 .../System.Windows.Forms/HorizontalAlignment.cs    |      0
 .../System.Windows.Forms/HtmlDocument.cs           |      0
 .../System.Windows.Forms/HtmlElement.cs            |      0
 .../System.Windows.Forms/HtmlElementCollection.cs  |      0
 .../HtmlElementErrorEventArgs.cs                   |      0
 .../HtmlElementErrorEventHandler.cs                |      0
 .../System.Windows.Forms/HtmlElementEventArgs.cs   |      0
 .../HtmlElementEventHandler.cs                     |      0
 .../HtmlElementInsertionOrientation.cs             |      0
 .../System.Windows.Forms/HtmlHistory.cs            |      0
 .../System.Windows.Forms/HtmlWindow.cs             |      0
 .../System.Windows.Forms/HtmlWindowCollection.cs   |      0
 .../System.Windows.Forms/Hwnd.cs                   |      0
 .../System.Windows.Forms/IBindableComponent.cs     |      0
 .../System.Windows.Forms/IBounds.cs                |      0
 .../System.Windows.Forms/IButtonControl.cs         |      0
 .../System.Windows.Forms/ICommandExecutor.cs       |      0
 .../IComponentEditorPageSite.cs                    |      0
 .../System.Windows.Forms/IContainerControl.cs      |      0
 .../ICurrencyManagerProvider.cs                    |      0
 ...ataGridColumnStyleEditingNotificationService.cs |      0
 .../IDataGridEditingService.cs                     |      0
 .../IDataGridViewEditingCell.cs                    |      0
 .../IDataGridViewEditingControl.cs                 |      0
 .../System.Windows.Forms/IDataObject.cs            |      0
 .../System.Windows.Forms/IDropTarget.cs            |      0
 .../System.Windows.Forms/IFeatureSupport.cs        |      0
 .../System.Windows.Forms/IFileReaderService.cs     |      0
 .../System.Windows.Forms/IKeyFilter.cs             |      0
 .../System.Windows.Forms/IMessageFilter.cs         |      0
 .../System.Windows.Forms/IRootGridEntry.cs         |      0
 .../System.Windows.Forms/IToolStripData.cs         |      0
 .../System.Windows.Forms/IWin32Window.cs           |      0
 .../System.Windows.Forms/IWindowTarget.cs          |      0
 .../System.Windows.Forms/ImageIndexConverter.cs    |      0
 .../System.Windows.Forms/ImageKeyConverter.cs      |      0
 .../System.Windows.Forms/ImageLayout.cs            |      0
 .../System.Windows.Forms/ImageList.cs              |      0
 .../System.Windows.Forms/ImageListConverter.cs     |      0
 .../System.Windows.Forms/ImageListStreamer.cs      |      0
 .../System.Windows.Forms/ImeMode.cs                |      0
 .../System.Windows.Forms/ImplicitHScrollBar.cs     |      0
 .../System.Windows.Forms/ImplicitVScrollBar.cs     |      0
 .../System.Windows.Forms/InputLanguage.cs          |      0
 .../InputLanguageChangedEventArgs.cs               |      0
 .../InputLanguageChangedEventHandler.cs            |      0
 .../InputLanguageChangingEventArgs.cs              |      0
 .../InputLanguageChangingEventHandler.cs           |      0
 .../InputLanguageCollection.cs                     |      0
 .../System.Windows.Forms/InsertKeyMode.cs          |      0
 .../System.Windows.Forms/InternalWindowManager.cs  |      0
 .../System.Windows.Forms/InvalidateEventArgs.cs    |      0
 .../System.Windows.Forms/InvalidateEventHandler.cs |      0
 .../System.Windows.Forms/ItemActivation.cs         |      0
 .../System.Windows.Forms/ItemBoundsPortion.cs      |      0
 .../System.Windows.Forms/ItemChangedEventArgs.cs   |      0
 .../ItemChangedEventHandler.cs                     |      0
 .../System.Windows.Forms/ItemCheckEventArgs.cs     |      0
 .../System.Windows.Forms/ItemCheckEventHandler.cs  |      0
 .../System.Windows.Forms/ItemCheckedEventArgs.cs   |      0
 .../ItemCheckedEventHandler.cs                     |      0
 .../System.Windows.Forms/ItemDragEventArgs.cs      |      0
 .../System.Windows.Forms/ItemDragEventHandler.cs   |      0
 .../System.Windows.Forms/KeyEventArgs.cs           |      0
 .../System.Windows.Forms/KeyEventHandler.cs        |      0
 .../System.Windows.Forms/KeyPressEventArgs.cs      |      0
 .../System.Windows.Forms/KeyPressEventHandler.cs   |      0
 .../System.Windows.Forms/KeyboardLayouts.cs        |      0
 .../System.Windows.Forms/Keys.cs                   |      0
 .../System.Windows.Forms/KeysConverter.cs          |      0
 .../System.Windows.Forms/Label.cs                  |      0
 .../System.Windows.Forms/LabelEditEventArgs.cs     |      0
 .../System.Windows.Forms/LabelEditEventHandler.cs  |      0
 .../System.Windows.Forms/LabelEditTextBox.cs       |      0
 .../System.Windows.Forms/LayoutEventArgs.cs        |      0
 .../System.Windows.Forms/LayoutEventHandler.cs     |      0
 .../System.Windows.Forms/LayoutSettings.cs         |      0
 .../System.Windows.Forms/LeftRightAlignment.cs     |      0
 .../System.Windows.Forms/Line.cs                   |      0
 .../System.Windows.Forms/LineTag.cs                |      0
 .../System.Windows.Forms/LinkArea.cs               |      0
 .../System.Windows.Forms/LinkBehavior.cs           |      0
 .../System.Windows.Forms/LinkClickedEventArgs.cs   |      0
 .../LinkClickedEventHandler.cs                     |      0
 .../System.Windows.Forms/LinkConverter.cs          |      0
 .../System.Windows.Forms/LinkLabel.cs              |      0
 .../LinkLabelLinkClickedEventArgs.cs               |      0
 .../LinkLabelLinkClickedEventHandler.cs            |      0
 .../System.Windows.Forms/LinkState.cs              |      0
 .../System.Windows.Forms/ListBindingConverter.cs   |      0
 .../System.Windows.Forms/ListBindingHelper.cs      |      0
 .../System.Windows.Forms/ListBox.cs                |      0
 .../System.Windows.Forms/ListControl.cs            |      0
 .../ListControlConvertEventArgs.cs                 |      0
 .../ListControlConvertEventHandler.cs              |      0
 .../System.Windows.Forms/ListView.cs               |      0
 .../System.Windows.Forms/ListViewAlignment.cs      |      0
 .../System.Windows.Forms/ListViewGroup.cs          |      0
 .../ListViewGroupCollection.cs                     |      0
 .../System.Windows.Forms/ListViewHitTestInfo.cs    |      0
 .../ListViewHitTestLocations.cs                    |      0
 .../System.Windows.Forms/ListViewInsertionMark.cs  |      0
 .../System.Windows.Forms/ListViewItem.cs           |      0
 .../System.Windows.Forms/ListViewItemConverter.cs  |      0
 .../ListViewItemMouseHoverEventArgs.cs             |      0
 .../ListViewItemMouseHoverEventHandler.cs          |      0
 .../ListViewItemSelectionChangedEventArgs.cs       |      0
 .../ListViewItemSelectionChangedEventHandler.cs    |      0
 .../System.Windows.Forms/ListViewItemStates.cs     |      0
 ...ewVirtualItemsSelectionRangeChangedEventArgs.cs |      0
 ...irtualItemsSelectionRangeChangedEventHandler.cs |      0
 .../System.Windows.Forms/MWFCategoryAttribute.cs   |      0
 .../MWFDescriptionAttribute.cs                     |      0
 .../System.Windows.Forms/MainMenu.cs               |      0
 .../System.Windows.Forms/MaskFormat.cs             |      0
 .../MaskInputRejectedEventArgs.cs                  |      0
 .../MaskInputRejectedEventHandler.cs               |      0
 .../System.Windows.Forms/MaskedTextBox.cs          |      0
 .../System.Windows.Forms/MdiClient.cs              |      0
 .../System.Windows.Forms/MdiControlStrip.cs        |      0
 .../System.Windows.Forms/MdiLayout.cs              |      0
 .../System.Windows.Forms/MdiWindowManager.cs       |      0
 .../System.Windows.Forms/MeasureItemEventArgs.cs   |      0
 .../MeasureItemEventHandler.cs                     |      0
 .../System.Windows.Forms/Menu.cs                   |      0
 .../System.Windows.Forms/MenuAPI.cs                |      0
 .../System.Windows.Forms/MenuGlyph.cs              |      0
 .../System.Windows.Forms/MenuItem.cs               |      0
 .../System.Windows.Forms/MenuMerge.cs              |      0
 .../System.Windows.Forms/MenuStrip.cs              |      0
 .../System.Windows.Forms/MergeAction.cs            |      0
 .../System.Windows.Forms/Message.cs                |      0
 .../System.Windows.Forms/MessageBox.cs             |      0
 .../System.Windows.Forms/MessageBoxButtons.cs      |      0
 .../MessageBoxDefaultButton.cs                     |      0
 .../System.Windows.Forms/MessageBoxIcon.cs         |      0
 .../System.Windows.Forms/MessageBoxOptions.cs      |      0
 .../System.Windows.Forms/MethodInvoker.cs          |      0
 .../System.Windows.Forms/Mime.cs                   |      0
 .../System.Windows.Forms/MimeIcon.cs               |      0
 .../System.Windows.Forms/MonthCalendar.cs          |      0
 .../System.Windows.Forms/MouseButtons.cs           |      0
 .../System.Windows.Forms/MouseEventArgs.cs         |      0
 .../System.Windows.Forms/MouseEventHandler.cs      |      0
 .../System.Windows.Forms/NativeWindow.cs           |      0
 .../System.Windows.Forms/NavigateEventArgs.cs      |      0
 .../System.Windows.Forms/NavigateEventHandler.cs   |      0
 .../System.Windows.Forms/NodeLabelEditEventArgs.cs |      0
 .../NodeLabelEditEventHandler.cs                   |      0
 .../System.Windows.Forms/NotifyIcon.cs             |      0
 .../System.Windows.Forms/NumericTextBox.cs         |      0
 .../System.Windows.Forms/NumericUpDown.cs          |      0
 .../NumericUpDownAcceleration.cs                   |      0
 .../NumericUpDownAccelerationCollection.cs         |      0
 .../System.Windows.Forms/OSFeature.cs              |      0
 .../System.Windows.Forms/OpacityConverter.cs       |      0
 .../System.Windows.Forms/OpenFileDialog.cs         |      0
 .../System.Windows.Forms/OpenTreeNodeEnumerator.cs |      0
 .../System.Windows.Forms/Orientation.cs            |      0
 .../System.Windows.Forms/OwnerDrawPropertyBag.cs   |      0
 .../System.Windows.Forms/Padding.cs                |      0
 .../System.Windows.Forms/PaddingConverter.cs       |      0
 .../System.Windows.Forms/PageSetupDialog.cs        |      0
 .../System.Windows.Forms/PaintEventArgs.cs         |      0
 .../System.Windows.Forms/PaintEventHandler.cs      |      0
 .../System.Windows.Forms/Panel.cs                  |      0
 .../System.Windows.Forms/PictureBox.cs             |      0
 .../System.Windows.Forms/PictureBoxSizeMode.cs     |      0
 .../System.Windows.Forms/PopupEventArgs.cs         |      0
 .../System.Windows.Forms/PopupEventHandler.cs      |      0
 .../System.Windows.Forms/PowerLineStatus.cs        |      0
 .../System.Windows.Forms/PowerState.cs             |      0
 .../System.Windows.Forms/PowerStatus.cs            |      0
 .../System.Windows.Forms/PreProcessControlState.cs |      0
 .../PreviewKeyDownEventArgs.cs                     |      0
 .../PreviewKeyDownEventHandler.cs                  |      0
 .../PrintControllerWithStatusDialog.cs             |      0
 .../System.Windows.Forms/PrintDialog.cs            |      0
 .../System.Windows.Forms/PrintPreviewControl.cs    |      0
 .../System.Windows.Forms/PrintPreviewDialog.cs     |      0
 .../System.Windows.Forms/ProfessionalColorTable.cs |      0
 .../System.Windows.Forms/ProfessionalColors.cs     |      0
 .../System.Windows.Forms/ProgressBar.cs            |      0
 .../System.Windows.Forms/ProgressBarRenderer.cs    |      0
 .../System.Windows.Forms/ProgressBarStyle.cs       |      0
 .../System.Windows.Forms/PropertyGrid.cs           |      0
 .../System.Windows.Forms/PropertyGridCommands.cs   |      0
 .../System.Windows.Forms/PropertyGridTextBox.cs    |      0
 .../System.Windows.Forms/PropertyGridView.cs       |      0
 .../System.Windows.Forms/PropertyManager.cs        |      0
 .../System.Windows.Forms/PropertySort.cs           |      0
 .../PropertyTabChangedEventArgs.cs                 |      0
 .../PropertyTabChangedEventHandler.cs              |      0
 .../PropertyValueChangedEventArgs.cs               |      0
 .../PropertyValueChangedEventHandler.cs            |      0
 .../QueryAccessibilityHelpEventArgs.cs             |      0
 .../QueryAccessibilityHelpEventHandler.cs          |      0
 .../QueryContinueDragEventArgs.cs                  |      0
 .../QueryContinueDragEventHandler.cs               |      0
 .../System.Windows.Forms/QuestionEventArgs.cs      |      0
 .../System.Windows.Forms/QuestionEventHandler.cs   |      0
 .../System.Windows.Forms/RadioButton.cs            |      0
 .../System.Windows.Forms/RadioButtonRenderer.cs    |      0
 .../System.Windows.Forms/RelatedCurrencyManager.cs |      0
 .../RelatedImageListAttribute.cs                   |      0
 .../System.Windows.Forms/RelatedPropertyManager.cs |      0
 .../RetrieveVirtualItemEventArgs.cs                |      0
 .../RetrieveVirtualItemEventHandler.cs             |      0
 .../System.Windows.Forms/RichTextBox.cs            |      0
 .../System.Windows.Forms/RichTextBoxFinds.cs       |      0
 .../RichTextBoxLanguageOptions.cs                  |      0
 .../System.Windows.Forms/RichTextBoxScrollBars.cs  |      0
 .../RichTextBoxSelectionAttribute.cs               |      0
 .../RichTextBoxSelectionTypes.cs                   |      0
 .../System.Windows.Forms/RichTextBoxStreamType.cs  |      0
 .../RichTextBoxWordPunctuations.cs                 |      0
 .../System.Windows.Forms/RightToLeft.cs            |      0
 .../System.Windows.Forms/RootGridEntry.cs          |      0
 .../System.Windows.Forms/RowStyle.cs               |      0
 .../System.Windows.Forms/SaveFileDialog.cs         |      0
 .../System.Windows.Forms/Screen.cs                 |      0
 .../System.Windows.Forms/ScreenOrientation.cs      |      0
 .../System.Windows.Forms/ScrollBar.cs              |      0
 .../System.Windows.Forms/ScrollBarRenderer.cs      |      0
 .../System.Windows.Forms/ScrollBars.cs             |      0
 .../System.Windows.Forms/ScrollButton.cs           |      0
 .../System.Windows.Forms/ScrollEventArgs.cs        |      0
 .../System.Windows.Forms/ScrollEventHandler.cs     |      0
 .../System.Windows.Forms/ScrollEventType.cs        |      0
 .../System.Windows.Forms/ScrollOrientation.cs      |      0
 .../System.Windows.Forms/ScrollProperties.cs       |      0
 .../System.Windows.Forms/ScrollableControl.cs      |      0
 .../System.Windows.Forms/SearchDirectionHint.cs    |      0
 .../SearchForVirtualItemEventArgs.cs               |      0
 .../SearchForVirtualItemEventHandler.cs            |      0
 .../System.Windows.Forms/SecurityIDType.cs         |      0
 .../SelectedGridItemChangedEventArgs.cs            |      0
 .../SelectedGridItemChangedEventHandler.cs         |      0
 .../System.Windows.Forms/SelectionMode.cs          |      0
 .../System.Windows.Forms/SelectionRange.cs         |      0
 .../SelectionRangeConverter.cs                     |      0
 .../System.Windows.Forms/SendKeys.cs               |      0
 .../System.Windows.Forms/Shortcut.cs               |      0
 .../System.Windows.Forms/SizeGrip.cs               |      0
 .../System.Windows.Forms/SizeGripStyle.cs          |      0
 .../System.Windows.Forms/SizeType.cs               |      0
 .../System.Windows.Forms/SortOrder.cs              |      0
 .../System.Windows.Forms/SplitContainer.cs         |      0
 .../System.Windows.Forms/Splitter.cs               |      0
 .../SplitterCancelEventArgs.cs                     |      0
 .../SplitterCancelEventHandler.cs                  |      0
 .../System.Windows.Forms/SplitterEventArgs.cs      |      0
 .../System.Windows.Forms/SplitterEventHandler.cs   |      0
 .../System.Windows.Forms/SplitterPanel.cs          |      0
 .../System.Windows.Forms/StatusBar.cs              |      0
 .../StatusBarDrawItemEventArgs.cs                  |      0
 .../StatusBarDrawItemEventHandler.cs               |      0
 .../System.Windows.Forms/StatusBarPanel.cs         |      0
 .../System.Windows.Forms/StatusBarPanelAutoSize.cs |      0
 .../StatusBarPanelBorderStyle.cs                   |      0
 .../StatusBarPanelClickEventArgs.cs                |      0
 .../StatusBarPanelClickEventHandler.cs             |      0
 .../System.Windows.Forms/StatusBarPanelStyle.cs    |      0
 .../System.Windows.Forms/StatusStrip.cs            |      0
 .../System.Windows.Forms/StructFormat.cs           |      0
 .../System.Windows.Forms/SystemInformation.cs      |      0
 .../System.Windows.Forms/SystemParameter.cs        |      0
 .../System.Windows.Forms/TabAlignment.cs           |      0
 .../System.Windows.Forms/TabAppearance.cs          |      0
 .../System.Windows.Forms/TabControl.cs             |      0
 .../System.Windows.Forms/TabControlAction.cs       |      0
 .../TabControlCancelEventArgs.cs                   |      0
 .../TabControlCancelEventHandler.cs                |      0
 .../System.Windows.Forms/TabControlEventArgs.cs    |      0
 .../System.Windows.Forms/TabControlEventHandler.cs |      0
 .../System.Windows.Forms/TabDrawMode.cs            |      0
 .../System.Windows.Forms/TabPage.cs                |      0
 .../System.Windows.Forms/TabRenderer.cs            |      0
 .../System.Windows.Forms/TabSizeMode.cs            |      0
 .../TableLayoutCellPaintEventArgs.cs               |      0
 .../TableLayoutCellPaintEventHandler.cs            |      0
 .../TableLayoutColumnStyleCollection.cs            |      0
 .../TableLayoutControlCollection.cs                |      0
 .../System.Windows.Forms/TableLayoutPanel.cs       |      0
 .../TableLayoutPanelCellBorderStyle.cs             |      0
 .../TableLayoutPanelCellPosition.cs                |      0
 .../TableLayoutPanelGrowStyle.cs                   |      0
 .../TableLayoutRowStyleCollection.cs               |      0
 .../System.Windows.Forms/TableLayoutSettings.cs    |      0
 .../System.Windows.Forms/TableLayoutStyle.cs       |      0
 .../TableLayoutStyleCollection.cs                  |      0
 .../System.Windows.Forms/TextBox.cs                |      0
 .../System.Windows.Forms/TextBoxBase.cs            |      0
 .../System.Windows.Forms/TextBoxRenderer.cs        |      0
 .../System.Windows.Forms/TextBoxTextRenderer.cs    |      0
 .../System.Windows.Forms/TextControl.cs            |      0
 .../System.Windows.Forms/TextDataFormat.cs         |      0
 .../System.Windows.Forms/TextFormatFlags.cs        |      0
 .../System.Windows.Forms/TextImageRelation.cs      |      0
 .../System.Windows.Forms/TextRenderer.cs           |      0
 .../System.Windows.Forms/Theme.cs                  |      0
 .../System.Windows.Forms/ThemeEngine.cs            |      0
 .../System.Windows.Forms/ThemeVisualStyles.cs      |      0
 .../System.Windows.Forms/ThemeWin32Classic.cs      |   7816 +
 .../System.Windows.Forms/ThreadExceptionDialog.cs  |      0
 .../System.Windows.Forms/TickStyle.cs              |      0
 .../System.Windows.Forms/Timer.cs                  |      0
 .../System.Windows.Forms/ToolBar.cs                |      0
 .../System.Windows.Forms/ToolBarAppearance.cs      |      0
 .../System.Windows.Forms/ToolBarButton.cs          |      0
 .../ToolBarButtonClickEventArgs.cs                 |      0
 .../ToolBarButtonClickEventHandler.cs              |      0
 .../System.Windows.Forms/ToolBarButtonStyle.cs     |      0
 .../System.Windows.Forms/ToolBarTextAlign.cs       |      0
 .../System.Windows.Forms/ToolStrip.cs              |   1780 +
 .../ToolStripArrowRenderEventArgs.cs               |      0
 .../ToolStripArrowRenderEventHandler.cs            |      0
 .../System.Windows.Forms/ToolStripButton.cs        |      0
 .../System.Windows.Forms/ToolStripComboBox.cs      |      0
 .../System.Windows.Forms/ToolStripContainer.cs     |      0
 .../System.Windows.Forms/ToolStripContentPanel.cs  |      0
 .../ToolStripContentPanelRenderEventArgs.cs        |      0
 .../ToolStripContentPanelRenderEventHandler.cs     |      0
 .../System.Windows.Forms/ToolStripControlHost.cs   |      0
 .../System.Windows.Forms/ToolStripDropDown.cs      |      0
 .../ToolStripDropDownButton.cs                     |      0
 .../ToolStripDropDownCloseReason.cs                |      0
 .../ToolStripDropDownClosedEventArgs.cs            |      0
 .../ToolStripDropDownClosedEventHandler.cs         |      0
 .../ToolStripDropDownClosingEventArgs.cs           |      0
 .../ToolStripDropDownClosingEventHandler.cs        |      0
 .../ToolStripDropDownDirection.cs                  |      0
 .../System.Windows.Forms/ToolStripDropDownItem.cs  |      0
 .../ToolStripDropDownItemAccessibleObject.cs       |      0
 .../System.Windows.Forms/ToolStripDropDownMenu.cs  |      0
 .../ToolStripGripDisplayStyle.cs                   |      0
 .../ToolStripGripRenderEventArgs.cs                |      0
 .../ToolStripGripRenderEventHandler.cs             |      0
 .../System.Windows.Forms/ToolStripGripStyle.cs     |      0
 .../System.Windows.Forms/ToolStripItem.cs          |      0
 .../System.Windows.Forms/ToolStripItemAlignment.cs |      0
 .../ToolStripItemClickedEventArgs.cs               |      0
 .../ToolStripItemClickedEventHandler.cs            |      0
 .../ToolStripItemCollection.cs                     |      0
 .../ToolStripItemDisplayStyle.cs                   |      0
 .../System.Windows.Forms/ToolStripItemEventArgs.cs |      0
 .../ToolStripItemEventHandler.cs                   |      0
 .../System.Windows.Forms/ToolStripItemEventType.cs |      0
 .../ToolStripItemImageRenderEventArgs.cs           |      0
 .../ToolStripItemImageRenderEventHandler.cs        |      0
 .../ToolStripItemImageScaling.cs                   |      0
 .../System.Windows.Forms/ToolStripItemOverflow.cs  |      0
 .../System.Windows.Forms/ToolStripItemPlacement.cs |      0
 .../ToolStripItemRenderEventArgs.cs                |      0
 .../ToolStripItemRenderEventHandler.cs             |      0
 .../ToolStripItemTextRenderEventArgs.cs            |      0
 .../ToolStripItemTextRenderEventHandler.cs         |      0
 .../System.Windows.Forms/ToolStripLabel.cs         |      0
 .../System.Windows.Forms/ToolStripLayoutStyle.cs   |      0
 .../System.Windows.Forms/ToolStripManager.cs       |    633 +
 .../ToolStripManagerRenderMode.cs                  |      0
 .../System.Windows.Forms/ToolStripMenuItem.cs      |      0
 .../System.Windows.Forms/ToolStripOverflow.cs      |      0
 .../ToolStripOverflowButton.cs                     |      0
 .../System.Windows.Forms/ToolStripPanel.cs         |      0
 .../ToolStripPanelRenderEventArgs.cs               |      0
 .../ToolStripPanelRenderEventHandler.cs            |      0
 .../System.Windows.Forms/ToolStripPanelRow.cs      |      0
 .../ToolStripProfessionalRenderer.cs               |      0
 .../System.Windows.Forms/ToolStripProgressBar.cs   |      0
 .../ToolStripRenderEventArgs.cs                    |      0
 .../ToolStripRenderEventHandler.cs                 |      0
 .../System.Windows.Forms/ToolStripRenderMode.cs    |      0
 .../System.Windows.Forms/ToolStripRenderer.cs      |      0
 .../System.Windows.Forms/ToolStripSeparator.cs     |      0
 .../ToolStripSeparatorRenderEventArgs.cs           |      0
 .../ToolStripSeparatorRenderEventHandler.cs        |      0
 .../System.Windows.Forms/ToolStripSplitButton.cs   |      0
 .../ToolStripSplitStackLayout.cs                   |      0
 .../System.Windows.Forms/ToolStripStatusLabel.cs   |      0
 .../ToolStripStatusLabelBorderSides.cs             |      0
 .../ToolStripSystemRenderer.cs                     |      0
 .../System.Windows.Forms/ToolStripTextBox.cs       |      0
 .../System.Windows.Forms/ToolStripTextDirection.cs |      0
 .../System.Windows.Forms/ToolTip.cs                |   1004 +
 .../System.Windows.Forms/ToolTipIcon.cs            |      0
 .../System.Windows.Forms/ToolWindowManager.cs      |      0
 .../System.Windows.Forms/TrackBar.cs               |      0
 .../System.Windows.Forms/TrackBarRenderer.cs       |      0
 .../System.Windows.Forms/TreeNode.cs               |      0
 .../System.Windows.Forms/TreeNodeCollection.cs     |      0
 .../System.Windows.Forms/TreeNodeConverter.cs      |      0
 .../TreeNodeMouseClickEventArgs.cs                 |      0
 .../TreeNodeMouseClickEventHandler.cs              |      0
 .../TreeNodeMouseHoverEventArgs.cs                 |      0
 .../TreeNodeMouseHoverEventHandler.cs              |      0
 .../System.Windows.Forms/TreeNodeStates.cs         |      0
 .../System.Windows.Forms/TreeView.cs               |      0
 .../System.Windows.Forms/TreeViewAction.cs         |      0
 .../TreeViewCancelEventArgs.cs                     |      0
 .../TreeViewCancelEventHandler.cs                  |      0
 .../System.Windows.Forms/TreeViewDrawMode.cs       |      0
 .../System.Windows.Forms/TreeViewEventArgs.cs      |      0
 .../System.Windows.Forms/TreeViewEventHandler.cs   |      0
 .../System.Windows.Forms/TreeViewHitTestInfo.cs    |      0
 .../TreeViewHitTestLocations.cs                    |      0
 .../TreeViewImageIndexConverter.cs                 |      0
 .../TreeViewImageKeyConverter.cs                   |      0
 .../TypeValidationEventArgs.cs                     |      0
 .../TypeValidationEventHandler.cs                  |      0
 .../System.Windows.Forms/UICues.cs                 |      0
 .../System.Windows.Forms/UICuesEventArgs.cs        |      0
 .../System.Windows.Forms/UICuesEventHandler.cs     |      0
 .../System.Windows.Forms/UnhandledExceptionMode.cs |      0
 .../System.Windows.Forms/UpDownBase.cs             |      0
 .../System.Windows.Forms/UpDownEventArgs.cs        |      0
 .../System.Windows.Forms/UpDownEventHandler.cs     |      0
 .../System.Windows.Forms/UserControl.cs            |      0
 .../System.Windows.Forms/VScrollBar.cs             |      0
 .../System.Windows.Forms/VScrollProperties.cs      |      0
 .../System.Windows.Forms/ValidationConstraints.cs  |      0
 .../System.Windows.Forms/View.cs                   |      0
 .../System.Windows.Forms/WebBrowser.cs             |      0
 .../System.Windows.Forms/WebBrowserBase.cs         |      0
 .../WebBrowserDocumentCompletedEventArgs.cs        |      0
 .../WebBrowserDocumentCompletedEventHandler.cs     |      0
 .../WebBrowserEncryptionLevel.cs                   |      0
 .../WebBrowserNavigatedEventArgs.cs                |      0
 .../WebBrowserNavigatedEventHandler.cs             |      0
 .../WebBrowserNavigatingEventArgs.cs               |      0
 .../WebBrowserNavigatingEventHandler.cs            |      0
 .../WebBrowserProgressChangedEventArgs.cs          |      0
 .../WebBrowserProgressChangedEventHandler.cs       |      0
 .../System.Windows.Forms/WebBrowserReadyState.cs   |      0
 .../WebBrowserRefreshOption.cs                     |      0
 .../System.Windows.Forms/WebBrowserSiteBase.cs     |      0
 .../System.Windows.Forms/Win32DnD.cs               |      0
 .../System.Windows.Forms/WindowsFormsSection.cs    |      0
 .../WindowsFormsSynchronizationContext.cs          |      0
 .../System.Windows.Forms/X11Clipboard.cs           |      0
 .../System.Windows.Forms/X11DesktopColors.cs       |      0
 .../System.Windows.Forms/X11Dnd.cs                 |      0
 .../System.Windows.Forms/X11Keyboard.cs            |      0
 .../System.Windows.Forms/X11Structs.cs             |      0
 .../System.Windows.Forms/XEventQueue.cs            |      0
 .../System.Windows.Forms/XplatUI.cs                |      0
 .../System.Windows.Forms/XplatUICarbon.cs          |      0
 .../System.Windows.Forms/XplatUIDriver.cs          |      0
 .../System.Windows.Forms/XplatUIStructs.cs         |      0
 .../System.Windows.Forms/XplatUIWin32.cs           |      0
 .../System.Windows.Forms/XplatUIX11.cs             |      0
 .../System.Windows.Forms_test.dll.sources          |      0
 .../Test/DummyAssembly/AnotherSerializable.cs      |      0
 .../Test/DummyAssembly/Convertable.cs              |      0
 .../Test/DummyAssembly/Properties/AssemblyInfo.cs  |      0
 .../Test/System.Resources/ChangeLog                |      0
 .../Test/System.Resources/CompatTest.cs            |      0
 .../Test/System.Resources/CultureTest.cs           |      0
 .../Test/System.Resources/HelperClasses_ITRS.cs    |      0
 .../System.Resources/HelperClasses_Resources.cs    |      0
 .../System.Resources/ResXDataNodeAliasTests.cs     |      0
 .../System.Resources/ResXDataNodeByteArrayTests.cs |      0
 .../ResXDataNodeFileRefGetValueTests.cs            |      0
 .../ResXDataNodeFileRefGetValueTypeNameTests.cs    |      0
 .../ResXDataNodeSerialisedGetValueTypeNameTests.cs |      0
 .../ResXDataNodeSerializedGetValueTests.cs         |      0
 .../Test/System.Resources/ResXDataNodeTest.cs      |      0
 .../ResXDataNodeTypeConverterGetValueTests.cs      |      0
 ...sXDataNodeTypeConverterGetValueTypeNameTests.cs |      0
 .../System.Resources/ResXDataNodeWriteBehavior.cs  |      0
 .../Test/System.Resources/ResXFileRefTest.cs       |      0
 .../System.Resources/ResXResourceReaderTest.cs     |   1915 +
 .../Test/System.Resources/ResourcesTestHelper.cs   |      0
 .../Test/System.Resources/WriterTest.cs            |      0
 .../Test/System.Resources/compat_1_1.resx          |      0
 .../Test/System.Resources/compat_2_0.resx          |      0
 .../ArrangedElementCollectionTest.cs               |      0
 .../Test/System.Windows.Forms.Layout/ChangeLog     |      0
 .../TableLayoutSettingsTypeConverterTest.cs        |      0
 .../System.Windows.Forms/ApplicationContextTest.cs |      0
 .../Test/System.Windows.Forms/ApplicationTest.cs   |      0
 .../AutoCompleteStringCollectionTest.cs            |      0
 .../System.Windows.Forms/BindingContextTest.cs     |      0
 .../System.Windows.Forms/BindingManagerBaseTest.cs |      0
 .../System.Windows.Forms/BindingMemberInfoTest.cs  |      0
 .../System.Windows.Forms/BindingNavigatorTest.cs   |      0
 .../Test/System.Windows.Forms/BindingSourceTest.cs |      0
 .../Test/System.Windows.Forms/BindingTest.cs       |      0
 .../System.Windows.Forms/BindingsCollectionTest.cs |      0
 .../Test/System.Windows.Forms/ButtonBaseTest.cs    |      0
 .../Test/System.Windows.Forms/ButtonTest.cs        |      0
 .../Test/System.Windows.Forms/ChangeLog            |      0
 .../Test/System.Windows.Forms/CheckBoxEventTest.cs |      0
 .../Test/System.Windows.Forms/CheckBoxTest.cs      |      0
 .../CheckedListBoxEventTest.cs                     |      0
 .../System.Windows.Forms/CheckedListBoxTest.cs     |      0
 .../Test/System.Windows.Forms/ClipboardTest.cs     |      0
 .../ColumnClickEventArgsTest.cs                    |      0
 .../Test/System.Windows.Forms/ColumnHeaderTest.cs  |      0
 .../Test/System.Windows.Forms/ColumnStyleTest.cs   |      0
 .../Test/System.Windows.Forms/ComboBoxTest.cs      |      0
 .../Test/System.Windows.Forms/Common.cs            |      0
 .../Test/System.Windows.Forms/CommonDialogsTest.cs |      0
 .../System.Windows.Forms/ContainerControlTest.cs   |      0
 .../Test/System.Windows.Forms/ContextMenuTest.cs   |      0
 .../ControlBindingsCollectionTest.cs               |      0
 .../ControlBindingsConverterTest.cs                |      0
 .../System.Windows.Forms/ControlCollectionTest.cs  |      0
 .../Test/System.Windows.Forms/ControlEventTest.cs  |      0
 .../Test/System.Windows.Forms/ControlHandleTest.cs |      0
 .../Test/System.Windows.Forms/ControlLogger.cs     |      0
 .../Test/System.Windows.Forms/ControlLogger2.cs    |      0
 .../Test/System.Windows.Forms/ControlPaintTest.cs  |      0
 .../ControlPropertyEventsTest.cs                   |      0
 .../Test/System.Windows.Forms/ControlStyleTest.cs  |      0
 .../Test/System.Windows.Forms/ControlTest.cs       |      0
 .../System.Windows.Forms/CurrencyManagerTest.cs    |      0
 .../Test/System.Windows.Forms/CursorTest.cs        |      0
 .../Test/System.Windows.Forms/DataBindingTests.cs  |      0
 .../DataGridColumnStyleTest.cs                     |      0
 .../System.Windows.Forms/DataGridTableStyleTest.cs |      0
 .../Test/System.Windows.Forms/DataGridTest.cs      |      0
 .../DataGridTextBoxColumnTest.cs                   |   1064 +
 .../System.Windows.Forms/DataGridTextBoxTest.cs    |      0
 .../DataGridViewAdvancedBorderStyleTest.cs         |      0
 .../System.Windows.Forms/DataGridViewBandTest.cs   |      0
 .../DataGridViewButtonCellTest.cs                  |      0
 .../DataGridViewCellCollectionTest.cs              |      0
 .../DataGridViewCellStyleTest.cs                   |      0
 .../System.Windows.Forms/DataGridViewCellTest.cs   |      0
 .../DataGridViewCheckBoxCellTest.cs                |      0
 .../DataGridViewClipboardHeaderTest.cs             |      0
 .../DataGridViewClipboardTest.cs                   |      0
 .../DataGridViewColumnCollectionTest.cs            |      0
 .../DataGridViewColumnHeaderTest.cs                |      0
 .../System.Windows.Forms/DataGridViewColumnTest.cs |      0
 .../DataGridViewComboBoxCellTest.cs                |      0
 .../System.Windows.Forms/DataGridViewCommon.cs     |      0
 .../DataGridViewDataBindingTest.cs                 |      0
 .../DataGridViewElementTest.cs                     |      0
 .../DataGridViewImageCellTest.cs                   |      0
 .../DataGridViewLinkCellTest.cs                    |      0
 .../DataGridViewRowCollectionTest.cs               |      0
 .../DataGridViewRowHeaderTest.cs                   |      0
 ...ataGridViewRowHeightInfoNeededEventArgsTests.cs |      0
 .../System.Windows.Forms/DataGridViewRowTest.cs    |      0
 .../Test/System.Windows.Forms/DataGridViewTest.cs  |      0
 .../DataGridViewTextBoxCellTest.cs                 |      0
 .../DataGridViewTextBoxColumnTest.cs               |      0
 .../Test/System.Windows.Forms/DataObjectTest.cs    |      0
 .../System.Windows.Forms/DateTimePickerTest.cs     |      0
 .../Test/System.Windows.Forms/DefaultLayoutTest.cs |      0
 .../Test/System.Windows.Forms/DragEventArgsTest.cs |      0
 .../Test/System.Windows.Forms/ErrorProviderTest.cs |      0
 .../Test/System.Windows.Forms/EventArgsTest.cs     |      0
 .../Test/System.Windows.Forms/EventLogger.cs       |      0
 .../Test/System.Windows.Forms/FlowPanelTests.cs    |      0
 .../Test/System.Windows.Forms/FocusTest.cs         |      0
 .../FolderBrowserDialogTest.cs                     |      0
 .../Test/System.Windows.Forms/FormEventTest.cs     |      0
 .../Test/System.Windows.Forms/FormHandleTest.cs    |      0
 .../Test/System.Windows.Forms/FormTest.cs          |      0
 .../GridColumnStylesCollectionTest.cs              |      0
 .../GridTableStylesCollectionTest.cs               |      0
 .../Test/System.Windows.Forms/GroupBoxTest.cs      |      0
 .../System.Windows.Forms/HScrollPropertiesTest.cs  |      0
 .../Test/System.Windows.Forms/HelpProviderTest.cs  |      0
 .../System.Windows.Forms/ImageKeyConverterTest.cs  |      0
 .../System.Windows.Forms/ImageListStreamerTest.cs  |      0
 .../Test/System.Windows.Forms/ImageListTest.cs     |      0
 .../Test/System.Windows.Forms/InputLanguageTest.cs |      0
 .../Test/System.Windows.Forms/KeyEventArgsTest.cs  |      0
 .../Test/System.Windows.Forms/KeysConverterTest.cs |      0
 .../Test/System.Windows.Forms/LabelTest.cs         |      0
 .../Test/System.Windows.Forms/LinkAreaTest.cs      |      0
 .../Test/System.Windows.Forms/LinkConverterTest.cs |      0
 .../Test/System.Windows.Forms/LinkLabelTest.cs     |      0
 .../System.Windows.Forms/ListBindingHelperTest.cs  |      0
 .../Test/System.Windows.Forms/ListBoxEventTest.cs  |      0
 .../Test/System.Windows.Forms/ListBoxTest.cs       |      0
 .../Test/System.Windows.Forms/ListControlTest.cs   |      0
 .../ListViewCollectionsTest.cs                     |      0
 .../Test/System.Windows.Forms/ListViewEventTest.cs |      0
 .../ListViewGroupCollectionTest.cs                 |      0
 .../Test/System.Windows.Forms/ListViewGroupTest.cs |      0
 .../Test/System.Windows.Forms/ListViewItemTest.cs  |      0
 .../Test/System.Windows.Forms/ListViewTest.cs      |      0
 .../Test/System.Windows.Forms/MaskedTextBoxTest.cs |      0
 .../Test/System.Windows.Forms/MdiFormHandleTest.cs |      0
 .../Test/System.Windows.Forms/MdiFormTest.cs       |      0
 .../Test/System.Windows.Forms/MenuItemTest.cs      |      0
 .../Test/System.Windows.Forms/MenuStripTest.cs     |      0
 .../Test/System.Windows.Forms/MenuTest.cs          |      0
 .../Test/System.Windows.Forms/MessageTest.cs       |      0
 .../Test/System.Windows.Forms/MonthCalendarTest.cs |      0
 .../Test/System.Windows.Forms/NotifyIconTest.cs    |      0
 .../Test/System.Windows.Forms/NumericUpDownTest.cs |      0
 .../System.Windows.Forms/PaddingConverterTest.cs   |      0
 .../Test/System.Windows.Forms/PaddingTest.cs       |      0
 .../System.Windows.Forms/PaintEventArgsTest.cs     |      0
 .../Test/System.Windows.Forms/PanelTest.cs         |      0
 .../Test/System.Windows.Forms/PictureBoxTest.cs    |      0
 .../Test/System.Windows.Forms/PrintDialogTest.cs   |      0
 .../Test/System.Windows.Forms/ProgressBarTest.cs   |      0
 .../Test/System.Windows.Forms/PropertyGridTest.cs  |      0
 .../System.Windows.Forms/PropertyManagerTest.cs    |      0
 .../Test/System.Windows.Forms/RadioButtonTest.cs   |      0
 .../Test/System.Windows.Forms/RichTextBoxTest.cs   |      0
 .../Test/System.Windows.Forms/RowStyleTest.cs      |      0
 .../System.Windows.Forms/SaveFileDialogTest.cs     |      0
 .../Test/System.Windows.Forms/ScreenTest.cs        |      0
 .../Test/System.Windows.Forms/ScrollBarTest.cs     |      0
 .../System.Windows.Forms/ScrollableControlTest.cs  |      0
 .../System.Windows.Forms/SelectionRangeTest.cs     |      0
 .../Test/System.Windows.Forms/SendKeysTest.cs      |      0
 .../System.Windows.Forms/SplitContainerTests.cs    |      0
 .../Test/System.Windows.Forms/SplitterTest.cs      |      0
 .../System.Windows.Forms/StatusBarPanelTest.cs     |      0
 .../Test/System.Windows.Forms/StatusBarTest.cs     |      0
 .../Test/System.Windows.Forms/StatusStripTest.cs   |      0
 .../System.Windows.Forms/SystemInformationTest.cs  |      0
 .../Test/System.Windows.Forms/TabControlTest.cs    |      0
 .../Test/System.Windows.Forms/TableLayoutTest.cs   |      0
 .../Test/System.Windows.Forms/TestHelper.cs        |      0
 .../TestImageIndexConverter.cs                     |      0
 .../Test/System.Windows.Forms/TextBoxTest.cs       |      0
 .../Test/System.Windows.Forms/TimerTest.cs         |      0
 .../Test/System.Windows.Forms/ToolBarButtonTest.cs |      0
 .../Test/System.Windows.Forms/ToolBarTest.cs       |      0
 .../System.Windows.Forms/ToolStripButtonTest.cs    |      0
 .../System.Windows.Forms/ToolStripComboBoxTest.cs  |      0
 .../System.Windows.Forms/ToolStripContainerTest.cs |      0
 .../ToolStripContentPanelTest.cs                   |      0
 .../ToolStripControlHostTest.cs                    |      0
 .../ToolStripDropDownItemTest.cs                   |      0
 .../System.Windows.Forms/ToolStripDropDownTest.cs  |      0
 .../ToolStripItemCollectionTest.cs                 |      0
 .../Test/System.Windows.Forms/ToolStripItemTest.cs |      0
 .../System.Windows.Forms/ToolStripLabelTest.cs     |      0
 .../System.Windows.Forms/ToolStripManagerTest.cs   |    935 +
 .../System.Windows.Forms/ToolStripMenuItemTest.cs  |      0
 .../ToolStripOverflowButtonTest.cs                 |      0
 .../System.Windows.Forms/ToolStripOverflowTest.cs  |      0
 .../System.Windows.Forms/ToolStripPanelTest.cs     |      0
 .../ToolStripProgressBarTest.cs                    |      0
 .../System.Windows.Forms/ToolStripSeparatorTest.cs |      0
 .../ToolStripStatusLabelTest.cs                    |      0
 .../Test/System.Windows.Forms/ToolStripTest.cs     |      0
 .../System.Windows.Forms/ToolStripTextBoxTest.cs   |      0
 .../Test/System.Windows.Forms/ToolTipTest.cs       |      0
 .../Test/System.Windows.Forms/TrackBarTest.cs      |      0
 .../System.Windows.Forms/TreeNodeCollectionTest.cs |      0
 .../Test/System.Windows.Forms/TreeNodeTest.cs      |      0
 .../System.Windows.Forms/TreeViewEventsTest.cs     |      0
 .../TreeViewHitTestInfoTest.cs                     |      0
 .../TreeViewImageIndexConverterTest.cs             |      0
 .../TreeViewImageKeyConverterTest.cs               |      0
 .../Test/System.Windows.Forms/TreeViewTest.cs      |      0
 .../Test/System.Windows.Forms/UpDownTest.cs        |      0
 .../Test/System.Windows.Forms/UserControlTest.cs   |      0
 .../System.Windows.Forms/VScrollPropertiesTest.cs  |      0
 .../Test/System.Windows.Forms/bitmaps/a.png        |    Bin
 .../Test/resources/32x32.ico                       |    Bin
 .../Test/resources/a.cur                           |    Bin
 .../resources/1-up.png                             |    Bin
 .../resources/16_computer.png                      |    Bin
 .../resources/16_dialog-error.png                  |    Bin
 .../resources/16_dialog-information.png            |    Bin
 .../resources/16_dialog-warning.png                |    Bin
 .../resources/16_document-open.png                 |    Bin
 .../resources/16_folder-remote.png                 |    Bin
 .../resources/16_folder.png                        |    Bin
 .../resources/16_printer.png                       |    Bin
 .../resources/16_user-desktop.png                  |    Bin
 .../resources/16_user-home.png                     |    Bin
 .../resources/2-up.png                             |    Bin
 .../resources/22_page-magnifier.png                |    Bin
 .../resources/3-up.png                             |    Bin
 .../resources/32_computer.png                      |    Bin
 .../resources/32_document-open.png                 |    Bin
 .../resources/32_folder-remote.png                 |    Bin
 .../resources/32_printer.png                       |    Bin
 .../resources/32_user-desktop.png                  |    Bin
 .../resources/32_user-home.png                     |    Bin
 .../resources/4-up.png                             |    Bin
 .../resources/6-up.png                             |    Bin
 .../resources/DnDCopy.cur                          |    Bin
 .../resources/DnDLink.cur                          |    Bin
 .../resources/DnDMove.cur                          |    Bin
 .../resources/DnDNo.cur                            |    Bin
 .../resources/EventsTab.bmp                        |    Bin
 .../resources/NESW.cur                             |    Bin
 .../resources/NWSE.cur                             |    Bin
 .../resources/PropertiesTab.bmp                    |    Bin
 .../resources/SplitterNS.cur                       |    Bin
 .../resources/SplitterWE.cur                       |    Bin
 .../resources/computer.png                         |    Bin
 .../resources/document-open.png                    |    Bin
 .../resources/errorProvider.ico                    |    Bin
 .../resources/folder-new.png                       |    Bin
 .../resources/folder-remote.png                    |    Bin
 .../resources/folder.png                           |    Bin
 .../resources/go-previous.png                      |    Bin
 .../resources/go-top.png                           |    Bin
 .../resources/image-missing.png                    |    Bin
 .../resources/image-x-generic.png                  |    Bin
 .../resources/keyboards.resources.prebuilt         |    Bin
 .../resources/keyboards.resx                       |      0
 .../resources/mono.ico                             |    Bin
 .../resources/nav_delete.png                       |    Bin
 .../resources/nav_end.png                          |    Bin
 .../resources/nav_first.png                        |    Bin
 .../resources/nav_next.png                         |    Bin
 .../resources/nav_plus.png                         |    Bin
 .../resources/nav_previous.png                     |    Bin
 .../resources/preferences-system-windows.png       |    Bin
 .../resources/propertygrid-alphabetical.png        |    Bin
 .../resources/propertygrid-categorized.png         |    Bin
 .../resources/propertygrid-propertypages.png       |    Bin
 .../resources/text-x-generic.png                   |    Bin
 .../resources/user-desktop.png                     |    Bin
 .../resources/user-home.png                        |    Bin
 mcs/class/System.Windows/Makefile                  |      3 +-
 mcs/class/System.XML/Assembly/AssemblyInfo.cs      |      7 +-
 mcs/class/System.XML/Makefile                      |     40 +-
 mcs/class/System.XML/Mono.Xml.Schema/ChangeLog     |    531 -
 .../Mono.Xml.Schema/XmlSchemaValidatingReader.cs   |    819 -
 .../System.XML/Mono.Xml.Schema/XsdIdentityPath.cs  |    121 -
 .../System.XML/Mono.Xml.Schema/XsdIdentityState.cs |    329 -
 .../System.XML/Mono.Xml.Schema/XsdKeyTable.cs      |    149 -
 .../Mono.Xml.Schema/XsdParticleValidationState.cs  |    779 -
 .../Mono.Xml.Schema/XsdValidatingReader.cs         |   1834 -
 .../System.XML/Mono.Xml.Schema/XsdWildcard.cs      |    272 -
 mcs/class/System.XML/Mono.Xml.XPath/ChangeLog      |    572 -
 .../System.XML/Mono.Xml.XPath/DTMXPathDocument.cs  |     67 -
 .../System.XML/Mono.Xml.XPath/DTMXPathDocument2.cs |     85 -
 .../Mono.Xml.XPath/DTMXPathDocumentBuilder.cs      |    501 -
 .../Mono.Xml.XPath/DTMXPathDocumentBuilder2.cs     |    589 -
 .../Mono.Xml.XPath/DTMXPathDocumentWriter.cs       |    678 -
 .../Mono.Xml.XPath/DTMXPathDocumentWriter2.cs      |    770 -
 .../System.XML/Mono.Xml.XPath/DTMXPathNavigator.cs |    609 -
 .../Mono.Xml.XPath/DTMXPathNavigator2.cs           |    599 -
 .../System.XML/Mono.Xml.XPath/DTMXPathNode.cs      |    105 -
 .../System.XML/Mono.Xml.XPath/DTMXPathNode2.cs     |    107 -
 mcs/class/System.XML/Mono.Xml.XPath/IdPattern.cs   |     66 -
 mcs/class/System.XML/Mono.Xml.XPath/KeyPattern.cs  |     59 -
 .../Mono.Xml.XPath/LocationPathPattern.cs          |    168 -
 mcs/class/System.XML/Mono.Xml.XPath/Pattern.cs     |    117 -
 .../System.XML/Mono.Xml.XPath/UnionPattern.cs      |     66 -
 .../Mono.Xml.XPath/XPathEditableDocument.cs        |    805 -
 .../Mono.Xml.XPath/XPathNavigatorReader.cs         |    636 -
 .../System.XML/Mono.Xml.Xsl.Operations/ChangeLog   |    563 -
 .../Mono.Xml.Xsl.Operations/XslApplyImports.cs     |     57 -
 .../Mono.Xml.Xsl.Operations/XslApplyTemplates.cs   |    117 -
 .../Mono.Xml.Xsl.Operations/XslAttribute.cs        |    143 -
 .../System.XML/Mono.Xml.Xsl.Operations/XslAvt.cs   |    178 -
 .../Mono.Xml.Xsl.Operations/XslCallTemplate.cs     |     93 -
 .../Mono.Xml.Xsl.Operations/XslChoose.cs           |    105 -
 .../Mono.Xml.Xsl.Operations/XslComment.cs          |     68 -
 .../Mono.Xml.Xsl.Operations/XslCompiledElement.cs  |     85 -
 .../System.XML/Mono.Xml.Xsl.Operations/XslCopy.cs  |    142 -
 .../Mono.Xml.Xsl.Operations/XslCopyOf.cs           |    152 -
 .../Mono.Xml.Xsl.Operations/XslElement.cs          |    142 -
 .../Mono.Xml.Xsl.Operations/XslFallback.cs         |     66 -
 .../Mono.Xml.Xsl.Operations/XslForEach.cs          |    107 -
 .../System.XML/Mono.Xml.Xsl.Operations/XslIf.cs    |     80 -
 .../Mono.Xml.Xsl.Operations/XslLiteralElement.cs   |    152 -
 .../Mono.Xml.Xsl.Operations/XslMessage.cs          |     91 -
 .../XslNotSupportedOperation.cs                    |     85 -
 .../Mono.Xml.Xsl.Operations/XslNumber.cs           |    530 -
 .../Mono.Xml.Xsl.Operations/XslOperation.cs        |     58 -
 .../XslProcessingInstruction.cs                    |     79 -
 .../Mono.Xml.Xsl.Operations/XslTemplateContent.cs  |    218 -
 .../System.XML/Mono.Xml.Xsl.Operations/XslText.cs  |     79 -
 .../Mono.Xml.Xsl.Operations/XslValueOf.cs          |     84 -
 .../Mono.Xml.Xsl.Operations/XslVariable.cs         |    281 -
 mcs/class/System.XML/Mono.Xml.Xsl/Attribute.cs     |     52 -
 mcs/class/System.XML/Mono.Xml.Xsl/ChangeLog        |   1240 -
 mcs/class/System.XML/Mono.Xml.Xsl/Compiler.cs      |    885 -
 mcs/class/System.XML/Mono.Xml.Xsl/Debug.cs         |    100 -
 mcs/class/System.XML/Mono.Xml.Xsl/Emitter.cs       |     66 -
 .../System.XML/Mono.Xml.Xsl/GenericOutputter.cs    |    388 -
 mcs/class/System.XML/Mono.Xml.Xsl/HtmlEmitter.cs   |    518 -
 .../System.XML/Mono.Xml.Xsl/MSXslScriptManager.cs  |    154 -
 mcs/class/System.XML/Mono.Xml.Xsl/Outputter.cs     |     76 -
 .../System.XML/Mono.Xml.Xsl/ScriptCompilerInfo.cs  |    335 -
 mcs/class/System.XML/Mono.Xml.Xsl/TextEmitter.cs   |    101 -
 mcs/class/System.XML/Mono.Xml.Xsl/TextOutputter.cs |     93 -
 .../System.XML/Mono.Xml.Xsl/XmlWriterEmitter.cs    |    164 -
 .../System.XML/Mono.Xml.Xsl/XslAttributeSet.cs     |    115 -
 .../System.XML/Mono.Xml.Xsl/XslDecimalFormat.cs    |    339 -
 mcs/class/System.XML/Mono.Xml.Xsl/XslFunctions.cs  |    706 -
 mcs/class/System.XML/Mono.Xml.Xsl/XslKey.cs        |    279 -
 mcs/class/System.XML/Mono.Xml.Xsl/XslOutput.cs     |    294 -
 .../System.XML/Mono.Xml.Xsl/XslSortEvaluator.cs    |     97 -
 mcs/class/System.XML/Mono.Xml.Xsl/XslStylesheet.cs |    561 -
 mcs/class/System.XML/Mono.Xml.Xsl/XslTemplate.cs   |    477 -
 .../Mono.Xml.Xsl/XslTransformProcessor.cs          |    658 -
 .../System.XML/Mono.Xml.Xsl/XsltCompiledContext.cs |    317 -
 .../System.XML/Mono.Xml.Xsl/XsltDebuggerWrapper.cs |     64 -
 mcs/class/System.XML/Mono.Xml/ChangeLog            |    133 -
 .../System.XML/Mono.Xml/IHasXmlParserContext.cs    |     40 -
 mcs/class/System.XML/Mono.Xml/IHasXmlSchemaInfo.cs |     40 -
 mcs/class/System.XML/Mono.Xml/SubtreeXmlReader.cs  |    250 -
 mcs/class/System.XML/Mono.Xml/XmlFilterReader.cs   |    283 -
 mcs/class/System.XML/Mono.Xml/XmlNodeWriter.cs     |    388 -
 mcs/class/System.XML/ReferenceSources/CodeDom.cs   |    114 +
 mcs/class/System.XML/ReferenceSources/Res.cs       |   1167 +
 .../System.XML/ReferenceSources/ThisAssembly.cs    |      5 +
 mcs/class/System.XML/ReferenceSources/TypeScope.cs |     50 +
 mcs/class/System.XML/ReferenceSources/Wsdl.cs      |      9 +
 mcs/class/System.XML/System.Xml.Schema/BUGS-MS.txt |    229 -
 mcs/class/System.XML/System.Xml.Schema/BUGS.txt    |     26 -
 .../System.Xml.Schema/BuiltInDatatype.cs           |   2241 -
 mcs/class/System.XML/System.Xml.Schema/ChangeLog   |   1873 -
 .../System.XML/System.Xml.Schema/IXmlSchemaInfo.cs |     49 -
 .../System.Xml.Schema/SchemaDataValueType.cs       |    178 -
 .../System.Xml.Schema/ValidationEventArgs.cs       |     59 -
 .../System.Xml.Schema/ValidationHandler.cs         |     85 -
 .../System.XML/System.Xml.Schema/XmlAtomicValue.cs |    808 -
 .../System.XML/System.Xml.Schema/XmlSchema.cs      |   1005 -
 .../System.XML/System.Xml.Schema/XmlSchemaAll.cs   |    320 -
 .../System.Xml.Schema/XmlSchemaAnnotated.cs        |     77 -
 .../System.Xml.Schema/XmlSchemaAnnotation.cs       |    182 -
 .../System.XML/System.Xml.Schema/XmlSchemaAny.cs   |    359 -
 .../System.Xml.Schema/XmlSchemaAnyAttribute.cs     |    226 -
 .../System.Xml.Schema/XmlSchemaAppInfo.cs          |    114 -
 .../System.Xml.Schema/XmlSchemaAttribute.cs        |    592 -
 .../System.Xml.Schema/XmlSchemaAttributeGroup.cs   |    297 -
 .../XmlSchemaAttributeGroupRef.cs                  |    152 -
 .../System.Xml.Schema/XmlSchemaChoice.cs           |    398 -
 .../System.Xml.Schema/XmlSchemaCollection.cs       |    228 -
 .../XmlSchemaCollectionEnumerator.cs               |     68 -
 .../XmlSchemaCompilationSettings.cs                |     52 -
 .../System.Xml.Schema/XmlSchemaComplexContent.cs   |    211 -
 .../XmlSchemaComplexContentExtension.cs            |    333 -
 .../XmlSchemaComplexContentRestriction.cs          |    326 -
 .../System.Xml.Schema/XmlSchemaComplexType.cs      |   1258 -
 .../System.Xml.Schema/XmlSchemaContent.cs          |     52 -
 .../System.Xml.Schema/XmlSchemaContentModel.cs     |     40 -
 .../XmlSchemaContentProcessing.cs                  |     43 -
 .../System.Xml.Schema/XmlSchemaContentType.cs      |     38 -
 .../System.Xml.Schema/XmlSchemaDatatype.cs         |    363 -
 .../System.Xml.Schema/XmlSchemaDatatypeVariety.cs  |     38 -
 .../System.Xml.Schema/XmlSchemaDerivationMethod.cs |     52 -
 .../System.Xml.Schema/XmlSchemaDocumentation.cs    |    127 -
 .../System.Xml.Schema/XmlSchemaElement.cs          |   1197 -
 .../System.Xml.Schema/XmlSchemaEnumerationFacet.cs |    113 -
 .../System.Xml.Schema/XmlSchemaException.cs        |    183 -
 .../System.Xml.Schema/XmlSchemaExternal.cs         |     83 -
 .../System.XML/System.Xml.Schema/XmlSchemaFacet.cs |     85 -
 .../System.XML/System.Xml.Schema/XmlSchemaForm.cs  |     40 -
 .../XmlSchemaFractionDigitsFacet.cs                |    123 -
 .../System.XML/System.Xml.Schema/XmlSchemaGroup.cs |    247 -
 .../System.Xml.Schema/XmlSchemaGroupBase.cs        |    182 -
 .../System.Xml.Schema/XmlSchemaGroupRef.cs         |    292 -
 .../XmlSchemaIdentityConstraint.cs                 |    150 -
 .../System.Xml.Schema/XmlSchemaImport.cs           |    130 -
 .../System.Xml.Schema/XmlSchemaInclude.cs          |    118 -
 .../System.Xml.Schema/XmlSchemaInference.cs        |   1163 -
 .../XmlSchemaInferenceException.cs                 |     79 -
 .../System.XML/System.Xml.Schema/XmlSchemaInfo.cs  |    108 -
 .../System.XML/System.Xml.Schema/XmlSchemaKey.cs   |    143 -
 .../System.Xml.Schema/XmlSchemaKeyref.cs           |    190 -
 .../System.Xml.Schema/XmlSchemaLengthFacet.cs      |    121 -
 .../XmlSchemaMaxExclusiveFacet.cs                  |    121 -
 .../XmlSchemaMaxInclusiveFacet.cs                  |    121 -
 .../System.Xml.Schema/XmlSchemaMaxLengthFacet.cs   |    123 -
 .../XmlSchemaMinExclusiveFacet.cs                  |    121 -
 .../XmlSchemaMinInclusiveFacet.cs                  |    121 -
 .../System.Xml.Schema/XmlSchemaMinLengthFacet.cs   |    122 -
 .../System.Xml.Schema/XmlSchemaNotation.cs         |    181 -
 .../System.Xml.Schema/XmlSchemaNumericFacet.cs     |     37 -
 .../System.Xml.Schema/XmlSchemaObject.cs           |    193 -
 .../System.Xml.Schema/XmlSchemaObjectCollection.cs |    111 -
 .../System.Xml.Schema/XmlSchemaObjectEnumerator.cs |     70 -
 .../System.Xml.Schema/XmlSchemaObjectTable.cs      |    137 -
 .../System.Xml.Schema/XmlSchemaParticle.cs         |    313 -
 .../System.Xml.Schema/XmlSchemaPatternFacet.cs     |    113 -
 .../System.Xml.Schema/XmlSchemaReader.cs           |    384 -
 .../System.Xml.Schema/XmlSchemaRedefine.cs         |    183 -
 .../System.Xml.Schema/XmlSchemaSequence.cs         |    417 -
 .../System.Xml.Schema/XmlSchemaSerializer.cs       |   2452 -
 .../System.XML/System.Xml.Schema/XmlSchemaSet.cs   |    348 -
 .../System.Xml.Schema/XmlSchemaSimpleContent.cs    |    188 -
 .../XmlSchemaSimpleContentExtension.cs             |    275 -
 .../XmlSchemaSimpleContentRestriction.cs           |    421 -
 .../System.Xml.Schema/XmlSchemaSimpleType.cs       |    655 -
 .../XmlSchemaSimpleTypeContent.cs                  |     51 -
 .../System.Xml.Schema/XmlSchemaSimpleTypeList.cs   |    232 -
 .../XmlSchemaSimpleTypeRestriction.cs              |   1027 -
 .../System.Xml.Schema/XmlSchemaSimpleTypeUnion.cs  |    270 -
 .../System.Xml.Schema/XmlSchemaTotalDigitsFacet.cs |    122 -
 .../System.XML/System.Xml.Schema/XmlSchemaType.cs  |    442 -
 .../System.Xml.Schema/XmlSchemaUnique.cs           |    147 -
 .../System.XML/System.Xml.Schema/XmlSchemaUse.cs   |     43 -
 .../System.XML/System.Xml.Schema/XmlSchemaUtil.cs  |    694 -
 .../XmlSchemaValidationException.cs                |    106 -
 .../System.Xml.Schema/XmlSchemaValidationFlags.cs  |     43 -
 .../System.Xml.Schema/XmlSchemaValidator.cs        |   1683 -
 .../System.Xml.Schema/XmlSchemaValidity.cs         |     38 -
 .../System.Xml.Schema/XmlSchemaWhiteSpaceFacet.cs  |    123 -
 .../System.XML/System.Xml.Schema/XmlSchemaXPath.cs |    369 -
 .../System.Xml.Schema/XmlSeverityType.cs           |     36 -
 .../System.XML/System.Xml.Schema/XmlTypeCode.cs    |     93 -
 .../System.Xml.Schema/XmlValueConverter.cs         |   1360 -
 .../System.XML/System.Xml.Schema/XmlValueGetter.cs |     30 -
 .../System.Xml.Serialization.Advanced/ChangeLog    |      4 -
 .../SchemaImporterExtension.cs                     |     96 -
 .../SchemaImporterExtensionCollection.cs           |    139 -
 .../ChangeLog                                      |     19 -
 .../DateTimeSerializationSection.cs                |     72 -
 .../SchemaImporterExtensionElement.cs              |     92 -
 .../SchemaImporterExtensionElementCollection.cs    |    130 -
 .../SchemaImporterExtensionsSection.cs             |     71 -
 .../SerializationSectionGroup.cs                   |     65 -
 .../XmlSerializerSection.cs                        |     65 -
 .../System.Xml.Serialization/CodeExporter.cs       |     51 -
 .../CodeGenerationOptions.cs                       |     53 -
 .../System.Xml.Serialization/CodeIdentifier.cs     |     77 -
 .../System.Xml.Serialization/CodeIdentifiers.cs    |    143 -
 .../System.Xml.Serialization/MapCodeGenerator.cs   |    722 -
 .../System.Xml.Serialization/SchemaImporter.cs     |     55 -
 .../System.Xml.Serialization/SoapCodeExporter.cs   |    196 -
 .../System.Xml.Serialization/SoapSchemaExporter.cs |     61 -
 .../System.Xml.Serialization/SoapSchemaImporter.cs |    114 -
 .../UnreferencedObjectEventArgs.cs                 |     56 -
 .../UnreferencedObjectEventHandler.cs              |     36 -
 .../XmlAttributeEventArgs.cs                       |     76 -
 .../XmlAttributeEventHandler.cs                    |     36 -
 .../System.Xml.Serialization/XmlCodeExporter.cs    |    313 -
 .../XmlElementEventArgs.cs                         |     80 -
 .../XmlElementEventHandler.cs                      |     36 -
 .../System.Xml.Serialization/XmlNodeEventArgs.cs   |    103 -
 .../XmlNodeEventHandler.cs                         |     36 -
 .../XmlSchemaEnumerator.cs                         |     71 -
 .../System.Xml.Serialization/XmlSchemaImporter.cs  |      6 +-
 .../System.Xml.Serialization/XmlSchemas.cs         |    254 -
 .../XmlSerializationReader.cs                      |     25 +-
 .../XmlSerializationWriter.cs                      |      7 +-
 .../System.Xml.Serialization/XmlSerializer.cs      |     21 +-
 .../XmlSerializerNamespaces.cs                     |     95 -
 .../System.Xml.Serialization/XmlTypeMapMember.cs   |      2 +-
 .../XmlTypeMapMemberElement.cs                     |     20 +-
 mcs/class/System.XML/System.Xml.XPath/ChangeLog    |   1487 -
 .../System.XML/System.Xml.XPath/DefaultContext.cs  |   1234 -
 .../System.XML/System.Xml.XPath/Expression.cs      |   2137 -
 .../System.XML/System.Xml.XPath/IXPathNavigable.cs |     37 -
 mcs/class/System.XML/System.Xml.XPath/Iterator.cs  |   1256 -
 mcs/class/System.XML/System.Xml.XPath/Parser.jay   |    594 -
 mcs/class/System.XML/System.Xml.XPath/Tokenizer.cs |    521 -
 .../System.XML/System.Xml.XPath/XPathComparer.cs   |    102 -
 .../System.XML/System.Xml.XPath/XPathDocument.cs   |    107 -
 .../System.XML/System.Xml.XPath/XPathException.cs  |     74 -
 .../System.XML/System.Xml.XPath/XPathExpression.cs |     95 -
 mcs/class/System.XML/System.Xml.XPath/XPathItem.cs |     67 -
 .../System.Xml.XPath/XPathNamespaceScope.cs        |     39 -
 .../System.XML/System.Xml.XPath/XPathNavigator.cs  |   1365 -
 .../System.Xml.XPath/XPathNodeIterator.cs          |    118 -
 .../System.XML/System.Xml.XPath/XPathNodeType.cs   |     46 -
 .../System.XML/System.Xml.XPath/XPathResultType.cs |     44 -
 .../System.XML/System.Xml.XPath/XmlCaseOrder.cs    |     54 -
 .../System.XML/System.Xml.XPath/XmlDataType.cs     |     38 -
 .../System.XML/System.Xml.XPath/XmlSortOrder.cs    |     38 -
 mcs/class/System.XML/System.Xml.Xsl/ChangeLog      |    467 -
 .../System.Xml.Xsl/IXsltContextFunction.cs         |     49 -
 .../System.Xml.Xsl/IXsltContextVariable.cs         |     48 -
 .../System.Xml.Xsl/XslCompiledTransform.cs         |    257 -
 .../System.Xml.Xsl/XslCompiledTransform_Mobile.cs  |    225 +
 .../System.XML/System.Xml.Xsl/XslTransform.cs      |    298 -
 .../System.XML/System.Xml.Xsl/XsltArgumentList.cs  |    159 -
 .../System.Xml.Xsl/XsltCompileException.cs         |     84 -
 mcs/class/System.XML/System.Xml.Xsl/XsltContext.cs |     85 -
 .../System.XML/System.Xml.Xsl/XsltException.cs     |    156 -
 .../XsltMessageEncounteredEventArgs.cs             |     43 -
 .../XsltMessageEncounteredEventHandler.cs          |     35 -
 .../System.XML/System.Xml.Xsl/XsltSettings.cs      |     92 -
 mcs/class/System.XML/System.Xml.dll.sources        |   1054 +-
 mcs/class/System.XML/System.Xml/ChangeLog          |   6266 -
 .../System.XML/System.Xml/ConformanceLevel.cs      |     37 -
 mcs/class/System.XML/System.Xml/DTDAutomata.cs     |    351 -
 mcs/class/System.XML/System.Xml/DTDObjectModel.cs  |   1367 -
 mcs/class/System.XML/System.Xml/DTDReader.cs       |   1670 -
 .../System.XML/System.Xml/DTDValidatingReader2.cs  |   1244 -
 .../System.XML/System.Xml/DefaultXmlWriter.cs      |    260 -
 mcs/class/System.XML/System.Xml/DtdProcessing.cs   |     37 -
 mcs/class/System.XML/System.Xml/EntityHandling.cs  |     50 -
 .../System.Xml/EntityResolvingXmlReader.cs         |    440 -
 mcs/class/System.XML/System.Xml/Formatting.cs      |     50 -
 .../System.XML/System.Xml/IHasXmlChildNode.cs      |     37 -
 mcs/class/System.XML/System.Xml/IHasXmlNode.cs     |     36 -
 mcs/class/System.XML/System.Xml/IXmlLineInfo.cs    |     40 -
 .../System.XML/System.Xml/IXmlNamespaceResolver.cs |     42 -
 .../System.XML/System.Xml/MonoFIXAttribute.cs      |     54 -
 mcs/class/System.XML/System.Xml/NameTable.cs       |    205 -
 .../System.XML/System.Xml/NamespaceHandling.cs     |     32 -
 mcs/class/System.XML/System.Xml/NewLineHandling.cs |     37 -
 mcs/class/System.XML/System.Xml/ReadState.cs       |     62 -
 mcs/class/System.XML/System.Xml/ValidationType.cs  |     43 -
 .../System.XML/System.Xml/WhitespaceHandling.cs    |     54 -
 mcs/class/System.XML/System.Xml/WriteState.cs      |     76 -
 mcs/class/System.XML/System.Xml/XQueryConvert.cs   |    589 -
 mcs/class/System.XML/System.Xml/XmlAttribute.cs    |    321 -
 .../System.Xml/XmlAttributeCollection.cs           |    312 -
 mcs/class/System.XML/System.Xml/XmlCDataSection.cs |     80 -
 mcs/class/System.XML/System.Xml/XmlChar.cs         |    414 -
 .../System.XML/System.Xml/XmlCharacterData.cs      |    172 -
 mcs/class/System.XML/System.Xml/XmlComment.cs      |     87 -
 mcs/class/System.XML/System.Xml/XmlConstructs.cs   |    687 -
 mcs/class/System.XML/System.Xml/XmlConvert.cs      |    907 -
 .../System.Xml/XmlDateTimeSerializationMode.cs     |     41 -
 mcs/class/System.XML/System.Xml/XmlDeclaration.cs  |    220 -
 mcs/class/System.XML/System.Xml/XmlDocument.cs     |   1113 -
 .../System.XML/System.Xml/XmlDocumentFragment.cs   |    143 -
 .../System.XML/System.Xml/XmlDocumentNavigator.cs  |    802 -
 mcs/class/System.XML/System.Xml/XmlDocumentType.cs |    151 -
 mcs/class/System.XML/System.Xml/XmlElement.cs      |    437 -
 mcs/class/System.XML/System.Xml/XmlEntity.cs       |    178 -
 .../System.XML/System.Xml/XmlEntityReference.cs    |    171 -
 mcs/class/System.XML/System.Xml/XmlException.cs    |    186 -
 .../System.XML/System.Xml/XmlImplementation.cs     |     71 -
 mcs/class/System.XML/System.Xml/XmlInputStream.cs  |    611 -
 .../System.XML/System.Xml/XmlIteratorNodeList.cs   |    204 -
 mcs/class/System.XML/System.Xml/XmlLinkedNode.cs   |     88 -
 mcs/class/System.XML/System.Xml/XmlNameEntry.cs    |     80 -
 .../System.XML/System.Xml/XmlNameEntryCache.cs     |    102 -
 mcs/class/System.XML/System.Xml/XmlNameTable.cs    |     41 -
 mcs/class/System.XML/System.Xml/XmlNamedNodeMap.cs |    200 -
 .../System.XML/System.Xml/XmlNamespaceManager.cs   |    408 -
 .../System.XML/System.Xml/XmlNamespaceScope.cs     |     41 -
 mcs/class/System.XML/System.Xml/XmlNode.cs         |    907 -
 .../System.XML/System.Xml/XmlNodeArrayList.cs      |     61 -
 .../System.XML/System.Xml/XmlNodeChangedAction.cs  |     48 -
 .../System.Xml/XmlNodeChangedEventArgs.cs          |    109 -
 .../System.Xml/XmlNodeChangedEventHandler.cs       |     35 -
 mcs/class/System.XML/System.Xml/XmlNodeList.cs     |     63 -
 .../System.XML/System.Xml/XmlNodeListChildren.cs   |    171 -
 mcs/class/System.XML/System.Xml/XmlNodeOrder.cs    |     39 -
 mcs/class/System.XML/System.Xml/XmlNodeReader2.cs  |    407 -
 .../System.XML/System.Xml/XmlNodeReaderImpl.cs     |    785 -
 mcs/class/System.XML/System.Xml/XmlNodeType.cs     |    114 -
 mcs/class/System.XML/System.Xml/XmlNotation.cs     |    121 -
 mcs/class/System.XML/System.Xml/XmlOutputMethod.cs |     37 -
 .../System.XML/System.Xml/XmlParserContext.cs      |    279 -
 mcs/class/System.XML/System.Xml/XmlParserInput.cs  |    227 -
 .../System.Xml/XmlProcessingInstruction.cs         |    126 -
 .../System.XML/System.Xml/XmlQualifiedName.cs      |    164 -
 mcs/class/System.XML/System.Xml/XmlReader.cs       |   1566 -
 .../System.Xml/XmlReaderBinarySupport.cs           |    422 -
 .../System.XML/System.Xml/XmlReaderSettings.cs     |    235 -
 mcs/class/System.XML/System.Xml/XmlResolver.cs     |     89 -
 .../System.XML/System.Xml/XmlSecureResolver.cs     |    152 -
 .../System.Xml/XmlSignificantWhitespace.cs         |     90 -
 mcs/class/System.XML/System.Xml/XmlSpace.cs        |     58 -
 mcs/class/System.XML/System.Xml/XmlText.cs         |    103 -
 mcs/class/System.XML/System.Xml/XmlTextReader.cs   |   2934 -
 mcs/class/System.XML/System.Xml/XmlTextReader2.cs  |    718 -
 mcs/class/System.XML/System.Xml/XmlTextWriter2.cs  |   1499 -
 .../System.XML/System.Xml/XmlTokenizedType.cs      |     48 -
 mcs/class/System.XML/System.Xml/XmlUrlResolver.cs  |    147 -
 .../System.XML/System.Xml/XmlValidatingReader.cs   |    583 -
 mcs/class/System.XML/System.Xml/XmlWhitespace.cs   |     88 -
 mcs/class/System.XML/System.Xml/XmlWriter.cs       |   1076 -
 .../System.XML/System.Xml/XmlWriterSettings.cs     |    194 -
 mcs/class/System.XML/System.Xml/XsdDateTime2.cs    |    993 -
 .../Test/System.Xml.Schema/XmlSchemaSetTests.cs    |      2 +-
 .../Test/System.Xml.Schema/XmlSchemaTests.cs       |      5 +-
 .../SchemaImporterExtensionCollectionTests.cs      |      1 +
 .../ComplexDataStructure.cs                        |     35 +-
 .../System.Xml.Serialization/DeserializeTests.cs   |     15 +-
 .../SoapAttributesTests.cs                         |      7 +-
 .../System.Xml.Serialization/XmlAttributesTests.cs |      5 +-
 .../XmlReflectionImporterTests.cs                  |      2 +-
 .../XmlSerializationWriterTests.cs                 |     42 +-
 .../XmlSerializerTestClasses.cs                    |      2 +-
 .../System.Xml.Serialization/XmlSerializerTests.cs |    103 +-
 .../XPathEditableNavigatorTests.cs                 |      1 +
 .../System.Xml.XPath/XPathNavigatorReaderTests.cs  |      1 +
 .../Test/System.Xml.XPath/XPathNavigatorTests.cs   |     12 +-
 .../System.Xml.Xsl/XslCompiledTransformTests.cs    |     31 +-
 .../Test/System.Xml.Xsl/XslTransformTests.cs       |     28 +-
 .../System.Xml.Xsl/XsltCompileExceptionTests.cs    |      2 +-
 .../Test/System.Xml/XmlAttributeCollectionTests.cs |      1 +
 .../Test/System.Xml/XmlCharacterDataTests.cs       |      2 +
 .../System.XML/Test/System.Xml/XmlConvertTests.cs  |      1 -
 .../System.XML/Test/System.Xml/XmlDocumentTests.cs |      6 +-
 .../Test/System.Xml/XmlNamespaceManagerTests.cs    |      3 +-
 .../Test/System.Xml/XmlNodeReaderTests.cs          |      6 +-
 .../Test/System.Xml/XmlReaderCommonTests.cs        |      3 +-
 .../Test/System.Xml/XmlReaderSettingsTests.cs      |      2 +-
 .../Test/System.Xml/XmlSecureResolverTests.cs      |     10 +
 .../Test/System.Xml/XmlTextReaderTests.cs          |      1 +
 .../Test/System.Xml/XmlTextWriterTests.cs          |      4 +-
 .../Test/System.Xml/XmlUrlResolverTests.cs         |      5 +-
 .../Test/System.Xml/XmlWriterSettingsTests.cs      |      4 +-
 .../System.XML/Test/System.Xml/XmlWriterTests.cs   |      3 +-
 .../Test/System.Xml/XsdParticleValidationTests.cs  |      5 +-
 .../Test/System.Xml/XsdValidatingReaderTests.cs    |      6 +-
 .../System.Xml/nist_dom/fundamental/Attr/Attr.cs   |      4 +-
 .../fundamental/CharacterData/CharacterData.cs     |     10 +-
 .../nist_dom/fundamental/Document/Document.cs      |     14 +-
 .../nist_dom/fundamental/Element/Element.cs        |     22 +-
 .../fundamental/NamedNodeMap/NamedNodeMap.cs       |     10 +-
 .../System.Xml/nist_dom/fundamental/Node/Node.cs   |     15 +-
 .../System.Xml/nist_dom/fundamental/Text/Text.cs   |      2 +-
 .../System.XML/Test/XmlFiles/literal-data.xml      |     16 +-
 ...cludedNamespace2.xsd => includedNamespace2.xsd} |      0
 .../Test/XmlFiles/xsd/multi-schemaLocation.xml     |      5 +-
 .../Test/XmlFiles/xsd/x-net-config-schema.xsd      |      2 +-
 mcs/class/System.XML/mobile_System.Xml.dll.sources |    805 +-
 .../monotouch_watch_System.Xml.dll.sources         |      1 +
 mcs/class/System.Xaml/Assembly/AssemblyInfo.cs     |      4 +
 mcs/class/System.Xaml/Makefile                     |      9 +-
 .../ValueSerializerAttribute.cs                    |     51 -
 mcs/class/System.Xaml/System.Xaml.dll.sources      |      1 -
 .../Test/System.Xaml/XamlXmlWriterTest.cs          |      2 +-
 mcs/class/System.Xml.Linq/Makefile                 |     19 +-
 .../System.Xml.Linq/System.Xml.Linq.dll.sources    |     34 +-
 .../System.Xml.Linq/System.Xml.Linq/ChangeLog      |    527 -
 .../System.Xml.Linq/System.Xml.Linq/Extensions.cs  |    176 -
 .../System.Xml.Linq/System.Xml.Linq/LoadOptions.cs |     39 -
 .../System.Xml.Linq/ReaderOptions.cs               |     34 -
 .../System.Xml.Linq/System.Xml.Linq/SaveOptions.cs |     38 -
 .../System.Xml.Linq/System.Xml.Linq/XAttribute.cs  |    364 -
 .../System.Xml.Linq/System.Xml.Linq/XCData.cs      |     71 -
 .../System.Xml.Linq/System.Xml.Linq/XComment.cs    |     63 -
 .../System.Xml.Linq/System.Xml.Linq/XContainer.cs  |    242 -
 .../System.Xml.Linq/XDeclaration.cs                |    101 -
 .../System.Xml.Linq/System.Xml.Linq/XDocument.cs   |    286 -
 .../System.Xml.Linq/XDocumentType.cs               |    106 -
 .../System.Xml.Linq/System.Xml.Linq/XElement.cs    |    848 -
 .../System.Xml.Linq/System.Xml.Linq/XIterators.cs  |    137 -
 mcs/class/System.Xml.Linq/System.Xml.Linq/XName.cs |    170 -
 .../System.Xml.Linq/System.Xml.Linq/XNamespace.cs  |    141 -
 mcs/class/System.Xml.Linq/System.Xml.Linq/XNode.cs |    345 -
 .../System.Xml.Linq/XNodeDocumentOrderComparer.cs  |    155 -
 .../System.Xml.Linq/XNodeEqualityComparer.cs       |    187 -
 .../System.Xml.Linq/XNodeNavigator.cs              |    422 -
 .../System.Xml.Linq/System.Xml.Linq/XNodeReader.cs |    545 -
 .../System.Xml.Linq/System.Xml.Linq/XNodeWriter.cs |    408 -
 .../System.Xml.Linq/System.Xml.Linq/XObject.cs     |    223 -
 .../System.Xml.Linq/XObjectChange.cs               |     36 -
 .../System.Xml.Linq/XObjectChangeEventArgs.cs      |     56 -
 .../System.Xml.Linq/XProcessingInstruction.cs      |     82 -
 .../System.Xml.Linq/XStreamingElement.cs           |    180 -
 mcs/class/System.Xml.Linq/System.Xml.Linq/XText.cs |     70 -
 mcs/class/System.Xml.Linq/System.Xml.Linq/XUtil.cs |    152 -
 .../System.Xml.Linq/System.Xml.Schema/ChangeLog    |      7 -
 .../System.Xml.Schema/Extensions.cs                |    121 -
 .../System.Xml.Linq/System.Xml.XPath/ChangeLog     |     16 -
 .../System.Xml.Linq/System.Xml.XPath/Extensions.cs |     95 -
 .../Test/System.Xml.Linq/XCommentTest.cs           |      2 +-
 .../Test/System.Xml.Linq/XDocumentTest.cs          |      1 +
 .../Test/System.Xml.Linq/XElementTest.cs           |     56 +-
 .../Test/System.Xml.Linq/XNodeWriterTest.cs        |      4 +-
 .../Test/System.Xml.XPath/ExtensionsTest2.cs       |      8 +-
 mcs/class/System.Xml.Serialization/Makefile        |      3 +-
 mcs/class/System/Documentation/en/System/Uri.xml   |     11 +
 mcs/class/System/Makefile                          |     11 +-
 .../System/Microsoft.CSharp/CSharpCodeCompiler.cs  |     10 +-
 .../System/Microsoft.CSharp/CSharpCodeGenerator.cs |      6 +-
 .../System/Microsoft.VisualBasic/VBCodeCompiler.cs |      8 +
 .../Microsoft.VisualBasic/VBCodeGenerator.cs       |     27 +-
 mcs/class/System/ReferenceSources/AssertWrapper.cs |     15 +
 .../ConfigurationManagerInternalFactory.cs         |     12 +
 .../System/ReferenceSources/HttpSysSettings.cs     |      8 +
 mcs/class/System/ReferenceSources/Logging.cs       |      9 +
 mcs/class/System/ReferenceSources/SR.cs            |     44 +
 .../ReferenceSources/SettingsSectionInternal.cs    |      6 +-
 mcs/class/System/ReferenceSources/Socket.cs        |      8 +-
 .../System.CodeDom.Compiler/CodeDomProvider.cs     |      4 +
 .../System.CodeDom.Compiler/CodeGenerator.cs       |   1316 -
 .../CodeGeneratorOptions.cs                        |    133 -
 .../System.CodeDom.Compiler/CompilerError.cs       |    102 -
 .../CompilerErrorCollection.cs                     |    115 -
 .../System.CodeDom.Compiler/CompilerParameters.cs  |    224 -
 .../GeneratedCodeAttribute.cs                      |     53 -
 .../System.CodeDom.Compiler/GeneratorSupport.cs    |     65 -
 .../System.CodeDom.Compiler/ICodeCompiler.cs       |     53 -
 .../System.CodeDom.Compiler/ICodeGenerator.cs      |     74 -
 .../System/System.CodeDom.Compiler/ICodeParser.cs  |     41 -
 .../System.CodeDom.Compiler/IndentedTextWriter.cs  |    320 -
 .../System.CodeDom.Compiler/LanguageOptions.cs     |     39 -
 mcs/class/System/System.CodeDom/ChangeLog          |    742 -
 .../CodeArgumentReferenceExpression.cs             |     77 -
 .../System.CodeDom/CodeArrayCreateExpression.cs    |    175 -
 .../System.CodeDom/CodeArrayIndexerExpression.cs   |     85 -
 .../System/System.CodeDom/CodeAssignStatement.cs   |     84 -
 .../System.CodeDom/CodeAttachEventStatement.cs     |     99 -
 .../System/System.CodeDom/CodeAttributeArgument.cs |     84 -
 .../CodeAttributeArgumentCollection.cs             |    128 -
 .../System.CodeDom/CodeAttributeDeclaration.cs     |    110 -
 .../CodeAttributeDeclarationCollection.cs          |    128 -
 .../System.CodeDom/CodeBaseReferenceExpression.cs  |     49 -
 .../System.CodeDom/CodeBinaryOperatorExpression.cs |     98 -
 .../System.CodeDom/CodeBinaryOperatorType.cs       |     56 -
 .../System/System.CodeDom/CodeCastExpression.cs    |    101 -
 mcs/class/System/System.CodeDom/CodeCatchClause.cs |    107 -
 .../System.CodeDom/CodeCatchClauseCollection.cs    |    126 -
 .../System/System.CodeDom/CodeChecksumPragma.cs    |     85 -
 mcs/class/System/System.CodeDom/CodeComment.cs     |     85 -
 .../System/System.CodeDom/CodeCommentStatement.cs  |     86 -
 .../CodeCommentStatementCollection.cs              |    128 -
 mcs/class/System/System.CodeDom/CodeCompileUnit.cs |    101 -
 .../System.CodeDom/CodeConditionStatement.cs       |    106 -
 mcs/class/System/System.CodeDom/CodeConstructor.cs |     82 -
 .../System.CodeDom/CodeDefaultValueExpression.cs   |     69 -
 .../System.CodeDom/CodeDelegateCreateExpression.cs |    106 -
 .../System.CodeDom/CodeDelegateInvokeExpression.cs |     93 -
 .../System.CodeDom/CodeDirectionExpression.cs      |     88 -
 mcs/class/System/System.CodeDom/CodeDirective.cs   |     41 -
 .../System.CodeDom/CodeDirectiveCollection.cs      |    113 -
 .../System/System.CodeDom/CodeEntryPointMethod.cs  |     54 -
 .../System.CodeDom/CodeEventReferenceExpression.cs |     88 -
 mcs/class/System/System.CodeDom/CodeExpression.cs  |     42 -
 .../System.CodeDom/CodeExpressionCollection.cs     |    128 -
 .../System.CodeDom/CodeExpressionStatement.cs      |     75 -
 .../System.CodeDom/CodeFieldReferenceExpression.cs |     88 -
 .../System/System.CodeDom/CodeGotoStatement.cs     |     77 -
 .../System/System.CodeDom/CodeIndexerExpression.cs |     87 -
 .../System.CodeDom/CodeIterationStatement.cs       |    110 -
 .../System/System.CodeDom/CodeLabeledStatement.cs  |     94 -
 mcs/class/System/System.CodeDom/CodeLinePragma.cs  |     84 -
 mcs/class/System/System.CodeDom/CodeMemberEvent.cs |     97 -
 mcs/class/System/System.CodeDom/CodeMemberField.cs |    100 -
 .../System/System.CodeDom/CodeMemberMethod.cs      |    149 -
 .../System/System.CodeDom/CodeMemberProperty.cs    |    145 -
 .../System.CodeDom/CodeMethodInvokeExpression.cs   |     96 -
 .../CodeMethodReferenceExpression.cs               |    109 -
 .../System.CodeDom/CodeMethodReturnStatement.cs    |     76 -
 mcs/class/System/System.CodeDom/CodeNamespace.cs   |    120 -
 .../System.CodeDom/CodeNamespaceCollection.cs      |    127 -
 .../System/System.CodeDom/CodeNamespaceImport.cs   |     80 -
 .../CodeNamespaceImportCollection.cs               |    225 -
 mcs/class/System/System.CodeDom/CodeObject.cs      |     61 -
 .../System.CodeDom/CodeObjectCreateExpression.cs   |    103 -
 .../CodeParameterDeclarationExpression.cs          |    125 -
 ...CodeParameterDeclarationExpressionCollection.cs |    128 -
 .../System.CodeDom/CodePrimitiveExpression.cs      |     75 -
 .../CodePropertyReferenceExpression.cs             |     90 -
 .../CodePropertySetValueReferenceExpression.cs     |     49 -
 .../System/System.CodeDom/CodeRegionDirective.cs   |     72 -
 mcs/class/System/System.CodeDom/CodeRegionMode.cs  |     42 -
 .../System.CodeDom/CodeRemoveEventStatement.cs     |     99 -
 .../System.CodeDom/CodeSnippetCompileUnit.cs       |     80 -
 .../System/System.CodeDom/CodeSnippetExpression.cs |     77 -
 .../System/System.CodeDom/CodeSnippetStatement.cs  |     69 -
 .../System/System.CodeDom/CodeSnippetTypeMember.cs |     77 -
 mcs/class/System/System.CodeDom/CodeStatement.cs   |     84 -
 .../System.CodeDom/CodeStatementCollection.cs      |    133 -
 .../System.CodeDom/CodeThisReferenceExpression.cs  |     57 -
 .../System.CodeDom/CodeThrowExceptionStatement.cs  |     75 -
 .../System.CodeDom/CodeTryCatchFinallyStatement.cs |    102 -
 .../System/System.CodeDom/CodeTypeConstructor.cs   |     54 -
 .../System/System.CodeDom/CodeTypeDeclaration.cs   |    193 -
 .../CodeTypeDeclarationCollection.cs               |    127 -
 .../System/System.CodeDom/CodeTypeDelegate.cs      |     80 -
 mcs/class/System/System.CodeDom/CodeTypeMember.cs  |    127 -
 .../System.CodeDom/CodeTypeMemberCollection.cs     |    127 -
 .../System/System.CodeDom/CodeTypeOfExpression.cs  |     88 -
 .../System/System.CodeDom/CodeTypeParameter.cs     |     88 -
 .../System.CodeDom/CodeTypeParameterCollection.cs  |    122 -
 .../System/System.CodeDom/CodeTypeReference.cs     |    279 -
 .../System.CodeDom/CodeTypeReferenceCollection.cs  |    137 -
 .../System.CodeDom/CodeTypeReferenceExpression.cs  |     88 -
 .../System.CodeDom/CodeTypeReferenceOptions.cs     |     44 -
 .../CodeVariableDeclarationStatement.cs            |    141 -
 .../CodeVariableReferenceExpression.cs             |     77 -
 mcs/class/System/System.CodeDom/FieldDirection.cs  |     42 -
 mcs/class/System/System.CodeDom/ICodeDomVisitor.cs |     83 -
 .../System/System.CodeDom/MemberAttributes.cs      |     59 -
 .../System/System.Diagnostics/BooleanSwitch.cs     |     79 -
 .../System.Diagnostics/ConsoleTraceListener.cs     |     40 -
 .../System.Diagnostics/CorrelationManager.cs       |     69 -
 mcs/class/System/System.Diagnostics/Debug.cs       |    247 -
 .../DelimitedListTraceListener.cs                  |    156 -
 .../DiagnosticsConfigurationHandler.cs             |     11 +-
 .../System/System.Diagnostics/EventTypeFilter.cs   |     80 -
 mcs/class/System/System.Diagnostics/Process.cs     |    103 +-
 .../System/System.Diagnostics/SourceFilter.cs      |     68 -
 .../System/System.Diagnostics/SourceLevels.cs      |     51 -
 .../System/System.Diagnostics/SourceSwitch.cs      |     85 -
 mcs/class/System/System.Diagnostics/Switch.cs      |    172 -
 .../System/System.Diagnostics/SwitchAttribute.cs   |     95 -
 .../System.Diagnostics/SwitchLevelAttribute.cs     |     61 -
 .../System.Diagnostics/TextWriterTraceListener.cs  |    135 -
 mcs/class/System/System.Diagnostics/Trace.cs       |    276 -
 .../System/System.Diagnostics/TraceEventCache.cs   |     80 -
 .../System/System.Diagnostics/TraceEventType.cs    |     54 -
 mcs/class/System/System.Diagnostics/TraceFilter.cs |     47 -
 mcs/class/System/System.Diagnostics/TraceImpl.cs   |      6 +-
 mcs/class/System/System.Diagnostics/TraceLevel.cs  |     45 -
 .../System/System.Diagnostics/TraceListener.cs     |    278 -
 .../System.Diagnostics/TraceListenerCollection.cs  |    252 -
 .../System/System.Diagnostics/TraceOptions.cs      |     43 -
 mcs/class/System/System.Diagnostics/TraceSource.cs |    194 -
 .../System/System.Diagnostics/TraceSourceInfo.cs   |      4 +-
 mcs/class/System/System.Diagnostics/TraceSwitch.cs |     96 -
 .../System.Diagnostics/XmlWriterTraceListener.cs   |    241 -
 .../System/System.IO.Compression/DeflateStream.cs  |      3 +
 mcs/class/System/System.IO/KeventWatcher.cs        |     12 +-
 .../IPv4InterfaceStatistics.cs                     |     21 -
 .../System.Net.NetworkInformation/NetworkChange.cs |     14 +-
 .../NetworkInterface.cs                            |     55 +-
 .../UnicastIPAddressInformation.cs                 |     27 +-
 .../System/System.Net.Sockets/SafeSocketHandle.cs  |    118 +
 mcs/class/System/System.Net.Sockets/Socket.cs      |   3846 +-
 .../System.Net.Sockets/SocketAsyncCallback.cs      |     32 +
 .../System.Net.Sockets/SocketAsyncEventArgs.cs     |     47 +-
 .../System/System.Net.Sockets/SocketAsyncResult.cs |    318 +
 .../System/System.Net.Sockets/SocketAsyncWorker.cs |    397 +
 .../System/System.Net.Sockets/SocketOperation.cs   |     48 +
 .../System/System.Net.Sockets/SocketOptionName.cs  |    207 -
 mcs/class/System/System.Net.Sockets/Socket_2_1.cs  |   1908 -
 mcs/class/System/System.Net/Dns.cs                 |      2 -
 mcs/class/System/System.Net/HttpListenerRequest.cs |      7 +-
 mcs/class/System/System.Net/HttpWebRequest.cs      |     46 +-
 mcs/class/System/System.Net/ServicePoint.cs        |     17 +-
 mcs/class/System/System.Net/WebConnection.cs       |      6 +-
 mcs/class/System/System.Net/WebConnectionGroup.cs  |     12 +
 mcs/class/System/System.Net/WebConnectionStream.cs |      3 +-
 .../System/System.Runtime.Versioning/ChangeLog     |      7 -
 .../System.Runtime.Versioning/FrameworkName.cs     |    231 -
 .../System/System.Security.Cryptography/Oid.cs     |     24 +
 .../System.Threading/SemaphoreFullException.cs     |     71 -
 mcs/class/System/System.dll.sources                |    282 +-
 mcs/class/System/System/Uri.cs                     |     34 +-
 mcs/class/System/System/UriBuilder.cs              |     10 +-
 mcs/class/System/System_test.dll.sources           |      2 +
 .../CodeGeneratorFromCompileUnitTest.cs            |     36 +-
 .../CodeGeneratorGenerateFromCompileUnitTest.cs    |      1 +
 .../AsyncOperationManagerTest.cs                   |      2 +-
 .../CategoryAttributeTests.cs                      |     68 +
 .../DefaultValueAttributeTest.cs                   |      2 +-
 .../ApplicationSettingsBaseTest.cs                 |      6 +-
 .../System/Test/System.Diagnostics/ProcessTest.cs  |    134 +-
 .../System.IO.Compression/DeflateStreamTest.cs     |     39 +-
 .../IPInterfacePropertiesTest.cs                   |     72 +-
 .../Test/System.Net.Security/SslStreamTest.cs      |      4 +-
 .../System/Test/System.Net.Sockets/SocketTest.cs   |     24 +-
 .../System.Net.WebSockets/ClientWebSocketTest.cs   |     14 +-
 .../Test/System.Net/HttpListenerRequestTest.cs     |     26 +
 .../System/Test/System.Net/HttpListenerTest.cs     |      6 +-
 .../System/Test/System.Net/HttpWebRequestTest.cs   |     90 +-
 .../System/Test/System.Net/HttpWebResponseTest.cs  |     66 +-
 .../Test/System.Net/ServicePointManagerTest.cs     |      2 +-
 .../System/Test/System.Net/ServicePointTest.cs     |     36 +-
 .../System/Test/System.Net/SocketResponder.cs      |      8 +
 mcs/class/System/Test/System.Net/WebClientTest.cs  |     26 +-
 .../System/Test/System.Net/WebClientTestAsync.cs   |      5 +
 mcs/class/System/Test/System.Net/WebRequestTest.cs |      6 +-
 .../Test/System.Security.Cryptography/OidTest.cs   |     34 +
 mcs/class/System/Test/System/UriBuilderTest.cs     |      7 +
 mcs/class/System/Test/System/UriTest.cs            |     46 +
 mcs/class/System/Test/System/UriTest3.cs           |      6 +
 mcs/class/System/mobile_System.dll.sources         |     59 +-
 .../System/monotouch_watch_System.dll.sources      |      1 +
 mcs/class/SystemWebTestShim/Makefile               |      3 +-
 mcs/class/WebMatrix.Data/Makefile                  |      7 +-
 mcs/class/WindowsBase/Assembly/AssemblyInfo.cs     |      8 +-
 mcs/class/WindowsBase/Makefile                     |      5 +-
 mcs/class/WindowsBase/ZipSharp/NativeUnzip.cs      |     12 +-
 mcs/class/corlib/Assembly/AssemblyInfo.cs          |      1 -
 mcs/class/corlib/Makefile                          |     27 +-
 .../corlib/Microsoft.Win32.SafeHandles/ChangeLog   |     58 -
 .../CriticalHandleMinusOneIsInvalid.cs             |     48 -
 .../CriticalHandleZeroOrMinusOneIsInvalid.cs       |     47 -
 .../Microsoft.Win32.SafeHandles/SafeFileHandle.cs  |     57 -
 .../SafeHandleMinusOneIsInvalid.cs                 |     47 -
 .../SafeHandleZeroOrMinusOneIsInvalid.cs           |     46 -
 .../SafeRegistryHandle.cs                          |     55 -
 .../Microsoft.Win32.SafeHandles/SafeWaitHandle.cs  |     51 -
 mcs/class/corlib/Microsoft.Win32/RegistryKey.cs    |     16 +-
 .../corlib/Microsoft.Win32/UnixRegistryApi.cs      |    224 +-
 .../Mono.Globalization.Unicode/Normalization.cs    |     30 +-
 .../Mono.Globalization.Unicode/SimpleCollator.cs   |     99 +-
 mcs/class/corlib/Mono.Security/Uri.cs              |      2 +
 mcs/class/corlib/ReferenceSources/AppDomain.cs     |      8 +
 mcs/class/corlib/ReferenceSources/BCLDebug.cs      |     10 +
 mcs/class/corlib/ReferenceSources/Buffer.cs        |    176 +
 mcs/class/corlib/ReferenceSources/CompareInfo.cs   |    162 +
 mcs/class/corlib/ReferenceSources/CultureData.cs   |    143 +-
 mcs/class/corlib/ReferenceSources/DefaultBinder.cs |    149 +
 mcs/class/corlib/ReferenceSources/Environment.cs   |     30 +
 .../corlib/ReferenceSources/ExecutionContext.cs    |     56 -
 mcs/class/corlib/ReferenceSources/JitHelpers.cs    |     12 +-
 mcs/class/corlib/ReferenceSources/MethodBase.cs    |     63 +
 mcs/class/corlib/ReferenceSources/ParseNumbers.cs  |     53 +-
 .../ReferenceSources/RemotingFieldCachedData.cs    |     21 +
 .../corlib/ReferenceSources/RuntimeHandles.cs      |     41 +
 mcs/class/corlib/ReferenceSources/RuntimeType.cs   |    619 +
 .../corlib/ReferenceSources/SecurityContext.cs     |     94 +
 mcs/class/corlib/ReferenceSources/SharedStatics.cs |     22 +
 mcs/class/corlib/ReferenceSources/String.cs        |    766 +
 mcs/class/corlib/ReferenceSources/TextInfo.cs      |    201 +
 .../corlib/ReferenceSources/TimeZoneInfoOptions.cs |      8 -
 mcs/class/corlib/ReferenceSources/Type.cs          |    139 +
 .../ReferenceSources/TypeBuilderInstantiation.cs   |     14 +
 .../corlib/ReferenceSources/TypeNameParser.cs      |     20 +
 mcs/class/corlib/ReferenceSources/win32native.cs   |     14 +
 .../corlib/System.Collections.Generic/Comparer.cs  |    126 -
 .../System.Collections.Generic/EqualityComparer.cs |    229 -
 .../corlib/System.Collections/HashPrimeNumbers.cs  |    107 -
 .../System.Diagnostics.CodeAnalysis/ChangeLog      |      4 -
 .../SuppressMessageAttribute.cs                    |    101 -
 .../System.Diagnostics/ConditionalAttribute.cs     |     59 -
 .../System.Diagnostics/DebuggableAttribute.cs      |     86 -
 .../DebuggerBrowsableAttribute.cs                  |     54 -
 .../System.Diagnostics/DebuggerBrowsableState.cs   |     43 -
 .../System.Diagnostics/DebuggerDisplayAttribute.cs |    108 -
 .../System.Diagnostics/DebuggerHiddenAttribute.cs  |     51 -
 .../DebuggerNonUserCodeAttribute.cs                |     45 -
 .../DebuggerStepThroughAttribute.cs                |     49 -
 .../DebuggerStepperBoundaryAttribute.cs            |     45 -
 .../DebuggerTypeProxyAttribute.cs                  |     84 -
 .../DebuggerVisualizerAttribute.cs                 |    136 -
 mcs/class/corlib/System.Diagnostics/StackFrame.cs  |      9 +
 mcs/class/corlib/System.Diagnostics/StackTrace.cs  |    175 +-
 .../System.Globalization/CalendarAlgorithmType.cs  |     41 -
 .../System.Globalization/CalendarWeekRule.cs       |     52 -
 .../corlib/System.Globalization/CompareInfo.cs     |    834 -
 .../corlib/System.Globalization/CompareOptions.cs  |     55 -
 .../corlib/System.Globalization/CultureInfo.cs     |    111 +-
 .../CultureNotFoundException.cs                    |    120 -
 .../corlib/System.Globalization/CultureTypes.cs    |     57 -
 .../System.Globalization/DateTimeFormatInfo.cs     |     53 -
 .../corlib/System.Globalization/DateTimeStyles.cs  |     52 -
 .../corlib/System.Globalization/DigitShapes.cs     |     33 -
 .../System.Globalization/GregorianCalendarTypes.cs |     68 -
 .../System.Globalization/NumberFormatInfo.cs       |   1004 -
 .../corlib/System.Globalization/NumberStyles.cs    |     70 -
 .../System.Globalization/RegionInfo.MonoTouch.cs   |      4 +-
 .../corlib/System.Globalization/SortVersion.cs     |     79 -
 .../corlib/System.Globalization/StringInfo.cs      |    242 -
 .../System.Globalization/TextElementEnumerator.cs  |    108 -
 mcs/class/corlib/System.Globalization/TextInfo.cs  |    554 -
 .../corlib/System.Globalization/UnicodeCategory.cs |     70 -
 mcs/class/corlib/System.IO/BinaryReader.cs         |    589 -
 mcs/class/corlib/System.IO/BinaryWriter.cs         |    360 -
 .../corlib/System.IO/DirectoryNotFoundException.cs |     63 -
 .../corlib/System.IO/DriveNotFoundException.cs     |     66 -
 mcs/class/corlib/System.IO/EndOfStreamException.cs |     68 -
 mcs/class/corlib/System.IO/FileLoadException.cs    |    139 -
 .../corlib/System.IO/FileNotFoundException.cs      |    144 -
 mcs/class/corlib/System.IO/FileStream.cs           |      4 +-
 .../System.IO/HGlobalUnmanagedMemoryStream.cs      |     52 +
 mcs/class/corlib/System.IO/IOException.cs          |     68 -
 mcs/class/corlib/System.IO/Path.cs                 |      2 +-
 mcs/class/corlib/System.IO/PathTooLongException.cs |     68 -
 .../corlib/System.IO/UnmanagedMemoryAccessor.cs    |    477 -
 .../corlib/System.IO/UnmanagedMemoryStream.cs      |    497 -
 .../System.Reflection.Emit/ConstructorBuilder.cs   |      2 +-
 .../ConstructorOnTypeBuilderInst.cs                |      6 +
 .../CustomAttributeBuilder.cs                      |      4 +
 .../GenericTypeParameterBuilder.cs                 |     13 +-
 .../corlib/System.Reflection.Emit/MethodBuilder.cs |      2 +-
 .../MethodOnTypeBuilderInst.cs                     |      6 +
 .../corlib/System.Reflection.Emit/ModuleBuilder.cs |      4 +-
 .../corlib/System.Reflection.Emit/TypeBuilder.cs   |     58 +-
 .../System.Reflection.Emit/UnmanagedMarshal.cs     |     15 +-
 .../System.Reflection/AmbiguousMatchException.cs   |     63 -
 mcs/class/corlib/System.Reflection/Assembly.cs     |    109 +-
 .../AssemblyAlgorithmIdAttribute.cs                |     64 -
 .../System.Reflection/AssemblyCompanyAttribute.cs  |     56 -
 .../AssemblyConfigurationAttribute.cs              |     56 -
 .../System.Reflection/AssemblyContentType.cs       |     36 -
 .../AssemblyCopyrightAttribute.cs                  |     56 -
 .../System.Reflection/AssemblyCultureAttribute.cs  |     56 -
 .../AssemblyDefaultAliasAttribute.cs               |     56 -
 .../AssemblyDelaySignAttribute.cs                  |     57 -
 .../AssemblyDescriptionAttribute.cs                |     56 -
 .../AssemblyFileVersionAttribute.cs                |     58 -
 .../System.Reflection/AssemblyFlagsAttribute.cs    |     75 -
 .../AssemblyInformationalVersionAttribute.cs       |     55 -
 .../System.Reflection/AssemblyKeyFileAttribute.cs  |     55 -
 .../System.Reflection/AssemblyKeyNameAttribute.cs  |     55 -
 .../System.Reflection/AssemblyMetadataAttribute.cs |     45 -
 mcs/class/corlib/System.Reflection/AssemblyName.cs |      6 +-
 .../corlib/System.Reflection/AssemblyNameFlags.cs  |     62 -
 .../corlib/System.Reflection/AssemblyNameProxy.cs  |     52 -
 .../System.Reflection/AssemblyProductAttribute.cs  |     55 -
 .../AssemblySignatureKeyAttribute.cs               |     45 -
 .../System.Reflection/AssemblyTitleAttribute.cs    |     55 -
 .../AssemblyTradeMarkAttribute.cs                  |     55 -
 .../System.Reflection/AssemblyVersionAttribute.cs  |     55 -
 mcs/class/corlib/System.Reflection/Binder.cs       |   1018 -
 mcs/class/corlib/System.Reflection/BindingFlags.cs |    117 -
 .../corlib/System.Reflection/CallingConventions.cs |     68 -
 .../System.Reflection/CustomAttributeData.cs       |      6 +
 .../System.Reflection/CustomAttributeExtensions.cs |    220 -
 .../System.Reflection/DefaultMemberAttribute.cs    |     55 -
 .../corlib/System.Reflection/EventAttributes.cs    |     64 -
 .../corlib/System.Reflection/FieldAttributes.cs    |    129 -
 mcs/class/corlib/System.Reflection/FieldInfo.cs    |     12 +-
 .../GenericParameterAttributes.cs                  |     52 -
 .../System.Reflection/ICustomAttributeProvider.cs  |     49 -
 mcs/class/corlib/System.Reflection/IReflect.cs     |     69 -
 .../corlib/System.Reflection/IReflectableType.cs   |     36 -
 .../corlib/System.Reflection/InterfaceMapping.cs   |     43 -
 .../System.Reflection/IntrospectionExtensions.cs   |     45 -
 .../InvalidFilterCriteriaException.cs              |     62 -
 .../System.Reflection/ManifestResourceInfo.cs      |     66 -
 mcs/class/corlib/System.Reflection/MemberFilter.cs |     33 -
 mcs/class/corlib/System.Reflection/MemberInfo.cs   |    149 -
 .../MemberInfoSerializationHolder.cs               |    162 -
 mcs/class/corlib/System.Reflection/MemberTypes.cs  |     84 -
 .../corlib/System.Reflection/MethodAttributes.cs   |    144 -
 mcs/class/corlib/System.Reflection/MethodBase.cs   |    323 -
 .../System.Reflection/MethodImplAttributes.cs      |    108 -
 mcs/class/corlib/System.Reflection/Missing.cs      |     50 -
 mcs/class/corlib/System.Reflection/Module.cs       |      4 +-
 mcs/class/corlib/System.Reflection/MonoAssembly.cs |     99 +
 mcs/class/corlib/System.Reflection/MonoEvent.cs    |     57 +-
 mcs/class/corlib/System.Reflection/MonoField.cs    |    148 +-
 mcs/class/corlib/System.Reflection/MonoMethod.cs   |    259 +-
 mcs/class/corlib/System.Reflection/MonoModule.cs   |     12 +-
 .../corlib/System.Reflection/MonoParameterInfo.cs  |      7 +-
 mcs/class/corlib/System.Reflection/MonoProperty.cs |    111 +-
 .../ObfuscateAssemblyAttribute.cs                  |     66 -
 .../System.Reflection/ObfuscationAttribute.cs      |     91 -
 .../System.Reflection/ParameterAttributes.cs       |     92 -
 .../corlib/System.Reflection/ParameterInfo.cs      |     31 +-
 .../corlib/System.Reflection/ParameterModifier.cs  |     55 -
 mcs/class/corlib/System.Reflection/Pointer.cs      |     80 -
 .../System.Reflection/ProcessorArchitecture.cs     |     46 -
 .../corlib/System.Reflection/PropertyAttributes.cs |     80 -
 .../corlib/System.Reflection/ReflectionContext.cs  |     49 -
 .../corlib/System.Reflection/ResourceAttributes.cs |     56 -
 .../corlib/System.Reflection/ResourceLocation.cs   |     60 -
 .../RuntimeReflectionExtensions.cs                 |    126 -
 .../corlib/System.Reflection/TypeAttributes.cs     |    174 -
 .../corlib/System.Reflection/TypeDelegator.cs      |    272 -
 mcs/class/corlib/System.Reflection/TypeFilter.cs   |     38 -
 mcs/class/corlib/System.Reflection/TypeInfo.cs     |    141 -
 mcs/class/corlib/System.Resources/ChangeLog        |    547 -
 .../corlib/System.Resources/IResourceReader.cs     |     44 -
 .../corlib/System.Resources/IResourceWriter.cs     |     48 -
 .../MissingManifestResourceException.cs            |     64 -
 .../MissingSatelliteAssemblyException.cs           |     74 -
 .../NeutralResourcesLanguageAttribute.cs           |     76 -
 .../corlib/System.Resources/ResourceManager.cs     |    522 -
 .../corlib/System.Resources/ResourceReader.cs      |    689 -
 mcs/class/corlib/System.Resources/ResourceSet.cs   |    233 -
 .../corlib/System.Resources/ResourceWriter.cs      |    520 -
 .../corlib/System.Resources/RuntimeResourceSet.cs  |     76 -
 .../SatelliteContractVersionAttribute.cs           |     51 -
 .../UltimateResourceFallbackLocation.cs            |     38 -
 .../ConditionalWeakTable.cs                        |      6 +-
 .../System.Runtime.ConstrainedExecution/CER.cs     |     37 -
 .../System.Runtime.ConstrainedExecution/ChangeLog  |     35 -
 .../Consistency.cs                                 |     38 -
 .../CriticialFinalizerObject.cs                    |     51 -
 .../PrePrepareMethodAttribute.cs                   |     38 -
 .../ReliabilityContractAttribute.cs                |     52 -
 .../ExceptionDispatchInfo.cs                       |     65 -
 .../FirstChanceExceptionEventArgs.cs               |     48 -
 ...ndleProcessCorruptedStateExceptionsAttribute.cs |     40 -
 .../BINDPTR.cs                                     |     44 -
 .../BIND_OPTS.cs                                   |     41 -
 .../CALLCONV.cs                                    |     47 -
 .../CONNECTDATA.cs                                 |     40 -
 .../ChangeLog                                      |    105 -
 .../DESCKIND.cs                                    |     45 -
 .../DISPPARAMS.cs                                  |     42 -
 .../ELEMDESC.cs                                    |     48 -
 .../EXCEPINFO.cs                                   |     52 -
 .../FILETIME.cs                                    |     39 -
 .../FUNCDESC.cs                                    |     49 -
 .../FUNCFLAGS.cs                                   |     52 -
 .../FUNCKIND.cs                                    |     42 -
 .../IBindCtx.cs                                    |     52 -
 .../IConnectionPoint.cs                            |     46 -
 .../IConnectionPointContainer.cs                   |     43 -
 .../IDLDESC.cs                                     |     39 -
 .../IDLFLAG.cs                                     |     44 -
 .../IEnumConnectionPoints.cs                       |     47 -
 .../IEnumConnections.cs                            |     48 -
 .../IEnumMoniker.cs                                |     47 -
 .../IEnumString.cs                                 |     47 -
 .../IEnumVARIANT.cs                                |     48 -
 .../IMPLTYPEFLAGS.cs                               |     43 -
 .../IMoniker.cs                                    |     65 -
 .../INVOKEKIND.cs                                  |     43 -
 .../IPersistFile.cs                                |     48 -
 .../IRunningObjectTable.cs                         |     51 -
 .../IStream.cs                                     |     53 -
 .../ITypeComp.cs                                   |     42 -
 .../ITypeInfo.cs                                   |     62 -
 .../ITypeInfo2.cs                                  |     57 -
 .../ITypeLib.cs                                    |     54 -
 .../ITypeLib2.cs                                   |     37 -
 .../LIBFLAGS.cs                                    |     43 -
 .../PARAMDESC.cs                                   |     39 -
 .../PARAMFLAG.cs                                   |     47 -
 .../STATSTG.cs                                     |     50 -
 .../SYSKIND.cs                                     |     45 -
 .../TYPEATTR.cs                                    |     59 -
 .../TYPEDESC.cs                                    |     40 -
 .../TYPEFLAGS.cs                                   |     56 -
 .../TYPEKIND.cs                                    |     50 -
 .../TYPELIBATTR.cs                                 |     46 -
 .../VARDESC.cs                                     |     54 -
 .../VARFLAGS.cs                                    |     54 -
 .../VARKIND.cs                                     |     20 -
 .../IExpando.cs                                    |     49 -
 .../WindowsRuntimeMarshal.cs                       |      5 +
 .../AllowReversePInvokeCallsAttribute.cs           |     38 -
 .../AutomationProxyAttribute.cs                    |     52 -
 .../BestFitMappingAttribute.cs                     |     56 -
 .../System.Runtime.InteropServices/CONNECTDATA.cs  |     41 -
 .../ClassInterfaceAttribute.cs                     |     55 -
 .../ClassInterfaceType.cs                          |     48 -
 .../CoClassAttribute.cs                            |     50 -
 .../ComAliasNameAttribute.cs                       |     52 -
 .../ComCompatibleVersionAttribute.cs               |     68 -
 .../ComConversionLossAttribute.cs                  |     45 -
 .../ComDefaultInterfaceAttribute.cs                |     25 -
 .../ComEventInterfaceAttribute.cs                  |     58 -
 .../ComImportAttribute.cs                          |     49 -
 .../ComInterfaceType.cs                            |     43 -
 .../ComRegisterFunctionAttribute.cs                |     42 -
 .../ComSourceInterfacesAttribute.cs                |     72 -
 .../ComUnregisterFunctionAttribute.cs              |     44 -
 .../System.Runtime.InteropServices/ComVisible.cs   |     57 -
 .../DefaultCharSetAttribute.cs                     |     26 -
 .../DefaultDllImportSearchPathsAttribute.cs        |     42 -
 .../DispIdAttribute.cs                             |     50 -
 .../DllImportAttribute.cs                          |     65 -
 .../DllImportSearchPath.cs                         |     42 -
 .../FieldOffsetAttribute.cs                        |     40 -
 .../System.Runtime.InteropServices/GCHandle.cs     |      2 +-
 .../GuidAttribute.cs                               |     53 -
 .../IDispatchImplAttribute.cs                      |     57 -
 .../IDispatchImplType.cs                           |     42 -
 .../System.Runtime.InteropServices/IErrorInfo.cs   |      5 +
 .../ImportedFromTypeLibAttribute.cs                |     52 -
 .../System.Runtime.InteropServices/InAttribute.cs  |     42 -
 .../InterfaceTypeAttribute.cs                      |     54 -
 .../LCIDConversionAttribute.cs                     |     51 -
 .../ManagedErrorInfo.cs                            |      5 +
 .../System.Runtime.InteropServices/Marshal.cs      |     48 +-
 .../OptionalAttribute.cs                           |     34 -
 .../System.Runtime.InteropServices/OutAttribute.cs |     43 -
 .../PreserveSigAttribute.cs                        |     43 -
 .../PrimaryInteropAssemblyAttribute.cs             |     58 -
 .../ProgIdAttribute.cs                             |     52 -
 .../System.Runtime.InteropServices/SafeHandle.cs   |    287 +-
 .../SetWin32ContextInIDispatchAttribute.cs         |     46 -
 .../StructLayoutAttribute.cs                       |     48 -
 .../TypeIdentifierAttribute.cs                     |     57 -
 .../TypeLibFuncAttribute.cs                        |     58 -
 .../TypeLibFuncFlags.cs                            |     52 -
 .../TypeLibImportClassAttribute.cs                 |     52 -
 .../TypeLibTypeAttribute.cs                        |     59 -
 .../TypeLibTypeFlags.cs                            |     52 -
 .../TypeLibVarAttribute.cs                         |     58 -
 .../TypeLibVarFlags.cs                             |     52 -
 .../TypeLibVersionAttribute.cs                     |     58 -
 .../UCOMIEnumConnections.cs                        |     47 -
 .../UnmanagedFunctionPointerAttribute.cs           |     54 -
 .../UnmanagedType.cs                               |     81 -
 .../System.Runtime.InteropServices/VarEnum.cs      |     75 -
 .../ActivationServices.cs                          |     10 +
 .../RemoteActivator.cs                             |      5 +-
 .../CrossAppDomainChannel.cs                       |     20 +
 .../System.Runtime.Remoting.Contexts/Context.cs    |    110 +-
 .../LeaseManager.cs                                |      2 +-
 .../AsyncResult.cs                                 |     37 +-
 .../CADMessages.cs                                 |    203 +-
 .../CallContext.cs                                 |    156 -
 .../ConstructionCallDictionary.cs                  |      2 +-
 .../IInternalMessage.cs                            |     23 +-
 .../LogicalCallContext.cs                          |    129 -
 .../MethodCall.cs                                  |     44 +-
 .../MethodCallDictionary.cs                        |     32 +-
 .../MethodCallMessageWrapper.cs                    |      2 +-
 .../MethodDictionary.cs                            |     37 +-
 .../MethodResponse.cs                              |     38 +-
 .../MethodReturnDictionary.cs                      |     34 +-
 .../MonoMethodMessage.cs                           |     11 +-
 .../ReturnMessage.cs                               |      9 +
 .../System.Runtime.Remoting.Proxies/RealProxy.cs   |      7 +-
 mcs/class/corlib/System.Runtime.Remoting/ObjRef.cs |     33 +-
 .../System.Runtime.Remoting/RemotingServices.cs    |     24 +-
 .../corlib/System.Runtime.Remoting/TypeInfo.cs     |      2 +-
 .../BinaryCommon.cs                                |    235 -
 .../BinaryFormatter.cs                             |    273 -
 .../ChangeLog                                      |    371 -
 .../CodeGenerator.cs                               |    405 -
 .../MessageFormatter.cs                            |    504 -
 .../ObjectReader.cs                                |    994 -
 .../ObjectWriter.cs                                |    994 -
 .../ChangeLog                                      |     51 -
 .../FormatterAssemblyStyle.cs                      |     55 -
 .../FormatterTopObjectStyle.cs                     |     55 -
 .../FormatterTypeStyle.cs                          |     59 -
 .../IFieldInfo.cs                                  |     56 -
 .../ISoapMessage.cs                                |     86 -
 .../InternalArrayTypeE.cs                          |     66 -
 .../InternalElementTypeE.cs                        |     57 -
 .../InternalMemberTypeE.cs                         |     60 -
 .../InternalMemberValueE.cs                        |     64 -
 .../InternalNameSpaceE.cs                          |     84 -
 .../InternalObjectPositionE.cs                     |     60 -
 .../InternalObjectTypeE.cs                         |     56 -
 .../InternalParseStateE.cs                         |     60 -
 .../InternalParseTypeE.cs                          |     97 -
 .../InternalPrimitiveTypeE.cs                      |    112 -
 .../InternalRM.cs                                  |     57 -
 .../InternalST.cs                                  |     83 -
 .../InternalSerializerTypeE.cs                     |     53 -
 .../ServerFault.cs                                 |     78 -
 .../SoapFault.cs                                   |    101 -
 .../SoapMessage.cs                                 |     86 -
 .../TypeFilterLevel.cs                             |     43 -
 .../corlib/System.Runtime.Serialization/ChangeLog  |    347 -
 .../System.Runtime.Serialization/Formatter.cs      |    186 -
 .../FormatterConverter.cs                          |    177 -
 .../FormatterServices.cs                           |    218 -
 .../IDeserializationCallback.cs                    |     39 -
 .../System.Runtime.Serialization/IFormatter.cs     |     90 -
 .../IFormatterConverter.cs                         |     57 -
 .../IObjectReference.cs                            |     40 -
 .../ISafeSerializationData.cs                      |     36 -
 .../System.Runtime.Serialization/ISerializable.cs  |     40 -
 .../ISerializationSurrogate.cs                     |     68 -
 .../ISurrogateSelector.cs                          |     65 -
 .../ObjectIDGenerator.cs                           |    117 -
 .../System.Runtime.Serialization/ObjectManager.cs  |    638 -
 .../OnDeserializedAttribute.cs                     |     38 -
 .../OnDeserializingAttribute.cs                    |     38 -
 .../OnSerializedAttribute.cs                       |     38 -
 .../OnSerializingAttribute.cs                      |     38 -
 .../OptionalFieldAttribute.cs                      |     49 -
 .../SafeSerializationEventArgs.cs                  |     50 -
 .../SerializationBinder.cs                         |     52 -
 .../SerializationCallbacks.cs                      |    160 -
 .../SerializationEntry.cs                          |     64 -
 .../SerializationException.cs                      |     62 -
 .../SerializationInfo.cs                           |    390 -
 .../SerializationInfoEnumerator.cs                 |     85 -
 .../SerializationObjectManager.cs                  |     94 -
 .../StreamingContext.cs                            |     85 -
 .../StreamingContextStates.cs                      |     81 -
 .../SurrogateSelector.cs                           |    120 -
 .../corlib/System.Runtime.Versioning/ChangeLog     |     16 -
 .../ComponentGuaranteesAttribute.cs                |     51 -
 .../ComponentGuaranteesOptions.cs                  |     41 -
 .../ResourceConsumptionAttribute.cs                |     61 -
 .../ResourceExposureAttribute.cs                   |     50 -
 .../System.Runtime.Versioning/ResourceScope.cs     |     41 -
 .../TargetFrameworkAttribute.cs                    |     51 -
 .../System.Runtime.Versioning/VersioningHelper.cs  |    125 -
 .../AssemblyTargetedPatchBandAttribute.cs          |     45 -
 .../TargetedPatchingOptOutAttribute.cs             |     56 -
 mcs/class/corlib/System.Security.Claims/Claim.cs   |     95 -
 .../corlib/System.Security.Claims/ClaimTypes.cs    |    142 -
 .../System.Security.Claims/ClaimValueTypes.cs      |     61 -
 .../System.Security.Claims/ClaimsIdentity.cs       |    283 -
 .../System.Security.Claims/ClaimsPrincipal.cs      |    218 -
 .../corlib/System.Security.Cryptography/Aes.cs     |     82 -
 .../AsymmetricAlgorithm.cs                         |    119 -
 .../AsymmetricKeyExchangeDeformatter.cs            |     48 -
 .../AsymmetricKeyExchangeFormatter.cs              |     51 -
 .../AsymmetricSignatureDeformatter.cs              |     57 -
 .../AsymmetricSignatureFormatter.cs                |     55 -
 .../Base64Constants.cs                             |     84 -
 .../System.Security.Cryptography/CipherMode.cs     |     44 -
 .../System.Security.Cryptography/CryptoConfig.cs   |     11 +-
 .../CryptoConfig.fullaot.cs                        |      5 +
 .../CryptoConfig_2_1.cs                            |      5 +
 .../System.Security.Cryptography/CryptoStream.cs   |    377 -
 .../CryptoStreamMode.cs                            |     41 -
 .../CryptographicException.cs                      |     76 -
 .../CryptographicUnexpectedOperationExcpetion.cs   |     70 -
 .../System.Security.Cryptography/CspParameters.cs  |    127 -
 .../CspProviderFlags.cs                            |     49 -
 .../corlib/System.Security.Cryptography/DES.cs     |    188 -
 .../DESCryptoServiceProvider.cs                    |     28 -
 .../corlib/System.Security.Cryptography/DSA.cs     |    182 -
 .../System.Security.Cryptography/DSAParameters.cs  |     54 -
 .../DSASignatureDeformatter.cs                     |     85 -
 .../DSASignatureFormatter.cs                       |     85 -
 .../System.Security.Cryptography/DeriveBytes.cs    |     60 -
 .../FromBase64Transform.cs                         |    272 -
 .../corlib/System.Security.Cryptography/HMAC.cs    |    198 -
 .../corlib/System.Security.Cryptography/HMACMD5.cs |     63 -
 .../System.Security.Cryptography/HMACRIPEMD160.cs  |     56 -
 .../System.Security.Cryptography/HMACSHA1.cs       |     77 -
 .../System.Security.Cryptography/HMACSHA256.cs     |     57 -
 .../System.Security.Cryptography/HMACSHA384.cs     |     79 -
 .../System.Security.Cryptography/HMACSHA512.cs     |     79 -
 .../System.Security.Cryptography/HashAlgorithm.cs  |    225 -
 .../ICryptoTransform.cs                            |     57 -
 .../System.Security.Cryptography/KeySizes.cs       |     79 -
 .../KeyedHashAlgorithm.cs                          |     95 -
 .../System.Security.Cryptography/MACTripleDES.cs   |    147 -
 .../corlib/System.Security.Cryptography/MD5.cs     |     60 -
 .../MD5CryptoServiceProvider.cs                    |      8 +-
 .../MaskGenerationMethod.cs                        |     44 -
 .../PKCS1MaskGenerationMethod.cs                   |     64 -
 .../System.Security.Cryptography/PaddingMode.cs    |     46 -
 .../PasswordDeriveBytes.cs                         |    287 -
 .../corlib/System.Security.Cryptography/RC2.cs     |     93 -
 .../RC2CryptoServiceProvider.cs                    |     48 +-
 .../System.Security.Cryptography/RIPEMD160.cs      |     69 -
 .../RIPEMD160Managed.cs                            |    439 -
 .../corlib/System.Security.Cryptography/RSA.cs     |    176 -
 .../RSACryptoServiceProvider.cs                    |     23 +-
 .../RSAOAEPKeyExchangeDeformatter.cs               |     75 -
 .../RSAOAEPKeyExchangeFormatter.cs                 |     90 -
 .../RSAPKCS1KeyExchangeDeformatter.cs              |     81 -
 .../RSAPKCS1KeyExchangeFormatter.cs                |     94 -
 .../System.Security.Cryptography/RSAParameters.cs  |     53 -
 .../RandomNumberGenerator.cs                       |     76 -
 .../Rfc2898DeriveBytes.cs                          |    199 -
 .../System.Security.Cryptography/Rijndael.cs       |     68 -
 .../RijndaelManaged.cs                             |     72 -
 .../RijndaelManagedTransform.cs                    |   1565 -
 .../corlib/System.Security.Cryptography/SHA1.cs    |     58 -
 .../System.Security.Cryptography/SHA1Managed.cs    |     68 -
 .../corlib/System.Security.Cryptography/SHA256.cs  |     58 -
 .../System.Security.Cryptography/SHA256Managed.cs  |    218 -
 .../corlib/System.Security.Cryptography/SHA384.cs  |     58 -
 .../System.Security.Cryptography/SHA384Managed.cs  |    259 -
 .../corlib/System.Security.Cryptography/SHA512.cs  |     58 -
 .../System.Security.Cryptography/SHA512Managed.cs  |    282 -
 .../System.Security.Cryptography/SHAConstants.cs   |     77 -
 .../SignatureDescription.cs                        |    165 -
 .../SymmetricAlgorithm.cs                          |    237 -
 .../ToBase64Transform.cs                           |    214 -
 .../System.Security.Cryptography/TripleDES.cs      |    138 -
 .../TripleDESCryptoServiceProvider.cs              |     28 -
 .../corlib/System.Security.Policy/Evidence.cs      |      6 +
 .../System.Security.Principal/GenericIdentity.cs   |     98 -
 .../System.Security.Principal/WindowsIdentity.cs   |     20 +
 .../AllowPartiallyTrustedCallersAttribute.cs       |     43 -
 .../corlib/System.Security/CodeAccessPermission.cs |    163 +-
 mcs/class/corlib/System.Security/PermissionSet.cs  |     87 -
 .../corlib/System.Security/SecurityContext.cs      |    209 -
 .../System.Security/SecurityContextSource.cs       |     37 -
 .../System.Security/SecurityCriticalAttribute.cs   |     80 -
 .../System.Security/SecurityCriticalScope.cs       |     37 -
 .../corlib/System.Security/SecurityElement.cs      |     67 +
 mcs/class/corlib/System.Security/SecurityFrame.cs  |    143 -
 .../corlib/System.Security/SecurityManager.cs      |    300 +-
 .../System.Security/SecurityManager_mobile.cs      |     10 -
 .../corlib/System.Security/SecurityRuleSet.cs      |     39 -
 .../System.Security/SecurityRulesAttribute.cs      |     45 -
 .../SecuritySafeCriticalAttribute.cs               |     41 -
 .../SecurityTransparentAttribute.cs                |     39 -
 .../SecurityTreatAsSafeAttribute.cs                |     44 -
 .../SuppressUnmanagedCodeSecurityAttribute.cs      |     40 -
 .../System.Security/UnverifiableCodeAttribute.cs   |     38 -
 mcs/class/corlib/System.Text/Latin1Encoding.cs     |      2 +-
 mcs/class/corlib/System.Text/StringBuilder.cs      |    773 -
 .../corlib/System.Threading.Tasks/TaskConstants.cs |     49 -
 .../System.Threading.Tasks/TaskConstants_T.cs      |     46 -
 .../corlib/System.Threading/AsyncFlowControl.cs    |    111 -
 .../corlib/System.Threading/CompressedStack.cs     |     34 +-
 .../corlib/System.Threading/ContextCallback.cs     |     36 -
 .../corlib/System.Threading/ExecutionContext.cs    |    294 -
 .../System.Threading/IOCompletionCallback.cs       |     42 -
 .../System.Threading/LockRecursionException.cs     |     64 -
 mcs/class/corlib/System.Threading/NamedDataSlot.cs |     86 -
 .../System.Threading/SynchronizationContext.cs     |    133 -
 mcs/class/corlib/System.Threading/Thread.cs        |    373 +-
 .../System.Threading/ThreadAbortException.cs       |     60 -
 .../System.Threading/ThreadInterruptedException.cs |     58 -
 mcs/class/corlib/System.Threading/ThreadLocal.cs   |    165 -
 mcs/class/corlib/System.Threading/ThreadPool.cs    |    276 -
 mcs/class/corlib/System.Threading/Timer.cs         |      2 +-
 mcs/class/corlib/System.Threading/WaitCallback.cs  |     39 -
 .../corlib/System.Threading/WaitOrTimerCallback.cs |     39 -
 .../corlib/System/AccessViolationException.cs      |     63 -
 mcs/class/corlib/System/Action.cs                  |     68 -
 mcs/class/corlib/System/Activator.cs               |    437 -
 mcs/class/corlib/System/AndroidPlatform.cs         |     13 -
 mcs/class/corlib/System/AppDomain.cs               |     40 +
 .../corlib/System/AppDomainUnloadedException.cs    |     69 -
 mcs/class/corlib/System/ApplicationException.cs    |     70 -
 mcs/class/corlib/System/ApplicationId.cs           |    138 -
 mcs/class/corlib/System/ArgumentException.cs       |    110 -
 mcs/class/corlib/System/ArgumentNullException.cs   |     75 -
 .../corlib/System/ArgumentOutOfRangeException.cs   |    109 -
 mcs/class/corlib/System/ArithmeticException.cs     |     69 -
 mcs/class/corlib/System/Array.cs                   |     25 +-
 .../corlib/System/ArrayTypeMismatchException.cs    |     69 -
 mcs/class/corlib/System/AsyncCallback.cs           |     38 -
 mcs/class/corlib/System/Attribute.cs               |    450 -
 mcs/class/corlib/System/AttributeTargets.cs        |     63 -
 mcs/class/corlib/System/AttributeUsageAttribute.cs |     75 -
 mcs/class/corlib/System/BadImageFormatException.cs |    147 -
 mcs/class/corlib/System/Buffer.cs                  |    123 -
 mcs/class/corlib/System/CLSCompliantAttribute.cs   |     57 -
 .../System/CannotUnloadAppDomainException.cs       |     69 -
 mcs/class/corlib/System/CharEnumerator.cs          |    114 -
 mcs/class/corlib/System/Comparison.cs              |     34 -
 mcs/class/corlib/System/Console.cs                 |      7 +-
 mcs/class/corlib/System/Console.iOS.cs             |      6 +-
 mcs/class/corlib/System/ConsoleCancelEventArgs.cs  |     52 -
 .../corlib/System/ConsoleCancelEventHandler.cs     |     33 -
 mcs/class/corlib/System/ConsoleColor.cs            |     51 -
 mcs/class/corlib/System/ConsoleKey.cs              |    180 -
 mcs/class/corlib/System/ConsoleKeyInfo.cs          |    113 -
 mcs/class/corlib/System/ConsoleModifiers.cs        |     39 -
 mcs/class/corlib/System/ConsoleSpecialKey.cs       |     38 -
 mcs/class/corlib/System/ContextBoundObject.cs      |     44 -
 mcs/class/corlib/System/ContextMarshalException.cs |     69 -
 mcs/class/corlib/System/ContextStaticAttribute.cs  |     49 -
 mcs/class/corlib/System/Converter.cs               |     33 -
 mcs/class/corlib/System/DataMisalignedException.cs |     66 -
 mcs/class/corlib/System/Delegate.cs                |     48 +-
 .../corlib/System/DelegateSerializationHolder.cs   |      2 +-
 mcs/class/corlib/System/DivideByZeroException.cs   |     69 -
 mcs/class/corlib/System/DllNotFoundException.cs    |     69 -
 mcs/class/corlib/System/Double.cs                  |    680 -
 .../corlib/System/DuplicateWaitObjectException.cs  |     76 -
 .../corlib/System/EntryPointNotFoundException.cs   |     69 -
 mcs/class/corlib/System/Enum.cs                    |   1073 -
 mcs/class/corlib/System/Environment.cs             |      5 +-
 mcs/class/corlib/System/EventArgs.cs               |     46 -
 mcs/class/corlib/System/EventHandler.cs            |     43 -
 mcs/class/corlib/System/Exception.cs               |    146 +-
 .../corlib/System/ExecutionEngineException.cs      |     63 -
 mcs/class/corlib/System/FieldAccessException.cs    |     69 -
 mcs/class/corlib/System/FlagsAttribute.cs          |     54 -
 mcs/class/corlib/System/FormatException.cs         |     69 -
 mcs/class/corlib/System/Funcs.cs                   |     71 -
 mcs/class/corlib/System/Guid.cs                    |      3 +-
 mcs/class/corlib/System/IAppDomainSetup.cs         |     63 -
 mcs/class/corlib/System/IAsyncResult.cs            |     67 -
 mcs/class/corlib/System/ICloneable.cs              |     44 -
 mcs/class/corlib/System/IComparable.cs             |     45 -
 mcs/class/corlib/System/IConvertible.cs            |     80 -
 mcs/class/corlib/System/ICustomFormatter.cs        |     40 -
 mcs/class/corlib/System/IDisposable.cs             |     42 -
 mcs/class/corlib/System/IEquatable.cs              |     33 -
 mcs/class/corlib/System/IFormatProvider.cs         |     40 -
 mcs/class/corlib/System/IFormattable.cs            |     40 -
 mcs/class/corlib/System/IObservable.cs             |     37 -
 mcs/class/corlib/System/IObserver.cs               |     39 -
 mcs/class/corlib/System/IProgress.cs               |     37 -
 mcs/class/corlib/System/IServiceProvider.cs        |     41 -
 .../corlib/System/IndexOutOfRangeException.cs      |     63 -
 .../System/InsufficientExecutionStackException.cs  |     53 -
 .../corlib/System/InsufficientMemoryException.cs   |     50 -
 mcs/class/corlib/System/IntPtr.cs                  |      9 +
 mcs/class/corlib/System/InvalidCastException.cs    |     76 -
 .../corlib/System/InvalidOperationException.cs     |     70 -
 mcs/class/corlib/System/InvalidProgramException.cs |     62 -
 .../corlib/System/InvalidTimeZoneException.cs      |     52 -
 mcs/class/corlib/System/LoaderOptimization.cs      |     49 -
 .../corlib/System/LoaderOptimizationAttribute.cs   |     58 -
 mcs/class/corlib/System/LocalDataStoreSlot.cs      |     97 -
 mcs/class/corlib/System/MTAThreadAttribute.cs      |     44 -
 mcs/class/corlib/System/MonoCustomAttrs.cs         |     46 +-
 mcs/class/corlib/System/MonoType.cs                |    654 +-
 mcs/class/corlib/System/MulticastDelegate.cs       |    258 +-
 .../System/MulticastNotSupportedException.cs       |     62 -
 mcs/class/corlib/System/NonSerializedAttribute.cs  |     44 -
 .../corlib/System/NotFiniteNumberException.cs      |    107 -
 mcs/class/corlib/System/NotImplementedException.cs |     70 -
 mcs/class/corlib/System/NotSupportedException.cs   |     70 -
 mcs/class/corlib/System/NullConsoleDriver.cs       |      7 +-
 mcs/class/corlib/System/NullReferenceException.cs  |     70 -
 mcs/class/corlib/System/NumberFormatter.cs         |    191 +-
 mcs/class/corlib/System/ObjectDisposedException.cs |     89 -
 mcs/class/corlib/System/ObsoleteAttribute.cs       |     75 -
 .../corlib/System/OperationCanceledException.cs    |     93 -
 mcs/class/corlib/System/OutOfMemoryException.cs    |     70 -
 mcs/class/corlib/System/OverflowException.cs       |     70 -
 mcs/class/corlib/System/ParamArrayAttribute.cs     |     48 -
 .../corlib/System/PlatformNotSupportedException.cs |     69 -
 mcs/class/corlib/System/Predicate.cs               |     34 -
 mcs/class/corlib/System/RankException.cs           |     70 -
 mcs/class/corlib/System/RuntimeFieldHandle.cs      |     17 +
 mcs/class/corlib/System/RuntimeMethodHandle.cs     |     20 +
 mcs/class/corlib/System/RuntimeTypeHandle.cs       |    115 +
 mcs/class/corlib/System/STAThreadAttribute.cs      |     46 -
 mcs/class/corlib/System/SerializableAttribute.cs   |     64 -
 mcs/class/corlib/System/Single.cs                  |    357 -
 mcs/class/corlib/System/StackOverflowException.cs  |     64 -
 mcs/class/corlib/System/String.cs                  |   3273 -
 mcs/class/corlib/System/StringSplitOptions.cs      |     38 -
 mcs/class/corlib/System/SystemException.cs         |     69 -
 mcs/class/corlib/System/TermInfoReader.cs          |      2 +-
 mcs/class/corlib/System/ThreadStaticAttribute.cs   |     47 -
 mcs/class/corlib/System/TimeZone.cs                |    197 +-
 .../corlib/System/TimeZoneInfo.AdjustmentRule.cs   |    185 -
 mcs/class/corlib/System/TimeZoneInfo.Android.cs    |     22 +
 mcs/class/corlib/System/TimeZoneInfo.MonoTouch.cs  |     43 +-
 .../corlib/System/TimeZoneInfo.TransitionTime.cs   |    290 -
 mcs/class/corlib/System/TimeZoneInfo.cs            |    266 +-
 .../corlib/System/TimeZoneNotFoundException.cs     |     53 -
 mcs/class/corlib/System/TimeoutException.cs        |     63 -
 mcs/class/corlib/System/Type.cs                    |   1653 -
 mcs/class/corlib/System/TypeAccessException.cs     |     64 -
 .../corlib/System/TypeInitializationException.cs   |     72 -
 mcs/class/corlib/System/TypeLoadException.cs       |    120 -
 mcs/class/corlib/System/TypeUnloadedException.cs   |     63 -
 mcs/class/corlib/System/TypedReference.cs          |    101 -
 .../corlib/System/UnauthorizedAccessException.cs   |     70 -
 .../corlib/System/UnhandledExceptionEventArgs.cs   |     65 -
 .../System/UnhandledExceptionEventHandler.cs       |     37 -
 mcs/class/corlib/System/ValueType.cs               |     46 +-
 mcs/class/corlib/System/Variant.cs                 |      8 +-
 mcs/class/corlib/System/_AppDomain.cs              |    173 -
 .../corlib/Test/Microsoft.Win32/RegistryKeyTest.cs |      8 +-
 .../System.Collections.Generic/DictionaryTest.cs   |     54 +
 .../EqualityComparerTest.cs                        |     12 +
 .../Test/System.Globalization/CultureInfoTest.cs   |     25 +
 .../corlib/Test/System.IO/BinaryReaderTest.cs      |     33 +-
 mcs/class/corlib/Test/System.IO/FileStreamTest.cs  |     54 +-
 mcs/class/corlib/Test/System.IO/FileTest.cs        |      1 +
 mcs/class/corlib/Test/System.IO/PathTest.cs        |      7 +-
 .../Test/System.IO/UnmanagedMemoryStreamTest.cs    |     13 +-
 .../System.Reflection.Emit/AssemblyBuilderTest.cs  |      6 +
 .../ConstructorBuilderTest.cs                      |      4 +
 .../System.Reflection.Emit/DynamicMethodTest.cs    |    103 +
 .../System.Reflection.Emit/ModuleBuilderTest.cs    |     19 +
 .../Test/System.Reflection.Emit/TypeBuilderTest.cs |     46 +-
 .../Test/System.Reflection/AssemblyNameTest.cs     |     10 +
 .../corlib/Test/System.Reflection/AssemblyTest.cs  |     81 +-
 .../corlib/Test/System.Reflection/BinderTests.cs   |     38 +-
 .../Test/System.Reflection/ConstructorInfoTest.cs  |      9 +
 .../corlib/Test/System.Reflection/EventInfoTest.cs |      9 +
 .../corlib/Test/System.Reflection/FieldInfoTest.cs |     37 +-
 .../Test/System.Reflection/MethodInfoTest.cs       |     89 +-
 .../corlib/Test/System.Reflection/ModuleTest.cs    |      9 +-
 .../Test/System.Reflection/MonoGenericClassTest.cs |      4 +-
 .../Test/System.Reflection/ParameterInfoTest.cs    |     23 +
 .../Test/System.Reflection/PropertyInfoTest.cs     |      1 +
 .../Test/System.Resources/ResourceManagerTest.cs   |    140 +-
 .../Test/System.Resources/ResourceReaderTest.cs    |      4 +-
 .../TaskAwaiterTest.cs                             |     65 +
 .../ExceptionDispatchInfoTest.cs                   |     81 +-
 .../System.Runtime.InteropServices/GCHandleTest.cs |      1 +
 .../RuntimeEnvironmentTest.cs                      |      4 +
 .../SafeHandleTest.cs                              |     30 +-
 .../BinaryFormatterTest.cs                         |    118 +
 .../SerializationTest.cs                           |      6 +-
 .../System.Security.Cryptography/AesCfbTest.cs     |      3 +-
 .../CryptoStreamTest.cs                            |     19 +-
 .../CspParametersTest.cs                           |     45 +
 .../DSACryptoServiceProviderTest.cs                |      5 +-
 .../FromBase64Transform.cs                         |      8 +-
 .../System.Security.Cryptography/HMACMD5Test.cs    |      8 +-
 .../PasswordDeriveBytesTest.cs                     |      2 +-
 .../RSACryptoServiceProviderTest.cs                |     14 +
 .../RSAPKCS1KeyExchangeDeformatterTest.cs          |      2 +-
 .../Test/System.Security.Cryptography/RSATest.cs   |     10 +
 .../ToBase64TransformTest.cs                       |      2 -
 .../corlib/Test/System.Security.Policy/ZoneTest.cs |      3 +
 .../Test/System.Security/SecurityContextCas.cs     |      3 +-
 .../Test/System.Security/SecurityContextTest.cs    |      2 +-
 .../SecurityCriticalAttributeTest.cs               |      4 -
 mcs/class/corlib/Test/System.Text/EncodingTest.cs  |     10 +-
 .../corlib/Test/System.Threading.Tasks/TaskTest.cs |     12 +-
 .../CancellationTokenSourceTest.cs                 |     17 +-
 .../Test/System.Threading/CompressedStackCas.cs    |      3 +
 .../Test/System.Threading/CompressedStackTest.cs   |      5 +-
 .../Test/System.Threading/ThreadLocalTests.cs      |     47 +-
 .../corlib/Test/System.Threading/ThreadPoolTest.cs |     18 +
 mcs/class/corlib/Test/System/ActivatorTest.cs      |     48 +-
 mcs/class/corlib/Test/System/AppDomainTest.cs      |      1 -
 mcs/class/corlib/Test/System/AttributeTest.cs      |     59 +
 mcs/class/corlib/Test/System/ConvertTest.cs        |     80 +
 mcs/class/corlib/Test/System/DateTimeTest.cs       |      2 +
 mcs/class/corlib/Test/System/DelegateTest.cs       |     21 +
 mcs/class/corlib/Test/System/EnumTest.cs           |      8 +-
 mcs/class/corlib/Test/System/MathTest.cs           |     15 +-
 mcs/class/corlib/Test/System/StringTest.cs         |     11 +-
 .../Test/System/TimeZoneInfo.AdjustmentRuleTest.cs |     16 +-
 mcs/class/corlib/Test/System/TimeZoneInfoTest.cs   |     76 +
 mcs/class/corlib/Test/System/TimeZoneTest.cs       |     54 +-
 mcs/class/corlib/Test/System/TypeTest.cs           |     65 +-
 mcs/class/corlib/Test/System/TypedReferenceTest.cs |     70 +
 mcs/class/corlib/corlib.dll.sources                |    958 +-
 mcs/class/corlib/corlib_test.dll.sources           |      2 +
 .../corlib/monotouch_watch_corlib.dll.sources      |      1 +
 .../Compiler/LambdaCompiler.Binary.cs              |      6 +
 mcs/class/lib/monolite/Mono.Security.dll           |    Bin 297984 -> 298496 bytes
 mcs/class/lib/monolite/System.Configuration.dll    |    Bin 128512 -> 128512 bytes
 mcs/class/lib/monolite/System.Core.dll             |    Bin 872960 -> 870912 bytes
 mcs/class/lib/monolite/System.Security.dll         |    Bin 132608 -> 132608 bytes
 mcs/class/lib/monolite/System.Xml.dll              |    Bin 1327616 -> 3079680 bytes
 mcs/class/lib/monolite/System.dll                  |    Bin 2056192 -> 2121216 bytes
 mcs/class/lib/monolite/basic.exe                   |    Bin 1819648 -> 1824768 bytes
 mcs/class/lib/monolite/mscorlib.dll                |    Bin 3425792 -> 3634176 bytes
 mcs/class/monodoc/Makefile                         |      9 +-
 mcs/class/monodoc/Monodoc.Ecma/EcmaDesc.cs         |      4 +-
 .../monodoc/Monodoc/generators/html/Ecma2Html.cs   |      2 +-
 .../Monodoc/generators/html/Ecmaspec2Html.cs       |      4 +-
 .../monodoc/Monodoc/generators/html/Toc2Html.cs    |      2 +-
 mcs/class/monodoc/Resources/mdoc-html-utils.xsl    |      4 +
 .../monodoc/Test/Monodoc.Ecma/EcmaUrlTests.cs      |     11 +
 mcs/class/monodoc/monodoc.dll.sources              |    850 +-
 mcs/class/test-helpers/NetworkHelpers.cs           |     22 +
 mcs/docs/Makefile                                  |      2 +-
 mcs/errors/CS0101-9-2.cs                           |      4 +
 mcs/errors/CS0122-38-lib.cs                        |      8 +
 mcs/errors/Makefile                                |      2 +-
 mcs/errors/cs0023-26.cs                            |     15 +
 mcs/errors/cs0101-9.cs                             |      8 +
 mcs/errors/cs0104-5.cs                             |     35 +
 mcs/errors/cs0122-38.cs                            |     11 +
 mcs/errors/cs0165-53.cs                            |     21 +
 mcs/errors/cs0165-54.cs                            |     25 +
 mcs/errors/cs0165-55.cs                            |     14 +
 mcs/errors/cs0176-8.cs                             |     11 +
 mcs/errors/cs0200-7.cs                             |     14 +
 mcs/errors/cs0246-34.cs                            |     18 +
 mcs/errors/cs0246-35.cs                            |     23 +
 mcs/errors/cs0419-3.cs                             |      2 +-
 mcs/errors/cs0516-3.cs                             |      9 -
 mcs/errors/cs0568-2.cs                             |      9 +
 mcs/errors/cs0568.cs                               |      9 +
 mcs/errors/cs0619-58.cs                            |     20 -
 mcs/errors/cs0815-8.cs                             |     13 +
 mcs/errors/cs1056-2.cs                             |      6 +
 mcs/errors/cs1056-3.cs                             |      6 +
 mcs/errors/cs1503-18.cs                            |     13 +
 mcs/errors/cs1570-10.cs                            |      2 +-
 mcs/errors/cs1570-11.cs                            |      2 +-
 mcs/errors/cs1570-12.cs                            |      2 +-
 mcs/errors/cs1570-2.cs                             |      2 +-
 mcs/errors/cs1570-3.cs                             |      2 +-
 mcs/errors/cs1570-4.cs                             |      2 +-
 mcs/errors/cs1570-5.cs                             |      2 +-
 mcs/errors/cs1570-6.cs                             |      2 +-
 mcs/errors/cs1570-7.cs                             |      2 +-
 mcs/errors/cs1570-8.cs                             |      2 +-
 mcs/errors/cs1570-9.cs                             |      2 +-
 mcs/errors/cs1570.cs                               |      2 +-
 mcs/errors/cs1589.cs                               |      2 +-
 mcs/errors/cs1644-45.cs                            |     10 -
 mcs/errors/cs1736-2.cs                             |     16 -
 mcs/errors/cs1918.cs                               |      2 +-
 mcs/errors/cs1940-2.cs                             |     29 +
 mcs/errors/cs8075.cs                               |      9 -
 mcs/errors/cs8079.cs                               |     14 -
 mcs/errors/cs9030-2.cs                             |     17 +
 mcs/ilasm/codegen/CustomAttr.cs                    |     11 +-
 mcs/ilasm/codegen/MethodDef.cs                     |     17 +-
 mcs/ilasm/codegen/MethodRef.cs                     |      7 -
 mcs/ilasm/codegen/ModifiableType.cs                |      4 +-
 mcs/ilasm/codegen/PeapiTypeRef.cs                  |     50 +-
 mcs/ilasm/codegen/TypeDef.cs                       |      5 +-
 mcs/ilasm/parser/ILParser.jay                      |    198 +-
 mcs/ilasm/tests/custom-attrs-01.il                 |     27 +
 mcs/ilasm/tests/test-custom-mod-2.il               |     46 +
 mcs/jay/jay.vcxproj                                |      4 +-
 mcs/mcs/anonymous.cs                               |      5 +-
 mcs/mcs/assembly.cs                                |      4 +-
 mcs/mcs/attribute.cs                               |     22 +-
 mcs/mcs/codegen.cs                                 |     28 +-
 mcs/mcs/context.cs                                 |     18 +-
 mcs/mcs/cs-parser.jay                              |     10 +-
 mcs/mcs/cs-tokenizer.cs                            |    138 +-
 mcs/mcs/decl.cs                                    |     14 +-
 mcs/mcs/delegate.cs                                |     47 +-
 mcs/mcs/ecore.cs                                   |    143 +-
 mcs/mcs/eval.cs                                    |      1 +
 mcs/mcs/expression.cs                              |    285 +-
 mcs/mcs/flowanalysis.cs                            |     44 +-
 mcs/mcs/generic.cs                                 |     70 +-
 mcs/mcs/ikvm.cs                                    |      6 +-
 mcs/mcs/import.cs                                  |     14 +-
 mcs/mcs/linq.cs                                    |      5 +-
 mcs/mcs/membercache.cs                             |     20 +-
 mcs/mcs/method.cs                                  |      8 +-
 mcs/mcs/module.cs                                  |     44 +-
 mcs/mcs/namespace.cs                               |     89 +-
 mcs/mcs/parameter.cs                               |     16 +-
 mcs/mcs/property.cs                                |     31 +-
 mcs/mcs/settings.cs                                |      9 +-
 mcs/mcs/statement.cs                               |     73 +-
 mcs/tests/dtest-060.cs                             |     24 +
 mcs/tests/dtest-061.cs                             |     63 +
 mcs/tests/dtest-optional-02.cs                     |     18 +
 mcs/tests/gtest-584.cs                             |      8 +
 mcs/tests/gtest-630.cs                             |     25 +
 mcs/tests/gtest-631.cs                             |     22 +
 mcs/tests/gtest-632.cs                             |     22 +
 mcs/tests/gtest-autoproperty-03.cs                 |      4 +-
 mcs/tests/gtest-autoproperty-13.cs                 |     22 -
 mcs/tests/gtest-autoproperty-17.cs                 |     18 +
 mcs/tests/gtest-autoproperty-18.cs                 |     33 +
 mcs/tests/gtest-autoproperty-19.cs                 |     23 +
 mcs/tests/gtest-autoproperty-20.cs                 |     45 +
 mcs/tests/gtest-autoproperty-21-lib.cs             |      6 +
 mcs/tests/gtest-autoproperty-21.cs                 |     16 +
 mcs/tests/gtest-etree-01.cs                        |     12 -
 mcs/tests/gtest-initialize-14.cs                   |     36 +
 mcs/tests/gtest-optional-09.cs                     |     19 +-
 mcs/tests/test-550.cs                              |      6 +-
 mcs/tests/test-616.cs                              |     41 +-
 mcs/tests/test-906.cs                              |     76 -
 mcs/tests/test-910.cs                              |      3 +
 mcs/tests/test-919.cs                              |     26 +
 mcs/tests/test-921-lib.cs                          |     18 +
 mcs/tests/test-921.cs                              |     15 +
 mcs/tests/test-922.cs                              |     16 +
 mcs/tests/test-923.cs                              |     37 +
 mcs/tests/test-924.cs                              |     30 +
 mcs/tests/test-925.cs                              |     43 +
 mcs/tests/test-926.cs                              |     32 +
 mcs/tests/test-927.cs                              |     27 +
 mcs/tests/test-anon-70.cs                          |      5 +-
 mcs/tests/test-async-68.cs                         |     22 +
 mcs/tests/test-async-78.cs                         |     54 +
 mcs/tests/test-async-79.cs                         |     40 +
 mcs/tests/test-async-80.cs                         |     21 +
 mcs/tests/test-debug-14-ref.xml                    |      1 +
 mcs/tests/test-dictinit-05.cs                      |     23 +
 mcs/tests/test-interpolation-01.cs                 |      6 +-
 mcs/tests/test-interpolation-06.cs                 |     20 +
 mcs/tests/test-interpolation-07.cs                 |     25 +
 mcs/tests/test-interpolation-08.cs                 |     19 +
 mcs/tests/test-null-operator-011.cs                |     12 -
 mcs/tests/test-null-operator-04.cs                 |     14 -
 mcs/tests/test-null-operator-10.cs                 |     16 +
 mcs/tests/test-null-operator-11.cs                 |     28 +
 mcs/tests/test-null-operator-12.cs                 |     14 +
 mcs/tests/test-null-operator-13.cs                 |     41 +
 ...ll-operator-010.cs => test-null-operator-14.cs} |      0
 mcs/tests/test-null-operator-15.cs                 |     16 +
 mcs/tests/test-null-operator-16.cs                 |     33 +
 mcs/tests/test-null-operator-17.cs                 |     14 +
 mcs/tests/test-null-operator-18.cs                 |     20 +
 mcs/tests/test-partial-34.cs                       |     69 +
 mcs/tests/test-static-using-08.cs                  |     17 +
 mcs/tests/test-static-using-09-lib.cs              |      6 +
 mcs/tests/test-static-using-09.cs                  |     11 +
 mcs/tests/test-static-using-10.cs                  |     24 +
 mcs/tests/test-static-using-11.cs                  |     34 +
 mcs/tests/test-var-04.cs                           |     15 +
 mcs/tests/test-xml-072-ref.xml                     |     16 +
 mcs/tests/test-xml-072.cs                          |     17 +
 mcs/tests/ver-il-net_4_5.xml                       | 141105 +++++++++---------
 mcs/tools/Makefile                                 |      5 +-
 mcs/tools/corcompare/mono-api-info.cs              |     14 +-
 .../linker/Mono.Linker.Steps/BlacklistStep.cs      |     46 +-
 mcs/tools/linker/Mono.Linker.Steps/MarkStep.cs     |     42 +-
 .../linker/Mono.Linker.Steps/ResolveFromXmlStep.cs |      6 +
 mcs/tools/linker/Mono.Linker.Steps/SweepStep.cs    |     23 +-
 mcs/tools/linker/Mono.Linker.Steps/TypeMapStep.cs  |     89 +-
 mcs/tools/linker/Mono.Linker/LinkContext.cs        |      2 +
 mcs/tools/mdbrebase/mdbrebase.cs                   |    201 +-
 mcs/tools/mdoc/Makefile                            |     51 +
 mcs/tools/mdoc/Mono.Documentation/monodocer.cs     |    161 +-
 mcs/tools/mdoc/Test/CLILibraryTypes.dtd            |    154 +
 .../MyFramework.MyNamespace/MyClass.xml            |    204 +
 .../MyFramework.MyNamespace/nint.xml               |     17 +
 .../mdoc/Test/en.expected-dropns-delete/index.xml  |     23 +
 .../ns-MyFramework.MyNamespace.xml                 |      6 +
 .../Mono.DocTest.Generic/GenericBase`1.xml         |    306 +-
 .../en.expected.delete/Mono.DocTest/UseLists.xml   |      6 +-
 .../en.expected.delete/Mono.DocTest/Widget.xml     |    306 +-
 .../Mono.DocTest.Generic/GenericBase`1.xml         |    306 +-
 .../Mono.DocTest/UseLists.xml                      |      6 +-
 .../Mono.DocTest/Widget.xml                        |    306 +-
 .../Mono.DocTest.Generic/GenericBase`1.xml         |    306 +-
 .../en.expected.since/Mono.DocTest/UseLists.xml    |      6 +-
 .../Test/en.expected.since/Mono.DocTest/Widget.xml |    306 +-
 .../Mono.DocTest.Generic/GenericBase`1.xml         |    306 +-
 .../Test/en.expected/Mono.DocTest/UseLists.xml     |      6 +-
 .../mdoc/Test/en.expected/Mono.DocTest/Widget.xml  |    306 +-
 .../Mono.DocTest.Generic/GenericBase`1.html        |     48 +
 .../Test/html.expected/Mono.DocTest/Widget.html    |     48 +
 .../mdoc/Test/msxdoc-expected.importslashdoc.xml   |    618 +-
 .../Test/validate.check.monodocer.importslashdoc   |      6 +-
 mcs/tools/mkbundle/mkbundle.cs                     |     21 +-
 mcs/tools/mono-symbolicate/LocationProvider.cs     |    168 +
 mcs/tools/mono-symbolicate/Makefile                |     52 +
 .../mono-symbolicate.exe.sources}                  |      0
 mcs/tools/mono-symbolicate/symbolicate.cs          |     89 +
 mcs/tools/pdb2mdb/BitAccess.cs                     |     10 +-
 mcs/tools/symbolicate/LocationProvider.cs          |    144 -
 mcs/tools/symbolicate/Makefile                     |     39 -
 mcs/tools/symbolicate/symbolicate.cs               |     69 -
 mcs/tools/tuner/Makefile                           |      1 +
 mcs/tools/xbuild/Main.cs                           |      4 +-
 mcs/tools/xbuild/Makefile                          |      6 +-
 .../xbuild/data/Microsoft.VisualBasic.targets      |      8 +-
 mcs/tools/xbuild/xbuild.make                       |      4 +
 mono-core.spec                                     |   1518 -
 mono-core.spec.in                                  |   1518 -
 mono/Makefile.am                                   |     12 +-
 mono/Makefile.in                                   |      9 +-
 mono/arch/arm/Makefile.am                          |     11 +-
 mono/arch/arm/Makefile.in                          |    199 +-
 mono/arch/arm/arm-codegen.c                        |    193 -
 mono/arch/arm/arm-codegen.h                        |     13 -
 mono/arch/arm/arm-dis.c                            |    509 -
 mono/arch/arm/arm-dis.h                            |     41 -
 mono/arch/arm/arm_dpimacros.h                      |   1603 -
 mono/arch/arm/arm_vfpmacros.h                      |    299 -
 mono/arch/s390x/s390x-codegen.h                    |     38 +-
 mono/cil/cil-opcodes.xml                           |      3 +
 mono/cil/opcode.def                                |      6 +-
 mono/dis/Makefile.am                               |      5 +-
 mono/dis/Makefile.in                               |     14 +-
 mono/dis/TODO                                      |      5 -
 mono/dis/dump.c                                    |      3 +-
 mono/dis/get.c                                     |     13 +-
 mono/dis/main.c                                    |     13 +-
 mono/io-layer/Makefile.am                          |      3 -
 mono/io-layer/Makefile.in                          |     18 +-
 mono/io-layer/handles.c                            |      7 +
 mono/io-layer/io-layer.h                           |     23 +-
 mono/io-layer/io.c                                 |      4 +-
 mono/io-layer/process-private.h                    |      1 +
 mono/io-layer/processes.c                          |    165 +-
 mono/io-layer/sockets.c                            |      4 +-
 mono/io-layer/sockets.h                            |      2 +-
 mono/io-layer/system.c                             |     32 -
 mono/io-layer/system.h                             |     45 -
 mono/io-layer/threads.h                            |      1 -
 mono/io-layer/uglify.h                             |      2 -
 mono/io-layer/versioninfo.c                        |      2 -
 mono/io-layer/wapi-remap.h                         |      3 +
 mono/io-layer/wapi.h                               |      1 -
 mono/io-layer/wthreads.c                           |     19 +-
 mono/metadata/Makefile.am                          |    105 +-
 mono/metadata/Makefile.in                          |   1309 +-
 mono/metadata/TODO                                 |      4 -
 mono/metadata/appdomain.c                          |     48 +-
 mono/metadata/appdomain.h                          |      9 +
 mono/metadata/assembly.c                           |     33 +-
 mono/metadata/assembly.h                           |      1 +
 mono/metadata/attach.c                             |      9 -
 mono/metadata/attach.h                             |     10 +-
 mono/metadata/blob.h                               |     16 +-
 mono/metadata/boehm-gc.c                           |    290 +-
 mono/metadata/class-internals.h                    |    309 +-
 mono/metadata/class.c                              |    301 +-
 mono/metadata/cominterop.c                         |     20 +-
 mono/metadata/cominterop.h                         |     18 +-
 mono/metadata/console-io.h                         |     16 +-
 mono/metadata/console-unix.c                       |     13 +-
 mono/metadata/console-win32.c                      |      1 -
 mono/metadata/coree.h                              |     16 +-
 mono/metadata/culture-info-tables.h                |   2633 +-
 mono/metadata/culture-info.h                       |      4 -
 mono/metadata/debug-helpers.c                      |     75 +-
 mono/metadata/debug-mono-ppdb.c                    |    482 +
 mono/metadata/debug-mono-ppdb.h                    |     37 +
 mono/metadata/debug-mono-symfile.c                 |    161 +-
 mono/metadata/debug-mono-symfile.h                 |     20 +-
 mono/metadata/decimal-ms.c                         |    177 +-
 mono/metadata/decimal-ms.h                         |     27 +-
 mono/metadata/domain-internals.h                   |    200 +-
 mono/metadata/domain.c                             |     79 +-
 mono/metadata/environment.c                        |      2 +-
 mono/metadata/exception.c                          |     27 +
 mono/metadata/file-io.c                            |    174 +-
 mono/metadata/file-io.h                            |     76 +-
 mono/metadata/file-mmap-posix.c                    |     34 +-
 mono/metadata/file-mmap-windows.c                  |      2 +-
 mono/metadata/file-mmap.h                          |     14 +-
 mono/metadata/filewatcher.c                        |      3 -
 mono/metadata/filewatcher.h                        |     10 +-
 mono/metadata/gc-internal.h                        |    259 +-
 mono/metadata/gc-memfuncs.c                        |    230 -
 mono/metadata/gc-stats.c                           |     30 +
 mono/metadata/gc.c                                 |    233 +-
 mono/metadata/icall-def.h                          |    255 +-
 mono/metadata/icall.c                              |    976 +-
 mono/metadata/image.c                              |     82 +-
 mono/metadata/jit-info.c                           |     27 +-
 mono/metadata/loader.c                             |    165 +-
 mono/metadata/locales.c                            |     28 +-
 mono/metadata/locales.h                            |     46 +-
 mono/metadata/lock-tracer.h                        |      9 +-
 mono/metadata/make-bundle.pl                       |    104 -
 mono/metadata/marshal.c                            |    832 +-
 mono/metadata/marshal.h                            |    256 +-
 mono/metadata/mempool-internals.h                  |      8 +-
 mono/metadata/metadata-internals.h                 |    180 +-
 mono/metadata/metadata-verify.c                    |      5 +-
 mono/metadata/metadata.c                           |    323 +-
 mono/metadata/method-builder.c                     |     20 +
 mono/metadata/method-builder.h                     |     80 +-
 mono/metadata/monitor.c                            |     20 +-
 mono/metadata/monitor.h                            |     22 +-
 mono/metadata/mono-basic-block.h                   |      8 +-
 mono/metadata/mono-config-dirs.c                   |     42 +
 mono/metadata/mono-config-dirs.h                   |     16 +
 mono/metadata/mono-config.c                        |      4 +-
 mono/metadata/mono-cq.c                            |    253 -
 mono/metadata/mono-cq.h                            |     22 -
 mono/metadata/mono-debug-debugger.h                |     12 +-
 mono/metadata/mono-debug.c                         |     88 +-
 mono/metadata/mono-debug.h                         |      2 +
 mono/metadata/mono-endian.h                        |     48 +-
 mono/metadata/mono-hash.c                          |     10 +-
 mono/metadata/mono-perfcounters.c                  |     10 +-
 mono/metadata/mono-perfcounters.h                  |     24 +-
 mono/metadata/mono-route.h                         |      4 +-
 mono/metadata/mono-wsq.c                           |    230 -
 mono/metadata/mono-wsq.h                           |     27 -
 mono/metadata/null-gc.c                            |     95 +-
 mono/metadata/number-ms.c                          |    331 +
 mono/metadata/number-ms.h                          |     63 +
 mono/metadata/object-internals.h                   |    358 +-
 mono/metadata/object-offsets.h                     |     85 +-
 mono/metadata/object.c                             |    467 +-
 mono/metadata/object.h                             |      1 +
 mono/metadata/process.c                            |    140 +-
 mono/metadata/process.h                            |     44 +-
 mono/metadata/profiler-private.h                   |    116 +-
 mono/metadata/profiler.c                           |     76 +-
 mono/metadata/profiler.h                           |      8 +-
 mono/metadata/rand.c                               |    299 +-
 mono/metadata/rand.h                               |      8 +-
 mono/metadata/reflection-internals.h               |      2 +-
 mono/metadata/reflection.c                         |     95 +-
 mono/metadata/remoting.c                           |     42 +-
 mono/metadata/remoting.h                           |     22 +-
 mono/metadata/row-indexes.h                        |     30 +
 mono/metadata/runtime.c                            |      5 +-
 mono/metadata/runtime.h                            |      6 +-
 mono/metadata/sample-bundle                        |      5 -
 mono/metadata/security-core-clr.c                  |     40 +
 mono/metadata/security-core-clr.h                  |     27 +-
 mono/metadata/security-manager.c                   |    199 +-
 mono/metadata/security-manager.h                   |     43 +-
 mono/metadata/security.h                           |     40 +-
 mono/metadata/seq-points-data.c                    |    503 +
 mono/metadata/seq-points-data.h                    |    117 +
 mono/metadata/sgen-alloc.c                         |   1246 -
 mono/metadata/sgen-bridge-internal.h               |     79 +
 mono/metadata/sgen-bridge.c                        |    198 +-
 mono/metadata/sgen-cardtable.c                     |    791 -
 mono/metadata/sgen-cardtable.h                     |    128 -
 mono/metadata/sgen-client-mono.h                   |    710 +
 mono/metadata/sgen-conf.h                          |    220 -
 mono/metadata/sgen-copy-object.h                   |    102 -
 mono/metadata/sgen-debug.c                         |   1107 -
 mono/metadata/sgen-descriptor.c                    |    383 -
 mono/metadata/sgen-descriptor.h                    |    334 -
 mono/metadata/sgen-fin-weak-hash.c                 |    919 -
 mono/metadata/sgen-gc.c                            |   5489 -
 mono/metadata/sgen-gc.h                            |   1234 -
 mono/metadata/sgen-gray.c                          |    384 -
 mono/metadata/sgen-gray.h                          |    219 -
 mono/metadata/sgen-hash-table.c                    |    250 -
 mono/metadata/sgen-hash-table.h                    |     77 -
 mono/metadata/sgen-internal.c                      |    293 -
 mono/metadata/sgen-layout-stats.c                  |     80 -
 mono/metadata/sgen-layout-stats.h                  |     67 -
 mono/metadata/sgen-los.c                           |    647 -
 mono/metadata/sgen-marksweep-drain-gray-stack.h    |    254 -
 .../sgen-marksweep-scan-object-concurrent.h        |     93 -
 mono/metadata/sgen-marksweep.c                     |   2048 -
 mono/metadata/sgen-memory-governor.c               |    402 -
 mono/metadata/sgen-memory-governor.h               |     62 -
 mono/metadata/sgen-minor-copy-object.h             |    217 -
 mono/metadata/sgen-minor-scan-object.h             |     84 -
 mono/metadata/sgen-mono.c                          |   2894 +
 mono/metadata/sgen-new-bridge.c                    |     40 +-
 mono/metadata/sgen-nursery-allocator.c             |    960 -
 mono/metadata/sgen-old-bridge.c                    |     59 +-
 mono/metadata/sgen-os-mach.c                       |     45 +-
 mono/metadata/sgen-os-posix.c                      |     63 +-
 mono/metadata/sgen-os-win32.c                      |     88 +-
 mono/metadata/sgen-pinning-stats.c                 |    225 -
 mono/metadata/sgen-pinning.c                       |    349 -
 mono/metadata/sgen-pinning.h                       |     64 -
 mono/metadata/sgen-pointer-queue.c                 |    154 -
 mono/metadata/sgen-pointer-queue.h                 |     43 -
 mono/metadata/sgen-protocol-def.h                  |    309 -
 mono/metadata/sgen-protocol.c                      |    422 -
 mono/metadata/sgen-protocol.h                      |    218 -
 mono/metadata/sgen-qsort.c                         |     83 -
 mono/metadata/sgen-scan-object.h                   |    107 -
 mono/metadata/sgen-simple-nursery.c                |    100 -
 mono/metadata/sgen-split-nursery.c                 |    461 -
 mono/metadata/sgen-stw.c                           |    332 +-
 mono/metadata/sgen-tagged-pointer.h                |     45 -
 mono/metadata/sgen-tarjan-bridge.c                 |     61 +-
 mono/metadata/sgen-toggleref.c                     |     23 +-
 mono/metadata/sgen-workers.c                       |    757 -
 mono/metadata/sgen-workers.h                       |     67 -
 mono/metadata/socket-io.c                          |    113 +-
 mono/metadata/socket-io.h                          |     66 +-
 mono/metadata/string-icalls.c                      |      6 -
 mono/metadata/string-icalls.h                      |     13 +-
 mono/metadata/sysmath.h                            |     36 +-
 mono/metadata/threadpool-internals.h               |     37 -
 mono/metadata/threadpool-ms-io-epoll.c             |    136 +
 mono/metadata/threadpool-ms-io-kqueue.c            |    133 +
 mono/metadata/threadpool-ms-io-poll.c              |    239 +
 mono/metadata/threadpool-ms-io.c                   |    771 +
 mono/metadata/threadpool-ms-io.h                   |     25 +
 mono/metadata/threadpool-ms.c                      |   1544 +
 mono/metadata/threadpool-ms.h                      |     65 +
 mono/metadata/threadpool.c                         |   1873 -
 mono/metadata/threadpool.h                         |     56 -
 mono/metadata/threads-types.h                      |    360 +-
 mono/metadata/threads.c                            |   1258 +-
 mono/metadata/tpool-epoll.c                        |    184 -
 mono/metadata/tpool-kqueue.c                       |    164 -
 mono/metadata/tpool-poll.c                         |    331 -
 mono/metadata/verify-internals.h                   |     76 +-
 mono/metadata/verify.c                             |     16 +-
 mono/mini/Makefile.am                              |     74 +-
 mono/mini/Makefile.am.in                           |     74 +-
 mono/mini/Makefile.in                              |    348 +-
 mono/mini/README                                   |      1 -
 mono/mini/TODO                                     |     77 -
 mono/mini/TestDriver.cs                            |      1 +
 mono/mini/aot-compiler.c                           |   1653 +-
 mono/mini/aot-runtime.c                            |    734 +-
 mono/mini/aot-tests.cs                             |    103 +
 mono/mini/basic-float.cs                           |      8 +
 mono/mini/branch-opts.c                            |      8 +-
 mono/mini/cpu-amd64.md                             |     14 +-
 mono/mini/cpu-arm.md                               |     23 +-
 mono/mini/cpu-arm64.md                             |      5 +-
 mono/mini/cpu-ppc64.md                             |      1 +
 mono/mini/cpu-s390x.md                             |      6 +-
 mono/mini/cpu-x86.md                               |      3 +-
 mono/mini/debug-mini.c                             |      3 +-
 mono/mini/debugger-agent.c                         |    697 +-
 mono/mini/debugger-agent.h                         |     34 +-
 mono/mini/declsec.c                                |    439 -
 mono/mini/declsec.h                                |     69 -
 mono/mini/decompose.c                              |      4 +-
 mono/mini/dominators.c                             |     74 +-
 mono/mini/driver.c                                 |     73 +-
 mono/mini/dwarfwriter.c                            |     76 +-
 mono/mini/dwarfwriter.h                            |     14 +-
 mono/mini/emitnunit.pl                             |     76 +
 mono/mini/exceptions-amd64.c                       |    268 +-
 mono/mini/exceptions-arm.c                         |      7 +-
 mono/mini/exceptions-ia64.c                        |      4 +-
 mono/mini/exceptions-mips.c                        |      8 +-
 mono/mini/exceptions-ppc.c                         |      7 +-
 mono/mini/exceptions-s390x.c                       |     90 +-
 mono/mini/exceptions-sparc.c                       |      4 +-
 mono/mini/exceptions-x86.c                         |     28 +-
 mono/mini/exceptions.cs                            |    107 +-
 mono/mini/generics.cs                              |     91 +
 mono/mini/genmdesc.c                               |     10 +-
 mono/mini/genmdesc.pl                              |      7 +-
 mono/mini/graph.c                                  |      4 +
 mono/mini/gshared.cs                               |     25 +
 mono/mini/helpers.c                                |      7 +-
 mono/mini/iltests.il.in                            |     16 +
 mono/mini/image-writer.c                           |     88 +-
 mono/mini/image-writer.h                           |     66 +-
 mono/mini/ir-emit.h                                |      6 +-
 mono/mini/jit-icalls.c                             |     50 +-
 mono/mini/jit-icalls.h                             |    181 +-
 mono/mini/jit.h                                    |     21 +
 mono/mini/ldscript                                 |     13 -
 mono/mini/ldscript.mono                            |     12 -
 mono/mini/local-propagation.c                      |      3 +-
 mono/mini/method-to-ir.c                           |   1705 +-
 mono/mini/mini-amd64.c                             |    856 +-
 mono/mini/mini-amd64.h                             |     50 +-
 mono/mini/mini-arm.c                               |   1498 +-
 mono/mini/mini-arm.h                               |     29 +-
 mono/mini/mini-codegen.c                           |     87 +-
 mono/mini/mini-darwin.c                            |     11 +-
 mono/mini/mini-exceptions.c                        |    317 +-
 mono/mini/mini-gc.c                                |     27 +
 mono/mini/mini-gc.h                                |     12 +-
 mono/mini/mini-generic-sharing.c                   |    804 +-
 mono/mini/mini-ia64.c                              |      8 +-
 mono/mini/mini-ia64.h                              |      1 -
 mono/mini/mini-llvm-cpp.cpp                        |     71 +-
 mono/mini/mini-llvm-cpp.h                          |      9 +
 mono/mini/mini-llvm-loaded.c                       |    147 +
 mono/mini/mini-llvm.c                              |    990 +-
 mono/mini/mini-llvm.h                              |    122 -
 mono/mini/mini-mips.c                              |      2 +-
 mono/mini/mini-mips.h                              |      3 +-
 mono/mini/mini-ops.h                               |     17 +-
 mono/mini/mini-posix.c                             |     96 +-
 mono/mini/mini-ppc.c                               |     17 +-
 mono/mini/mini-ppc.h                               |     20 +-
 mono/mini/mini-runtime.c                           |   3703 +
 mono/mini/mini-s390x.c                             |    274 +-
 mono/mini/mini-s390x.h                             |     12 +-
 mono/mini/mini-sparc.c                             |      2 +-
 mono/mini/mini-trampolines.c                       |    426 +-
 mono/mini/mini-unwind.h                            |     24 +-
 mono/mini/mini-x86.c                               |    285 +-
 mono/mini/mini-x86.h                               |     21 +-
 mono/mini/mini.c                                   |   7510 +-
 mono/mini/mini.h                                   |   1154 +-
 mono/mini/optflags-def.h                           |      2 +-
 mono/mini/patch-info.h                             |      4 +-
 mono/mini/regalloc.c                               |     28 -
 mono/mini/regalloc.h                               |      4 +-
 mono/mini/regalloc2.c                              |   2336 -
 mono/mini/seq-points.c                             |    415 +-
 mono/mini/seq-points.h                             |     62 +-
 mono/mini/simd-intrinsics.c                        |     14 +-
 mono/mini/ssapre.c                                 |   2169 -
 mono/mini/ssapre.h                                 |    420 -
 mono/mini/tasklets.h                               |      6 +-
 mono/mini/trace.c                                  |      4 +-
 mono/mini/trace.h                                  |     10 +-
 mono/mini/tramp-amd64.c                            |    273 +-
 mono/mini/tramp-arm.c                              |    199 +-
 mono/mini/tramp-ia64.c                             |      3 +-
 mono/mini/tramp-mips.c                             |     65 +-
 mono/mini/tramp-ppc.c                              |     80 +-
 mono/mini/tramp-s390x.c                            |    454 +-
 mono/mini/tramp-sparc.c                            |      6 +-
 mono/mini/tramp-x86.c                              |     99 +-
 mono/mini/unwind.c                                 |     10 +-
 mono/mini/version.h                                |      2 +-
 mono/mini/wapihandles.c                            |    274 -
 mono/mini/xdebug.c                                 |     28 +-
 mono/profiler/Makefile.am                          |     17 +-
 mono/profiler/Makefile.in                          |     78 +-
 mono/profiler/decode.c                             |    736 +-
 mono/profiler/log-profiler.txt                     |    411 -
 mono/profiler/mono-cov.c                           |    158 -
 mono/profiler/mono-profiler-log.suppression        |    149 +
 mono/profiler/mono-profiler-vtune.c                |      2 +
 mono/profiler/proflog.c                            |   1679 +-
 mono/profiler/proflog.h                            |     32 +-
 mono/sgen/Makefile.am                              |     76 +
 mono/sgen/Makefile.in                              |   1155 +
 mono/sgen/gc-internal-agnostic.h                   |     83 +
 mono/sgen/sgen-alloc.c                             |    569 +
 mono/{metadata => sgen}/sgen-archdep.h             |      0
 mono/sgen/sgen-cardtable.c                         |    610 +
 mono/sgen/sgen-cardtable.h                         |    144 +
 mono/sgen/sgen-client.h                            |    305 +
 mono/sgen/sgen-conf.h                              |    219 +
 mono/sgen/sgen-copy-object.h                       |     86 +
 mono/sgen/sgen-debug.c                             |   1238 +
 mono/sgen/sgen-descriptor.c                        |    377 +
 mono/sgen/sgen-descriptor.h                        |    330 +
 mono/sgen/sgen-fin-weak-hash.c                     |    871 +
 mono/sgen/sgen-gc.c                                |   3445 +
 mono/sgen/sgen-gc.h                                |   1070 +
 mono/sgen/sgen-gray.c                              |    383 +
 mono/sgen/sgen-gray.h                              |    219 +
 mono/sgen/sgen-hash-table.c                        |    251 +
 mono/sgen/sgen-hash-table.h                        |     77 +
 mono/sgen/sgen-internal.c                          |    284 +
 mono/sgen/sgen-layout-stats.c                      |     80 +
 mono/sgen/sgen-layout-stats.h                      |     67 +
 mono/sgen/sgen-los.c                               |    711 +
 mono/{metadata => sgen}/sgen-major-copy-object.h   |      0
 mono/sgen/sgen-marksweep-drain-gray-stack.h        |    254 +
 mono/sgen/sgen-marksweep-scan-object-concurrent.h  |    109 +
 mono/sgen/sgen-marksweep.c                         |   2561 +
 mono/sgen/sgen-memory-governor.c                   |    326 +
 mono/sgen/sgen-memory-governor.h                   |     60 +
 mono/sgen/sgen-minor-copy-object.h                 |    216 +
 mono/sgen/sgen-minor-scan-object.h                 |     86 +
 mono/sgen/sgen-nursery-allocator.c                 |    927 +
 mono/sgen/sgen-pinning-stats.c                     |    244 +
 mono/sgen/sgen-pinning.c                           |    298 +
 mono/sgen/sgen-pinning.h                           |     64 +
 mono/sgen/sgen-pointer-queue.c                     |    161 +
 mono/sgen/sgen-pointer-queue.h                     |     46 +
 mono/sgen/sgen-protocol-def.h                      |    386 +
 mono/sgen/sgen-protocol.c                          |    441 +
 mono/sgen/sgen-protocol.h                          |    221 +
 mono/sgen/sgen-qsort.c                             |     83 +
 mono/{metadata => sgen}/sgen-qsort.h               |      0
 mono/sgen/sgen-scan-object.h                       |    107 +
 mono/sgen/sgen-simple-nursery.c                    |    101 +
 mono/sgen/sgen-split-nursery.c                     |    457 +
 mono/sgen/sgen-tagged-pointer.h                    |     46 +
 mono/sgen/sgen-thread-pool.c                       |    259 +
 mono/sgen/sgen-thread-pool.h                       |     55 +
 mono/sgen/sgen-workers.c                           |    400 +
 mono/sgen/sgen-workers.h                           |     48 +
 mono/tests/Makefile.am                             |     51 +-
 mono/tests/Makefile.in                             |     58 +-
 mono/tests/bug-17590.cs                            |      3 +
 mono/tests/bug-30085.cs                            |     35 +
 mono/tests/cas/ChangeLog                           |     47 -
 mono/tests/cas/Makefile.am                         |     33 -
 mono/tests/cas/Makefile.in                         |    731 -
 mono/tests/cas/assembly/ChangeLog                  |     47 -
 mono/tests/cas/assembly/Makefile.am                |     63 -
 mono/tests/cas/assembly/Makefile.in                |    579 -
 mono/tests/cas/assembly/README                     |     24 -
 mono/tests/cas/assembly/all.cs                     |     32 -
 mono/tests/cas/assembly/all.net_1_1.txt            |     24 -
 mono/tests/cas/assembly/min.cs                     |     29 -
 mono/tests/cas/assembly/min.net_1_1.txt            |     14 -
 mono/tests/cas/assembly/none.cs                    |     29 -
 mono/tests/cas/assembly/none.net_1_1.txt           |     14 -
 mono/tests/cas/assembly/opt.cs                     |     29 -
 mono/tests/cas/assembly/opt.net_1_1.txt            |     11 -
 mono/tests/cas/assembly/ref.cs                     |     29 -
 mono/tests/cas/assembly/ref.net_1_1.txt            |     14 -
 mono/tests/cas/demand/ChangeLog                    |     35 -
 mono/tests/cas/demand/Makefile.am                  |     77 -
 mono/tests/cas/demand/Makefile.in                  |    592 -
 mono/tests/cas/demand/README                       |     43 -
 mono/tests/cas/demand/pinvoke1.cs                  |     44 -
 mono/tests/cas/demand/pinvoke2.cs                  |     46 -
 mono/tests/cas/demand/pinvoke3.cs                  |     46 -
 mono/tests/cas/demand/selfassert.cs                |     28 -
 mono/tests/cas/demand/selfdeny.cs                  |     18 -
 mono/tests/cas/demand/selfpermit.cs                |     19 -
 mono/tests/cas/demand/sucs1.cs                     |     45 -
 mono/tests/cas/demand/sucs2.cs                     |     46 -
 mono/tests/cas/demand/sucs3.cs                     |     47 -
 mono/tests/cas/demand/sucs4.cs                     |     48 -
 mono/tests/cas/inheritance/ChangeLog               |     40 -
 mono/tests/cas/inheritance/Makefile.am             |     99 -
 mono/tests/cas/inheritance/Makefile.in             |    613 -
 mono/tests/cas/inheritance/README                  |     40 -
 mono/tests/cas/inheritance/cas.snk                 |    Bin 596 -> 0 bytes
 mono/tests/cas/inheritance/cas1.cs                 |     52 -
 mono/tests/cas/inheritance/cas2.cs                 |     53 -
 mono/tests/cas/inheritance/cas3.cs                 |     53 -
 mono/tests/cas/inheritance/library1.cs             |     30 -
 mono/tests/cas/inheritance/library2.cs             |     30 -
 mono/tests/cas/inheritance/noncas1.cs              |     36 -
 mono/tests/cas/inheritance/noncas2.cs              |     33 -
 mono/tests/cas/inheritance/noncas3.cs              |     41 -
 mono/tests/cas/inheritance/noncas4.cs              |     38 -
 mono/tests/cas/inheritance/notused.cs              |     36 -
 mono/tests/cas/inheritance/refload1.cs             |     32 -
 mono/tests/cas/inheritance/refload2.cs             |     32 -
 mono/tests/cas/inheritance/refload3.cs             |     32 -
 mono/tests/cas/inheritance/refload4.cs             |     32 -
 mono/tests/cas/inheritance/reftype1.cs             |     98 -
 mono/tests/cas/inheritance/reftype2.cs             |     78 -
 mono/tests/cas/inheritance/reftype3.cs             |     98 -
 mono/tests/cas/inheritance/reftype4.cs             |     78 -
 mono/tests/cas/linkdemand/ChangeLog                |     90 -
 mono/tests/cas/linkdemand/Makefile.am              |    112 -
 mono/tests/cas/linkdemand/Makefile.in              |    625 -
 mono/tests/cas/linkdemand/README                   |     87 -
 mono/tests/cas/linkdemand/aptc1.cs                 |     29 -
 mono/tests/cas/linkdemand/aptc2.cs                 |     44 -
 mono/tests/cas/linkdemand/aptclib.cs               |     12 -
 mono/tests/cas/linkdemand/cas1.cs                  |     18 -
 mono/tests/cas/linkdemand/cas2.cs                  |     28 -
 mono/tests/cas/linkdemand/cas3.cs                  |     45 -
 mono/tests/cas/linkdemand/cas6.cs                  |     42 -
 mono/tests/cas/linkdemand/cas7.cs                  |     39 -
 mono/tests/cas/linkdemand/cas8.cs                  |     39 -
 mono/tests/cas/linkdemand/cas9.cs                  |     38 -
 mono/tests/cas/linkdemand/icall1.cs                |     76 -
 mono/tests/cas/linkdemand/icall2.cs                |     60 -
 mono/tests/cas/linkdemand/icall3.cs                |     38 -
 mono/tests/cas/linkdemand/icall4.cs                |     37 -
 mono/tests/cas/linkdemand/icall5.cs                |     41 -
 mono/tests/cas/linkdemand/icall6.cs                |     40 -
 mono/tests/cas/linkdemand/noncas1.cs               |     44 -
 mono/tests/cas/linkdemand/noncas2.cs               |     49 -
 mono/tests/cas/linkdemand/noncas3.cs               |     43 -
 mono/tests/cas/linkdemand/noncas4.cs               |     45 -
 mono/tests/cas/linkdemand/pinvoke1.cs              |     45 -
 mono/tests/cas/linkdemand/pinvoke2.cs              |     45 -
 mono/tests/cas/linkdemand/pinvoke3.cs              |     46 -
 mono/tests/cas/linkdemand/pinvoke4.cs              |     46 -
 mono/tests/cas/linkdemand/refcas1.cs               |     41 -
 mono/tests/cas/linkdemand/refcas2.cs               |     45 -
 mono/tests/cas/linkdemand/refcas3.cs               |     42 -
 mono/tests/cas/linkdemand/refcas4.cs               |     47 -
 mono/tests/cas/linkdemand/refcas5.cs               |     54 -
 mono/tests/cas/threads/ChangeLog                   |     51 -
 mono/tests/cas/threads/Makefile.am                 |     86 -
 mono/tests/cas/threads/Makefile.in                 |    601 -
 mono/tests/cas/threads/README                      |     37 -
 mono/tests/cas/threads/delegate1.cs                |     59 -
 mono/tests/cas/threads/delegate2.cs                |     64 -
 mono/tests/cas/threads/swf-control1.cs             |    116 -
 mono/tests/cas/threads/swf-timer3.cs               |     69 -
 mono/tests/cas/threads/swf-timer4.cs               |     60 -
 mono/tests/cas/threads/thread1.cs                  |     34 -
 mono/tests/cas/threads/thread2.cs                  |     39 -
 mono/tests/cas/threads/thread3.cs                  |     43 -
 mono/tests/cas/threads/timer1.cs                   |     54 -
 mono/tests/cas/threads/timer2.cs                   |     62 -
 mono/tests/cas/threads/tpool1.cs                   |     53 -
 mono/tests/cas/threads/tpool2.cs                   |     54 -
 mono/tests/cross-domain.cs                         |     43 +-
 mono/tests/delegate10.cs                           |     23 +
 mono/tests/delegate11.cs                           |     57 +
 mono/tests/delegate12.cs                           |     73 +
 mono/tests/delegate7.cs                            |    123 +-
 mono/tests/exception18.cs                          |     48 +
 mono/tests/finalizer-exception.cs                  |      3 +-
 mono/tests/libtest.c                               |     36 +-
 mono/tests/load-missing.il                         |      8 +-
 mono/tests/pinvoke2.cs                             |     54 +-
 mono/tests/runtime-invoke.cs                       |     16 +
 mono/tests/string.cs                               |      2 +
 mono/tests/test-runner.cs                          |    469 +
 mono/unit-tests/Makefile.am                        |     20 +-
 mono/unit-tests/Makefile.in                        |    191 +-
 mono/unit-tests/test-conc-hashtable.c              |      6 +-
 mono/unit-tests/test-gc-memfuncs.c                 |    104 -
 mono/unit-tests/test-memfuncs.c                    |    104 +
 mono/unit-tests/test-sgen-qsort.c                  |      4 +-
 mono/utils/Makefile.am                             |     15 +-
 mono/utils/Makefile.in                             |     76 +-
 mono/utils/dlmalloc.c                              |      2 +-
 mono/utils/dtrace.h                                |     64 +-
 mono/utils/gc_wrapper.h                            |     36 +-
 mono/utils/hazard-pointer.c                        |     16 +-
 mono/utils/hazard-pointer.h                        |     22 +-
 mono/utils/json.c                                  |     30 +-
 mono/utils/json.h                                  |     24 +-
 mono/utils/lock-free-alloc.c                       |     16 +-
 mono/utils/lock-free-alloc.h                       |     10 +-
 mono/utils/lock-free-array-queue.c                 |     13 +-
 mono/utils/lock-free-array-queue.h                 |     12 +-
 mono/utils/lock-free-queue.c                       |     12 +-
 mono/utils/lock-free-queue.h                       |      2 +-
 mono/utils/mach-support-amd64.c                    |     25 +-
 mono/utils/mach-support-arm.c                      |      8 +-
 mono/utils/mach-support-x86.c                      |     26 +-
 mono/utils/mach-support.h                          |     26 +-
 mono/utils/memfuncs.c                              |    232 +
 mono/utils/memfuncs.h                              |     34 +
 mono/utils/mono-codeman.c                          |     15 +-
 mono/utils/mono-compiler.h                         |     47 +-
 mono/utils/mono-complex.h                          |     95 +
 mono/utils/mono-conc-hashtable.c                   |     32 +-
 mono/utils/mono-conc-hashtable.h                   |      3 +-
 mono/utils/mono-context.c                          |    204 +-
 mono/utils/mono-context.h                          |     62 +-
 mono/utils/mono-counters.c                         |     26 +-
 mono/utils/mono-dl-darwin.c                        |     11 +
 mono/utils/mono-dl-posix.c                         |      7 +
 mono/utils/mono-dl-windows.c                       |      6 +
 mono/utils/mono-dl.c                               |      6 +-
 mono/utils/mono-dl.h                               |     21 +-
 mono/utils/mono-error-internals.h                  |     44 +-
 mono/utils/mono-error.c                            |     84 +-
 mono/utils/mono-filemap.c                          |     15 +-
 mono/utils/mono-hwcap-s390x.h                      |    171 +-
 mono/utils/mono-hwcap.h                            |      6 +-
 mono/utils/mono-internal-hash.h                    |     10 +-
 mono/utils/mono-io-portability.c                   |     12 +-
 mono/utils/mono-io-portability.h                   |     16 +-
 mono/utils/mono-lazy-init.h                        |    124 +
 mono/utils/mono-linked-list-set.c                  |     18 +-
 mono/utils/mono-linked-list-set.h                  |     22 +-
 mono/utils/mono-logger-internal.h                  |     26 +-
 mono/utils/mono-logger.c                           |     12 +-
 mono/utils/mono-mmap-internal.h                    |      2 +-
 mono/utils/mono-mmap.c                             |     59 +-
 mono/utils/mono-mutex.c                            |     32 +-
 mono/utils/mono-mutex.h                            |    122 +-
 mono/utils/mono-networkinterfaces.c                |      7 +-
 mono/utils/mono-networkinterfaces.h                |      4 +-
 mono/utils/mono-path.c                             |      2 +-
 mono/utils/mono-poll.c                             |     12 +-
 mono/utils/mono-proclib.c                          |    209 +-
 mono/utils/mono-proclib.h                          |     34 +-
 mono/utils/mono-property-hash.c                    |      4 +-
 mono/utils/mono-rand.c                             |    331 +
 mono/utils/mono-rand.h                             |     19 +
 mono/utils/mono-semaphore.c                        |     18 +-
 mono/utils/mono-threads-coop.c                     |    266 +
 mono/utils/mono-threads-coop.h                     |     77 +
 mono/utils/mono-threads-mach-helper.c              |      6 +-
 mono/utils/mono-threads-mach.c                     |    101 +-
 mono/utils/mono-threads-posix.c                    |    388 +-
 mono/utils/mono-threads-state-machine.c            |    693 +
 mono/utils/mono-threads-windows.c                  |     87 +-
 mono/utils/mono-threads.c                          |    575 +-
 mono/utils/mono-threads.h                          |    383 +-
 mono/utils/mono-time.c                             |     20 +-
 mono/utils/mono-time.h                             |     16 +-
 mono/utils/mono-tls.h                              |      2 +-
 mono/utils/mono-uri.c                              |      2 +-
 mono/utils/mono-value-hash.h                       |      8 +-
 mono/utils/monobitset.c                            |      4 +-
 mono/utils/monobitset.h                            |     22 +-
 mono/utils/networking.h                            |     26 +-
 mono/utils/parse.c                                 |     93 +
 mono/utils/parse.h                                 |     28 +
 mono/utils/sha1.c                                  |     22 +-
 mono/utils/sha1.h                                  |     15 +-
 mono/utils/strtod.c                                |   3360 -
 mono/utils/strtod.h                                |      8 -
 msvc/eglib.vcxproj                                 |     16 +-
 msvc/genmdesc.vcxproj                              |     24 +-
 msvc/libgc.vcxproj                                 |     32 +-
 msvc/libmono.vcxproj                               |     24 +-
 msvc/libmonoruntime.vcxproj                        |    111 +-
 msvc/libmonoutils.vcxproj                          |     18 +-
 msvc/libtest.vcxproj                               |      8 +-
 msvc/mono.def                                      |      8 -
 msvc/mono.props                                    |      6 +-
 msvc/mono.vcxproj                                  |     16 +-
 msvc/monodiet.vcxproj                              |      8 +-
 msvc/monodis.vcxproj                               |      8 +-
 msvc/monograph.vcxproj                             |      8 +-
 msvc/monoposixhelper.vcxproj                       |     16 +-
 msvc/pedump.vcxproj                                |      8 +-
 msvc/profiler-codeanalyst.vcxproj                  |      8 +-
 msvc/profiler-cov.vcxproj                          |      8 +-
 msvc/profiler-logging.vcxproj                      |     12 +-
 msvc/profiler-vtune.vcxproj                        |      8 +-
 po/mcs/de.gmo                                      |    Bin 5406 -> 5406 bytes
 po/mcs/de.po                                       |    737 +-
 po/mcs/es.gmo                                      |    Bin 16329 -> 16329 bytes
 po/mcs/es.po                                       |    734 +-
 po/mcs/ja.gmo                                      |    Bin 20863 -> 20863 bytes
 po/mcs/ja.po                                       |    734 +-
 po/mcs/mcs.pot                                     |    736 +-
 po/mcs/pt_BR.gmo                                   |    Bin 73398 -> 73161 bytes
 po/mcs/pt_BR.po                                    |    737 +-
 runtime/Makefile.am                                |     19 +-
 runtime/Makefile.in                                |     31 +-
 runtime/mono-wrapper.in                            |      3 +-
 runtime/monodis-wrapper.in                         |      3 +-
 samples/profiler/sample.c                          |      9 +-
 scripts/Makefile.am                                |      3 +-
 scripts/Makefile.in                                |      3 +-
 support/errno.c                                    |     20 +
 support/libm/complex.c                             |     74 +
 support/zlib-helper.c                              |      4 +-
 tools/locale-builder/Driver.cs                     |     54 +-
 tools/locale-builder/NumberFormatEntry.cs          |      7 +-
 tools/locale-builder/Patterns.cs                   |    757 +-
 tools/sgen/sgen-grep-binprot.c                     |     51 +-
 winconfig.h                                        |     28 +-
 6356 files changed, 333839 insertions(+), 481122 deletions(-)


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list