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)
commit6de98a0199d2ca87da88aa7fa30c997198b0f4de
tree450becb240005749d639e1a3f948b34f1d62f379
parent2d8665c4514d45cb33a31dfa64232152c7a3b808
Fix invalid project references in test projects

Fixes usually double reference or invalid absolute
path reference which is changed to valid relative
path reference

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