Fix invalid project references in test projects
authorJacek Blaszczynski <biosciencenow@outlook.com>
Fri, 3 Aug 2018 15:43:53 +0000 (17:43 +0200)
committerJacek Blaszczynski <biosciencenow@outlook.com>
Fri, 3 Aug 2018 15:47:00 +0000 (17:47 +0200)
commitd265f21fdcbba61d8421b6941c2fb078ae9fc06d
tree893ab30b385c625c60e707b13937bc9afb83633e
parent2d1a86806ef50b9b49cd95fc336a4fa73f6765ce
Fix invalid project references in test projects

Fixes usually double reference or invalid absolute
path reference which is changed to valid relative
path reference
2089 files changed:
tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj
tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj
tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj
tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj
tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj
tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch6.csproj
tests/src/CoreMangLib/cti/system/array/ArrayClear.csproj
tests/src/CoreMangLib/cti/system/array/ArrayClone.csproj
tests/src/CoreMangLib/cti/system/array/ArrayCopy1.csproj
tests/src/CoreMangLib/cti/system/array/ArrayCopy2.csproj
tests/src/CoreMangLib/cti/system/array/ArrayCopyTo.csproj
tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1.csproj
tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2.csproj
tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/array/ArrayGetLength.csproj
tests/src/CoreMangLib/cti/system/array/ArrayGetLowerBound.csproj
tests/src/CoreMangLib/cti/system/array/ArrayGetUpperBound.csproj
tests/src/CoreMangLib/cti/system/array/ArrayGetValue.csproj
tests/src/CoreMangLib/cti/system/array/ArrayGetValue1.csproj
tests/src/CoreMangLib/cti/system/array/ArrayGetValue2.csproj
tests/src/CoreMangLib/cti/system/array/ArrayGetValue2b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayICollectionget_Count.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIListAdd.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIListClear.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIListContains.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIListIndexOF.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIListInsert.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIListRemove.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIListRemoveAt.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIListget_item.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIListset_item.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4.csproj
tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayInitialize.csproj
tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1.csproj
tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2.csproj
tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3.csproj
tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3b.csproj
tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf4.csproj
tests/src/CoreMangLib/cti/system/array/ArrayLength.csproj
tests/src/CoreMangLib/cti/system/array/ArrayRank.csproj
tests/src/CoreMangLib/cti/system/array/ArrayReserse1.csproj
tests/src/CoreMangLib/cti/system/array/ArrayReserse2.csproj
tests/src/CoreMangLib/cti/system/array/ArrayReverse1.csproj
tests/src/CoreMangLib/cti/system/array/ArrayReverse2.csproj
tests/src/CoreMangLib/cti/system/array/ArraySetValue1.csproj
tests/src/CoreMangLib/cti/system/array/ArraySetValue1b.csproj
tests/src/CoreMangLib/cti/system/array/ArraySetValue2.csproj
tests/src/CoreMangLib/cti/system/array/ArraySetValue2b.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort1.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort10.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort11.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort12.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort13.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort14.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort1b.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort2.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort2b.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort3b.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort4.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort5.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort6.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort7.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort8.csproj
tests/src/CoreMangLib/cti/system/array/ArraySort9.csproj
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj
tests/src/CoreMangLib/cti/system/attribute/DDB125472_GetHashCode.csproj
tests/src/CoreMangLib/cti/system/attribute/GetHashCode.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAll.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAssembly.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsClass.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsConstructor.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsDelegate.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEnum.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEvent.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsField.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsGenericParameter.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsInterface.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsMethod.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsModule.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsParameter.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsProperty.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsReturnValue.csproj
tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsStruct.csproj
tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeAllowMultiple.csproj
tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionMessage.csproj
tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionToString.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanCompareTo_Boolean.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Boolean.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Object.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanFalseString.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanGetHashCode.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDateTime.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToType.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanToString.csproj
tests/src/CoreMangLib/cti/system/boolean/BooleanTrueString.csproj
tests/src/CoreMangLib/cti/system/byte/ByteEquals1.csproj
tests/src/CoreMangLib/cti/system/byte/ByteEquals2.csproj
tests/src/CoreMangLib/cti/system/byte/ByteGetHashCode.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDateTime.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToType.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/byte/ByteMaxValue.csproj
tests/src/CoreMangLib/cti/system/byte/ByteMinValue.csproj
tests/src/CoreMangLib/cti/system/byte/ByteToString2.csproj
tests/src/CoreMangLib/cti/system/byte/ByteToString3.csproj
tests/src/CoreMangLib/cti/system/byte/ByteToString4.csproj
tests/src/CoreMangLib/cti/system/char/CharCompateTo1.csproj
tests/src/CoreMangLib/cti/system/char/CharEquals1.csproj
tests/src/CoreMangLib/cti/system/char/CharEquals2.csproj
tests/src/CoreMangLib/cti/system/char/CharGetHashCode.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDateTime.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToType.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/char/CharIsControl1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsControl2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsDigit1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsDigit2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsLetter1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsLetter2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsLower1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsLower2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsNumber1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsNumber2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsPunctuation2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsSeparator1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsSeparator2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsSurrogate1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsSurrogate2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsSymbol1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsUpper1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsUpper2.csproj
tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace1.csproj
tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace2.csproj
tests/src/CoreMangLib/cti/system/char/CharMaxValue.csproj
tests/src/CoreMangLib/cti/system/char/CharMinValue.csproj
tests/src/CoreMangLib/cti/system/char/CharToString1.csproj
tests/src/CoreMangLib/cti/system/char/CharToString2.csproj
tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumgetCurrent.csproj
tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorMoveNext.csproj
tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorReset.csproj
tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeIsCompliant.csproj
tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryCtor.csproj
tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryKey.csproj
tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryValue.csproj
tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare1.csproj
tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCtor.csproj
tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerDefault.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryAdd.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryClear.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryComparer.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsKey.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsValue.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCount.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor1.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor3.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor4.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor5.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor6.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionAdd.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionContains.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionRemove.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryAdd.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryContains.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys3.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys4.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryRemove.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue3.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue4.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValues.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryRemove.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryTryGetValue.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Entry.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Key.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Value.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumReset.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumget_Current.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorDispose.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorMoveNext.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/GenericICollectionRemove.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionIsSynchronized.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionSyncRoot.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/IEnumerableGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCopyTo.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCount.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCtor.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenICollIsReadOnly.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenIEnumGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollClear.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollContains.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollectionAdd.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollectionsICollectionCopyTo.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCopyTo.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCount.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionctor.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionIsReadOnly.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionRemove.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ICollectionIsSynchronized.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/IEnumerableGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollICollectionSyncRoot.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollectionsICollectionCopyTo.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollAdd.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollClear.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollContains.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericIEnumGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorDispose.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorMoveNext.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorDispose.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorReset.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorDispose.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj
tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerEquals.csproj
tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerGetHashCode.csproj
tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqulityComparerDefault.csproj
tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionAdd.csproj
tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionClear.csproj
tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionContains.csproj
tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCopyTo.csproj
tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCount.csproj
tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionIsReadOnly.csproj
tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionRemove.csproj
tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryContainsKey.csproj
tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryItem.csproj
tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryKeys.csproj
tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryTryGetValue.csproj
tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryValues.csproj
tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/IEnumerableGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/IEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerEquals.csproj
tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerGetHashCode.csproj
tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListIndexOf.csproj
tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListInsert.csproj
tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListItem.csproj
tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListRemoveAt.csproj
tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairKey.csproj
tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairToString.csproj
tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairValue.csproj
tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairctor.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch1.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch3.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo1.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo3.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListAdd.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListAddRange.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListCapacity.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListClear.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListContains.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListCount.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor1.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor3.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListForEach.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetRange.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionCopyTo.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsReadOnly.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsSynchronized.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionSyncRoot.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListAdd.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListContains.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIndexOf.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListInsert.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsFixedSize.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsReadOnly.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListItem.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListRemove.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf1.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf3.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListInsertRange.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf1.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf3.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveAt.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveRange.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListToArray.csproj
tests/src/CoreMangLib/cti/system/collections/generic/list/ListTrimExcess.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueClear.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueContains.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCopyTo.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCount.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor1.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor3.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueDequeue.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueEnqueue.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueuePeek.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueToArray.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorDispose.csproj
tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorMoveNext.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackClear.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackContains.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCopyTo.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCount.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor1.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor2.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor3.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPeek.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPop.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPush.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stack/StackToArray.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorDispose.csproj
tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorMoveNext.csproj
tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCopyTo.csproj
tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCount.csproj
tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionIsSynchronized.csproj
tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionSyncRoot.csproj
tests/src/CoreMangLib/cti/system/collections/icomparer/IComparerCompare.csproj
tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryAdd.csproj
tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryClear.csproj
tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryContains.csproj
tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsFixedSize.csproj
tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsReadOnly.csproj
tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryRemove.csproj
tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorCurrent.csproj
tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorMoveNext.csproj
tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorReset.csproj
tests/src/CoreMangLib/cti/system/collections/ilist/IListIsFixedSize.csproj
tests/src/CoreMangLib/cti/system/collections/ilist/IListItem.csproj
tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj
tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj
tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj
tests/src/CoreMangLib/cti/system/console/ConsoleSetOut_PSC.csproj
tests/src/CoreMangLib/cti/system/console/consoleseterror_PSC.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj
tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekFriday.csproj
tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekMonday.csproj
tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSaturday.csproj
tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSunday.csproj
tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekThursday.csproj
tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekTuesDay.csproj
tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekWednesday.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimaFloor.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalAdd.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalCompare.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalCtor1.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalCtor2.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalCtor3.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalCtor4.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalCtor5.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalCtor6.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalCtor7.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalCtor8.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalDivide.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalEquals1.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalEquals2.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalEquals3.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalGetBits.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalMaxValue.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalMinValue.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalMinusOne.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalMultiply.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalNegate.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalOne.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalSubtract.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToBoolean.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToByte.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToByte1.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToChar.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToDateTime.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToDecimal.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToDouble.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToInt16.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToInt32.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToInt64.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToSByte.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToSingle.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToString1.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToString2.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToString3.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToString4.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt16.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt32.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt64.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalTruncate.csproj
tests/src/CoreMangLib/cti/system/decimal/DecimalZero.csproj
tests/src/CoreMangLib/cti/system/delegate/DelegateABI.csproj
tests/src/CoreMangLib/cti/system/delegate/DelegateCombine1.csproj
tests/src/CoreMangLib/cti/system/delegate/DelegateCombineImpl.csproj
tests/src/CoreMangLib/cti/system/delegate/DelegateEquals1.csproj
tests/src/CoreMangLib/cti/system/delegate/DelegateGetHashCode1.csproj
tests/src/CoreMangLib/cti/system/delegate/DelegateGetInvocationList1.csproj
tests/src/CoreMangLib/cti/system/delegate/DelegateRemove.csproj
tests/src/CoreMangLib/cti/system/delegate/delegateRemoveImpl.csproj
tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeConditionString.csproj
tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDefault.csproj
tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDisableOptimizations.csproj
tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesEnableEditAndContinue.csproj
tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesIgnoreSymbolStoreSequencePoints.csproj
tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesNone.csproj
tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj
tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundException1.csproj
tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/double/DoubleCompareTo1.csproj
tests/src/CoreMangLib/cti/system/double/DoubleEpsilon.csproj
tests/src/CoreMangLib/cti/system/double/DoubleEquals1.csproj
tests/src/CoreMangLib/cti/system/double/DoubleEquals2.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDateTime.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIsInfinity.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIsNaN.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIsNegativeInfinity.csproj
tests/src/CoreMangLib/cti/system/double/DoubleIsPositiveInfinity.csproj
tests/src/CoreMangLib/cti/system/double/DoubleMaxValue.csproj
tests/src/CoreMangLib/cti/system/double/DoubleMinValue.csproj
tests/src/CoreMangLib/cti/system/double/DoubleNaN.csproj
tests/src/CoreMangLib/cti/system/double/DoubleNegativeInfinity.csproj
tests/src/CoreMangLib/cti/system/double/DoublePositiveInfinity.csproj
tests/src/CoreMangLib/cti/system/double/DoubleToString1.csproj
tests/src/CoreMangLib/cti/system/double/DoubleToString2.csproj
tests/src/CoreMangLib/cti/system/double/DoubleToString3.csproj
tests/src/CoreMangLib/cti/system/double/DoubleToString4.csproj
tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToType.csproj
tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint16.csproj
tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint32.csproj
tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint64.csproj
tests/src/CoreMangLib/cti/system/enum/EnumIsDefined.csproj
tests/src/CoreMangLib/cti/system/enum/EnumToObjectb.csproj
tests/src/CoreMangLib/cti/system/enum/EnumToString.csproj
tests/src/CoreMangLib/cti/system/enum/EnumToString3.csproj
tests/src/CoreMangLib/cti/system/environment/EnvironmentNewLine.csproj
tests/src/CoreMangLib/cti/system/eventargs/EventArgsctor.csproj
tests/src/CoreMangLib/cti/system/eventhandler/EventHandlerInvoke.csproj
tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerBeginInvoke.csproj
tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerCtor.csproj
tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerEndInvoke.csproj
tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerInvoke.csproj
tests/src/CoreMangLib/cti/system/exception/ExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/exception/ExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/exception/ExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/exception/ExceptionGetBaseException.csproj
tests/src/CoreMangLib/cti/system/flagsattribute/FlagsAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj
tests/src/CoreMangLib/cti/system/gc/GCGetTotalMemory.csproj
tests/src/CoreMangLib/cti/system/gc/GCKeepAlive.csproj
tests/src/CoreMangLib/cti/system/gc/GCMaxGeneration.csproj
tests/src/CoreMangLib/cti/system/gc/GCReRegisterForFinalize.csproj
tests/src/CoreMangLib/cti/system/gc/GCSuppressFinalize.csproj
tests/src/CoreMangLib/cti/system/gc/GCWaitForPendingFinalizers.csproj
tests/src/CoreMangLib/cti/system/guid/GuidCompareTo1_cti.csproj
tests/src/CoreMangLib/cti/system/guid/GuidCompareTo2.csproj
tests/src/CoreMangLib/cti/system/guid/GuidCtor1.csproj
tests/src/CoreMangLib/cti/system/guid/GuidCtor1_cti.csproj
tests/src/CoreMangLib/cti/system/guid/GuidCtor2_cti.csproj
tests/src/CoreMangLib/cti/system/guid/GuidCtor3.csproj
tests/src/CoreMangLib/cti/system/guid/GuidCtor3_cti.csproj
tests/src/CoreMangLib/cti/system/guid/GuidEmpty.csproj
tests/src/CoreMangLib/cti/system/guid/GuidEquals1.csproj
tests/src/CoreMangLib/cti/system/guid/GuidEquals1_cti.csproj
tests/src/CoreMangLib/cti/system/guid/GuidEquals2.csproj
tests/src/CoreMangLib/cti/system/guid/GuidEquals2_cti.csproj
tests/src/CoreMangLib/cti/system/guid/GuidEquals3.csproj
tests/src/CoreMangLib/cti/system/guid/GuidGetHashCode.csproj
tests/src/CoreMangLib/cti/system/guid/GuidNewGuid.csproj
tests/src/CoreMangLib/cti/system/guid/GuidToByteArray.csproj
tests/src/CoreMangLib/cti/system/guid/GuidToString1.csproj
tests/src/CoreMangLib/cti/system/icomparable/IComparableCompareTo.csproj
tests/src/CoreMangLib/cti/system/icomparable_generic/IComparable_GenericCompareTo.csproj
tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDateTime.csproj
tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/iformatable/IFormatableToString.csproj
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj
tests/src/CoreMangLib/cti/system/int/Int32CompareTo1.csproj
tests/src/CoreMangLib/cti/system/int/Int32Equals1.csproj
tests/src/CoreMangLib/cti/system/int/Int32Equals2.csproj
tests/src/CoreMangLib/cti/system/int/Int32GetHashCode.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDateTime.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToType.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/int/Int32MaxValue.csproj
tests/src/CoreMangLib/cti/system/int/Int32MinValue.csproj
tests/src/CoreMangLib/cti/system/int/Int32ToString3.csproj
tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj
tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj
tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj
tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj
tests/src/CoreMangLib/cti/system/int64/Int64CompareTo1.csproj
tests/src/CoreMangLib/cti/system/int64/Int64Equals1.csproj
tests/src/CoreMangLib/cti/system/int64/Int64Equals2.csproj
tests/src/CoreMangLib/cti/system/int64/Int64GetHashCode.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDateTime.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToType.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/int64/Int64MaxValue.csproj
tests/src/CoreMangLib/cti/system/int64/Int64MinValue.csproj
tests/src/CoreMangLib/cti/system/int64/Int64ToString3.csproj
tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int32.csproj
tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int64.csproj
tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Void.csproj
tests/src/CoreMangLib/cti/system/intptr/IntPtrEquals.csproj
tests/src/CoreMangLib/cti/system/intptr/IntPtrGetHashCode.csproj
tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt32.csproj
tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt64.csproj
tests/src/CoreMangLib/cti/system/intptr/IntPtrToPointer.csproj
tests/src/CoreMangLib/cti/system/intptr/IntPtrToString.csproj
tests/src/CoreMangLib/cti/system/intptr/IntPtrZero.csproj
tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj
tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj
tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj
tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj
tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj
tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj
tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj
tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj
tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj
tests/src/CoreMangLib/cti/system/io/binarywriter/BinaryWriterOutStream_PSC.csproj
tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj
tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj
tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj
tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj
tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj
tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj
tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj
tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj
tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj
tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj
tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj
tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj
tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj
tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj
tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj
tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj
tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj
tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj
tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj
tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj
tests/src/CoreMangLib/cti/system/io/filestream/FileStreamDispose_PSC.csproj
tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj
tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj
tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor.csproj
tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor2.csproj
tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj
tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj
tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj
tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj
tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj
tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj
tests/src/CoreMangLib/cti/system/io/stream/StreamDispose1_PSC.csproj
tests/src/CoreMangLib/cti/system/io/stream/StreamDispose2_PSC.csproj
tests/src/CoreMangLib/cti/system/io/stream/StreamNull_PSC.csproj
tests/src/CoreMangLib/cti/system/io/stream/StreamReadTimeOut_PSC.csproj
tests/src/CoreMangLib/cti/system/io/stream/StreamWriteTimeOut_PSC.csproj
tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj
tests/src/CoreMangLib/cti/system/io/stringwriter/StringWriterEncoding_PSC.csproj
tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj
tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj
tests/src/CoreMangLib/cti/system/math/MathAbs1.csproj
tests/src/CoreMangLib/cti/system/math/MathAbs2.csproj
tests/src/CoreMangLib/cti/system/math/MathAbs3.csproj
tests/src/CoreMangLib/cti/system/math/MathAbs4.csproj
tests/src/CoreMangLib/cti/system/math/MathAbs5.csproj
tests/src/CoreMangLib/cti/system/math/MathAbs6.csproj
tests/src/CoreMangLib/cti/system/math/MathAbs7.csproj
tests/src/CoreMangLib/cti/system/math/MathAcos.csproj
tests/src/CoreMangLib/cti/system/math/MathAtan.csproj
tests/src/CoreMangLib/cti/system/math/MathAtan2.csproj
tests/src/CoreMangLib/cti/system/math/MathCeiling.csproj
tests/src/CoreMangLib/cti/system/math/MathCos.csproj
tests/src/CoreMangLib/cti/system/math/MathCosh.csproj
tests/src/CoreMangLib/cti/system/math/MathE.csproj
tests/src/CoreMangLib/cti/system/math/MathExp.csproj
tests/src/CoreMangLib/cti/system/math/MathFloor.csproj
tests/src/CoreMangLib/cti/system/math/MathIEEERemainder.csproj
tests/src/CoreMangLib/cti/system/math/MathLog.csproj
tests/src/CoreMangLib/cti/system/math/MathLog10.csproj
tests/src/CoreMangLib/cti/system/math/MathMax1.csproj
tests/src/CoreMangLib/cti/system/math/MathMax10.csproj
tests/src/CoreMangLib/cti/system/math/MathMax11.csproj
tests/src/CoreMangLib/cti/system/math/MathMax2.csproj
tests/src/CoreMangLib/cti/system/math/MathMax3.csproj
tests/src/CoreMangLib/cti/system/math/MathMax4.csproj
tests/src/CoreMangLib/cti/system/math/MathMax5.csproj
tests/src/CoreMangLib/cti/system/math/MathMax6.csproj
tests/src/CoreMangLib/cti/system/math/MathMax7.csproj
tests/src/CoreMangLib/cti/system/math/MathMax8.csproj
tests/src/CoreMangLib/cti/system/math/MathMax9.csproj
tests/src/CoreMangLib/cti/system/math/MathMin1.csproj
tests/src/CoreMangLib/cti/system/math/MathMin10.csproj
tests/src/CoreMangLib/cti/system/math/MathMin11.csproj
tests/src/CoreMangLib/cti/system/math/MathMin2.csproj
tests/src/CoreMangLib/cti/system/math/MathMin3.csproj
tests/src/CoreMangLib/cti/system/math/MathMin4.csproj
tests/src/CoreMangLib/cti/system/math/MathMin5.csproj
tests/src/CoreMangLib/cti/system/math/MathMin6.csproj
tests/src/CoreMangLib/cti/system/math/MathMin7.csproj
tests/src/CoreMangLib/cti/system/math/MathMin8.csproj
tests/src/CoreMangLib/cti/system/math/MathMin9.csproj
tests/src/CoreMangLib/cti/system/math/MathPI.csproj
tests/src/CoreMangLib/cti/system/math/MathPow.csproj
tests/src/CoreMangLib/cti/system/math/MathRound2.csproj
tests/src/CoreMangLib/cti/system/math/MathRound3.csproj
tests/src/CoreMangLib/cti/system/math/MathRound4.csproj
tests/src/CoreMangLib/cti/system/math/MathSign1.csproj
tests/src/CoreMangLib/cti/system/math/MathSign2.csproj
tests/src/CoreMangLib/cti/system/math/MathSign3.csproj
tests/src/CoreMangLib/cti/system/math/MathSign4.csproj
tests/src/CoreMangLib/cti/system/math/MathSign5.csproj
tests/src/CoreMangLib/cti/system/math/MathSign6.csproj
tests/src/CoreMangLib/cti/system/math/MathSign7.csproj
tests/src/CoreMangLib/cti/system/math/MathSin.csproj
tests/src/CoreMangLib/cti/system/math/MathSinh.csproj
tests/src/CoreMangLib/cti/system/math/MathSqrt.csproj
tests/src/CoreMangLib/cti/system/math/MathTan.csproj
tests/src/CoreMangLib/cti/system/math/MathTanh.csproj
tests/src/CoreMangLib/cti/system/math/mathRound1.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFAbs.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFAcos.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFAtan.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFAtan2.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFCeiling.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFCos.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFCosh.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFE.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFExp.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFFloor.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFIEEERemainder.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFLog.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFLog10.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFMax.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFMin.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFPI.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFPow.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFRound1.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFRound2.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFSign.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFSin.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFSinh.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFSqrt.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFTan.csproj
tests/src/CoreMangLib/cti/system/mathf/MathFTanh.csproj
tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionMessage.csproj
tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionMessage.csproj
tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionMessage.csproj
tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateCombineImpl.csproj
tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateEquals.csproj
tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetHashCode.csproj
tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj
tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableCompare.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableCtor.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableEquals.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableEquals2.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableGetHashCode.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableGetUnderlyingType.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault1.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault2.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableHasValue.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableToString.csproj
tests/src/CoreMangLib/cti/system/nullable/NullableValue.csproj
tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/object/ObjectCtor.csproj
tests/src/CoreMangLib/cti/system/object/ObjectEquals1.csproj
tests/src/CoreMangLib/cti/system/object/ObjectEquals2.csproj
tests/src/CoreMangLib/cti/system/object/ObjectFinalize.csproj
tests/src/CoreMangLib/cti/system/object/ObjectGetHashCode.csproj
tests/src/CoreMangLib/cti/system/object/ObjectMemberwiseClone.csproj
tests/src/CoreMangLib/cti/system/object/ObjectReferenceEquals.csproj
tests/src/CoreMangLib/cti/system/object/ObjectToString.csproj
tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj
tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj
tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor1.csproj
tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor2.csproj
tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor3.csproj
tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeIsError.csproj
tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeMessage.csproj
tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/paramarrayattribute/ParamArrayAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj
tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj
tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj
tests/src/CoreMangLib/cti/system/random/RandomCtor1.csproj
tests/src/CoreMangLib/cti/system/random/RandomCtor2.csproj
tests/src/CoreMangLib/cti/system/random/RandomNext1.csproj
tests/src/CoreMangLib/cti/system/random/RandomNext2.csproj
tests/src/CoreMangLib/cti/system/random/RandomNext3.csproj
tests/src/CoreMangLib/cti/system/random/RandomNextBytes.csproj
tests/src/CoreMangLib/cti/system/random/RandomNextDouble.csproj
tests/src/CoreMangLib/cti/system/random/RandomSample.csproj
tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/reflection/assembly/TestAssembly1.csproj
tests/src/CoreMangLib/cti/system/reflection/assembly/TestTarget2.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeDelaySign.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeDescription.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeKeyFile.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeKeyName.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKey.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKeyToken.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKey.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKeyToken.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameVersion.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeTitle.csproj
tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj
tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj
tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj
tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj
tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj
tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoConstructorName.csproj
tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoTypeConstructorName.csproj
tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeMemberName.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeFlowControl.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeGetHashCode.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeName.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOpCodeType.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOperandType.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeSize.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPop.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPush.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeToString.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeValue.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAnd.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesArglist.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBox.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBreak.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCall.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCalli.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCallvirt.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCastclass.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCeq.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCkfinite.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConstrained.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpblk.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpobj.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDup.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfilter.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfinally.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitblk.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitobj.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesIsinst.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesJmp.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_0.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_3.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_0.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_3.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_5.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_6.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_7.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_M1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_Ref.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelema.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdfld.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdflda.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdftn.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_Ref.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdlen.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_0.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_3.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdnull.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdobj.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsfld.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsflda.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdstr.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdtoken.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdvirtftn.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLocalloc.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMkrefany.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNeg.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewarr.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewobj.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNop.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNot.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesOr.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPop.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix3.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix5.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix6.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix7.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefixref.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesReadonly.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanytype.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanyval.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRet.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRethrow.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShl.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSizeof.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_Ref.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStfld.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_Ref.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_0.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_3.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_S.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStobj.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStsfld.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf_Un.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSwitch.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTailcall.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTakesSingleByteArgument.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesThrow.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnaligned.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox_Any.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesVolatile.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesXor.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj
tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj
tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj
tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj
tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj
tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/CultureName.csproj
tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/NeutralResourcesLanguageAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeCtor.csproj
tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeVersion.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPACtor.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPAPropertyName.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/AttributeCtor1.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/CompilerGeneratedAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/CustomConstantAttributector.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/IndexerNameAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTAAssemblyName.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTACtor.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsNoInlining.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsPreserveSig.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RCAttrWrapNEThrows.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RuntimeCompatAttrCtor.csproj
tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/GetHashCode.csproj
tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeValue.csproj
tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeElementType.csproj
tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeLength.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/CallingConventionWinapi.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/CharSetUnicode.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeValue.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAddrOfPinnedObject_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAlloc1_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleFree_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleTarget_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeNormal.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypePinned.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeak.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeakTrackResurrection.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/InAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindAuto.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindSequential.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/OleAut32.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeArraySubType.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor1.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor2.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalCookie.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalType.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalTypeRef.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeConst.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeParamIndex.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeValue.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/OutAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/PreserveSigAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCharSet.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCtor.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributePack.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeSize.csproj
tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeValue.csproj
tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleEquals.csproj
tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleGetHashCode.csproj
tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHandleEquals.csproj
tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHanldeGetHashCode.csproj
tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleEquals.csproj
tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleGetHashCode.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteCompareTo2.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteEquals1.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteEquals2.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteGetHashCode.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteMaxValue.csproj
tests/src/CoreMangLib/cti/system/sbyte/SByteMinValue.csproj
tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionToString.csproj
tests/src/CoreMangLib/cti/system/single/SingleEpsilon.csproj
tests/src/CoreMangLib/cti/system/single/SingleIsInfinity.csproj
tests/src/CoreMangLib/cti/system/single/SingleIsNaN.csproj
tests/src/CoreMangLib/cti/system/single/SingleIsNegativeInfinity.csproj
tests/src/CoreMangLib/cti/system/single/SingleIsPositiveInfinity.csproj
tests/src/CoreMangLib/cti/system/single/SingleMaxValue.csproj
tests/src/CoreMangLib/cti/system/single/SingleMinValue.csproj
tests/src/CoreMangLib/cti/system/single/SingleNaN.csproj
tests/src/CoreMangLib/cti/system/single/SingleToBoolean.csproj
tests/src/CoreMangLib/cti/system/single/SingleToByte.csproj
tests/src/CoreMangLib/cti/system/single/SingleToChar.csproj
tests/src/CoreMangLib/cti/system/single/SingleToDateTime.csproj
tests/src/CoreMangLib/cti/system/single/SingleToDecimal.csproj
tests/src/CoreMangLib/cti/system/single/SingleToDouble.csproj
tests/src/CoreMangLib/cti/system/single/SingleToInt16.csproj
tests/src/CoreMangLib/cti/system/single/SingleToInt32.csproj
tests/src/CoreMangLib/cti/system/single/SingleToInt64.csproj
tests/src/CoreMangLib/cti/system/single/SingleToSByte.csproj
tests/src/CoreMangLib/cti/system/single/SingleToSingle.csproj
tests/src/CoreMangLib/cti/system/single/SingleToUInt16.csproj
tests/src/CoreMangLib/cti/system/single/SingleToUInt32.csproj
tests/src/CoreMangLib/cti/system/single/SingleToUInt64.csproj
tests/src/CoreMangLib/cti/system/string/StringChars.csproj
tests/src/CoreMangLib/cti/system/string/StringCompare9.csproj
tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal1.csproj
tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal2.csproj
tests/src/CoreMangLib/cti/system/string/StringConcat1.csproj
tests/src/CoreMangLib/cti/system/string/StringConcat2.csproj
tests/src/CoreMangLib/cti/system/string/StringConcat3.csproj
tests/src/CoreMangLib/cti/system/string/StringConcat4.csproj
tests/src/CoreMangLib/cti/system/string/StringConcat5.csproj
tests/src/CoreMangLib/cti/system/string/StringConcat6.csproj
tests/src/CoreMangLib/cti/system/string/StringConcat7.csproj
tests/src/CoreMangLib/cti/system/string/StringConcat8.csproj
tests/src/CoreMangLib/cti/system/string/StringCopyTo.csproj
tests/src/CoreMangLib/cti/system/string/StringCtor5.csproj
tests/src/CoreMangLib/cti/system/string/StringCtorChar.csproj
tests/src/CoreMangLib/cti/system/string/StringEmpty.csproj
tests/src/CoreMangLib/cti/system/string/StringEquals1.csproj
tests/src/CoreMangLib/cti/system/string/StringEquals2.csproj
tests/src/CoreMangLib/cti/system/string/StringEquals3.csproj
tests/src/CoreMangLib/cti/system/string/StringEquals6.csproj
tests/src/CoreMangLib/cti/system/string/StringFormat1.csproj
tests/src/CoreMangLib/cti/system/string/StringFormat2.csproj
tests/src/CoreMangLib/cti/system/string/StringGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/string/StringGetHashCode.csproj
tests/src/CoreMangLib/cti/system/string/StringIConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/string/StringIConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/string/StringIConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/string/StringIConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/string/StringIEnumerableGetEnumerator.csproj
tests/src/CoreMangLib/cti/system/string/StringIndexOf10.csproj
tests/src/CoreMangLib/cti/system/string/StringInsert.csproj
tests/src/CoreMangLib/cti/system/string/StringIsNullOrEmpty.csproj
tests/src/CoreMangLib/cti/system/string/StringJoin.csproj
tests/src/CoreMangLib/cti/system/string/StringJoin1.csproj
tests/src/CoreMangLib/cti/system/string/StringJoin2.csproj
tests/src/CoreMangLib/cti/system/string/StringLength.csproj
tests/src/CoreMangLib/cti/system/string/StringPadLeft.csproj
tests/src/CoreMangLib/cti/system/string/StringPadLeft1.csproj
tests/src/CoreMangLib/cti/system/string/StringPadLeft2.csproj
tests/src/CoreMangLib/cti/system/string/StringPadRight.csproj
tests/src/CoreMangLib/cti/system/string/StringPadRight1.csproj
tests/src/CoreMangLib/cti/system/string/StringPadRight2.csproj
tests/src/CoreMangLib/cti/system/string/StringRemove1.csproj
tests/src/CoreMangLib/cti/system/string/StringRemove2.csproj
tests/src/CoreMangLib/cti/system/string/StringReplace1.csproj
tests/src/CoreMangLib/cti/system/string/StringReplace2.csproj
tests/src/CoreMangLib/cti/system/string/StringSplit1.csproj
tests/src/CoreMangLib/cti/system/string/StringSubString1.csproj
tests/src/CoreMangLib/cti/system/string/StringSubString2.csproj
tests/src/CoreMangLib/cti/system/string/StringToCharArray.csproj
tests/src/CoreMangLib/cti/system/string/StringToString1.csproj
tests/src/CoreMangLib/cti/system/string/StringTrim1.csproj
tests/src/CoreMangLib/cti/system/string/StringTrim1b.csproj
tests/src/CoreMangLib/cti/system/string/StringTrim2.csproj
tests/src/CoreMangLib/cti/system/string/StringTrim3.csproj
tests/src/CoreMangLib/cti/system/string/StringTrim4.csproj
tests/src/CoreMangLib/cti/system/stringcompare/StringComparerCtor.csproj
tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj
tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj
tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj
tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj
tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj
tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj
tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj
tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj
tests/src/CoreMangLib/cti/system/szarrayhelper/SZArrayHelperSetItem.csproj
tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj
tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj
tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj
tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj
tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventCtor.csproj
tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventReSet.csproj
tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventSet.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd1.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd2.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange1.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange5.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange6.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange7.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement1.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement2.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange1.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange5.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange6.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange7.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement1.csproj
tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement2.csproj
tests/src/CoreMangLib/cti/system/threading/manualresetevent/ManualResetEventCtor.csproj
tests/src/CoreMangLib/cti/system/threading/timeout/TimeOutInfinite.csproj
tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleCtor.csproj
tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose1.csproj
tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose3.csproj
tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanAdd.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompare1.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompareTo2.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor1.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor2.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor3.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor4.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanDuration.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals1.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals2.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals3.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanFromTicks.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanGetHashCode.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanMaxValue.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanMinValue.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanNegate.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicks.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerDay.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerHour.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerMinute.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerSecond.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanToString_str.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalDays.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalHours.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMilliseconds.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMinutes.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalSeconds.csproj
tests/src/CoreMangLib/cti/system/timespan/TimeSpanZero.csproj
tests/src/CoreMangLib/cti/system/type/TypeEquals1.csproj
tests/src/CoreMangLib/cti/system/type/TypeEquals2.csproj
tests/src/CoreMangLib/cti/system/type/TypeGetArrayRank.csproj
tests/src/CoreMangLib/cti/system/type/TypeGetElementType.csproj
tests/src/CoreMangLib/cti/system/type/TypeGetGenericTypeDefinition.csproj
tests/src/CoreMangLib/cti/system/type/TypeGetHashCode.csproj
tests/src/CoreMangLib/cti/system/type/TypeGetType1.csproj
tests/src/CoreMangLib/cti/system/type/TypeGetType2.csproj
tests/src/CoreMangLib/cti/system/type/TypeGetTypeFromHandle.csproj
tests/src/CoreMangLib/cti/system/type/TypeHasElementTypeImpl.csproj
tests/src/CoreMangLib/cti/system/type/TypeIsByRefImpl.csproj
tests/src/CoreMangLib/cti/system/type/TypeIsPointerImpl.csproj
tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType1.csproj
tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType2.csproj
tests/src/CoreMangLib/cti/system/type/TypeMakeByRefType.csproj
tests/src/CoreMangLib/cti/system/type/TypeMakePointerType.csproj
tests/src/CoreMangLib/cti/system/type/TypeToString.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj
tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj
tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor1.csproj
tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor2.csproj
tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor3.csproj
tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionMessage.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16CompareTo1.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16Equals1.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16Equals2.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDateTime.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToType.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16ToString3.csproj
tests/src/CoreMangLib/cti/system/uint16/UInt16ToString4.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32CompareTo2.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32Equals1.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32Equals2.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32GetHashCode.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToType.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32MaxValue.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32MinValue.csproj
tests/src/CoreMangLib/cti/system/uint32/UInt32ToString2.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64GetHashCode.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToBoolean.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToByte.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToChar.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDateTime.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDecimal.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDouble.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt16.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt32.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt64.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSByte.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSingle.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToType.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt16.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt32.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt64.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64MaxValue.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64MinValue.csproj
tests/src/CoreMangLib/cti/system/uint64/UInt64ToString2.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt32.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt64.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_VoidPtr.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrEquals.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrGetHashCode.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrSize.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToPointer.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToString.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt32.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt64.csproj
tests/src/CoreMangLib/cti/system/uintptr/UIntPtrZero.csproj
tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals.csproj
tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals2.csproj
tests/src/CoreMangLib/cti/system/version/VersionBuild.csproj
tests/src/CoreMangLib/cti/system/version/VersionCompareTo2.csproj
tests/src/CoreMangLib/cti/system/version/VersionCtor4.csproj
tests/src/CoreMangLib/cti/system/version/VersionEquals1.csproj
tests/src/CoreMangLib/cti/system/version/VersionEquals2.csproj
tests/src/CoreMangLib/cti/system/version/VersionGetHashCode.csproj
tests/src/CoreMangLib/cti/system/version/VersionMajor.csproj
tests/src/CoreMangLib/cti/system/version/VersionRevision.csproj
tests/src/CoreMangLib/cti/system/version/VersionToString1.csproj
tests/src/CoreMangLib/cti/system/version/VersionToString2.csproj
tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj
tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj
tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj
tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj
tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj
tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj
tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj
tests/src/CoreMangLib/reflection/assembly/TestAssemblyAppBase.csproj
tests/src/CoreMangLib/reflection/assembly/TestAssemblyNotAppBase.csproj
tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj
tests/src/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj
tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj
tests/src/CoreMangLib/system/guid/Guid_Parsing.csproj
tests/src/CoreMangLib/system/lazyt/LazyTTF.csproj
tests/src/CoreMangLib/system/reflection/assembly/server1.csproj
tests/src/CoreMangLib/system/reflection/assembly/server2.csproj
tests/src/CoreMangLib/system/reflection/assembly/server3.csproj
tests/src/CoreMangLib/system/reflection/assembly/server4.csproj
tests/src/CoreMangLib/system/version/Version_Parsing.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj
tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj
tests/src/Regressions/coreclr/0433/test.csproj
tests/src/baseservices/exceptions/regressions/Dev11/147911/test147911.csproj
tests/src/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj
tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.csproj
tests/src/baseservices/exceptions/regressions/v1.0/19896.csproj
tests/src/baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj
tests/src/baseservices/threading/currentculture/CultureChangeSecurity.csproj
tests/src/baseservices/threading/regressions/17360/AVHelper.csproj
tests/src/baseservices/threading/regressions/576463/576463.csproj
tests/src/baseservices/visibility/Target.csproj
tests/src/performance/perflab/PerfLab.csproj
tests/src/performance/performance.csproj
tests/src/sizeondisk/sodbench/SoDBench.csproj