Delete unnecessary defines from CoreCLR tests (#1922)
authorJan Kotas <jkotas@microsoft.com>
Sun, 19 Jan 2020 21:15:41 +0000 (13:15 -0800)
committerGitHub <noreply@github.com>
Sun, 19 Jan 2020 21:15:41 +0000 (13:15 -0800)
commitcd622cd50c7104fc14a25fb199f8377472920f2e
treec3915280fdbb67a5abd10fe322cd26842a8080ea
parent1cb1285408579d53a31bd7659faba53eae3d4262
Delete unnecessary defines from CoreCLR tests (#1922)

- PROJECK, STATIC, CORECLR
- Delete NoLogo
- Delete duplicate Exceptions/Finalization/Finalizer test
- Delete workaround for LLILC JIT
1130 files changed:
src/coreclr/tests/src/Exceptions/Finalization/Finalizer.cs [deleted file]
src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj [deleted file]
src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj
src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj
src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj
src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj
src/coreclr/tests/src/GC/API/GC/AllocateUninitializedArray.csproj
src/coreclr/tests/src/GC/API/GC/Collect.csproj
src/coreclr/tests/src/GC/API/GC/Collect0.csproj
src/coreclr/tests/src/GC/API/GC/Collect1.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Default_1.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Default_2.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Default_3.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Forced_1.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Forced_2.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Forced_3.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Optimized_1.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Optimized_2.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Optimized_3.csproj
src/coreclr/tests/src/GC/API/GC/Collect_fail.csproj
src/coreclr/tests/src/GC/API/GC/Collect_neg.csproj
src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj
src/coreclr/tests/src/GC/API/GC/Finalize.csproj
src/coreclr/tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj
src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj
src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj
src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj
src/coreclr/tests/src/GC/API/GC/GetGeneration_box.csproj
src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.csproj
src/coreclr/tests/src/GC/API/GC/GetTotalAllocatedBytes.csproj
src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj
src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj
src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj
src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj
src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj
src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj
src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj
src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj
src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj
src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj
src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.csproj
src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj
src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj
src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj
src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj
src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj
src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.csproj
src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.csproj
src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj
src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj
src/coreclr/tests/src/GC/API/GCHandle/Free.csproj
src/coreclr/tests/src/GC/API/GCHandle/Free_neg.csproj
src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj
src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj
src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj
src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.csproj
src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj
src/coreclr/tests/src/GC/API/GCHandle/Target.csproj
src/coreclr/tests/src/GC/API/GCHandle/Target_neg.csproj
src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj
src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj
src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj
src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj
src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj
src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj
src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj
src/coreclr/tests/src/GC/API/NoGCRegion/NoGC.csproj
src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj
src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj
src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj
src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.csproj
src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj
src/coreclr/tests/src/GC/API/WeakReference/Target.csproj
src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj
src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj
src/coreclr/tests/src/GC/API/WeakReference/multipleWRs_1.csproj
src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj
src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj
src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj
src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj
src/coreclr/tests/src/GC/Performance/Tests/GCHandle.csproj
src/coreclr/tests/src/GC/Performance/Tests/GCLarge.csproj
src/coreclr/tests/src/GC/Performance/Tests/GCPerf.csproj
src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj
src/coreclr/tests/src/GC/Performance/Tests/GCSmall.csproj
src/coreclr/tests/src/GC/Performance/Tests/LOHSmooth.csproj
src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj
src/coreclr/tests/src/GC/Performance/Tests/LowLatency.csproj
src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfLargeArray.csproj
src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfList.csproj
src/coreclr/tests/src/GC/Performance/Tests/MemoryPressure.csproj
src/coreclr/tests/src/GC/Performance/Tests/MicroBench.csproj
src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj
src/coreclr/tests/src/GC/Performance/Tests/ServerSpin.csproj
src/coreclr/tests/src/GC/Performance/Tests/ToBoxOrNot.csproj
src/coreclr/tests/src/GC/Performance/Tests/WeakReference.csproj
src/coreclr/tests/src/GC/Performance/Tests/XMLReader.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj
src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj
src/coreclr/tests/src/GC/Stress/Tests/573277.csproj
src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj
src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj
src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj
src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj
src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj
src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj
src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj
src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj
src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj
src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj
src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj
src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj
src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.csproj
src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj
src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj
src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj
src/coreclr/tests/src/GC/Stress/Tests/plug.csproj
src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj
src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj
src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.csproj
src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj
src/coreclr/tests/src/Interop/COM/Reflection/Reflection.csproj
src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj
src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDom.csproj
src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj
src/coreclr/tests/src/Interop/ICastable/Castable.csproj
src/coreclr/tests/src/Interop/LayoutClass/LayoutClassTest.csproj
src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj
src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj
src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTestInALC.csproj
src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/AsLPArrayTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsDefault/AsDefaultTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsLPArray/AsLPArrayTest.csproj
src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.csproj
src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.csproj
src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ArrayTest/ArrayTest.csproj
src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ReverseTest/ReverseTest.csproj
src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/StructTest/StructTest.csproj
src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/Test/Test.csproj
src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersTest.csproj
src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.csproj
src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.csproj
src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.csproj
src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.csproj
src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallTest.csproj
src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyTrue/AssemblyTrueTest.csproj
src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyWithoutComVisible/AssemblyWithoutComVisibleTest.csproj
src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTest.csproj
src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTestInALC.csproj
src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Primitives/Pointer/PInvokePointerTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.csproj
src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleTests.csproj
src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/Invalid/InvalidParamIndex.csproj
src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.csproj
src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PassingByRefTest.csproj
src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/PassingByOutTest.csproj
src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/PassingByRefTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.csproj
src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj
src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj
src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj
src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj
src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj
src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj
src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj
src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.csproj
src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj
src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj
src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest.csproj
src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ReversePInvokeManaged/ReversePInvokeTest.csproj
src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/DelegatePInvoke/DelegatePInvokeTest.csproj
src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest.csproj
src/coreclr/tests/src/JIT/Directed/Misc/Concat/ConcatTest.csproj
src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.csproj
src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj
src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj
src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj
src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/value_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/value_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/value_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/value_ro.csproj
src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj
src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj
src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj
src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj
src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_odbginstance_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_orelinstance_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_relinstance_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgfibo_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelfibo_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relfibo_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_dbgsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_odbgsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_orelsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_relsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin3double.ilproj
src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_odbgtry_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_oreltry_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_il.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_il.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_il.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_il.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/acceptance/Boxing/boxing001.ilproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_d.csproj
src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_do.csproj
src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_r.csproj
src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_ro.csproj
src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_d.csproj
src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_do.csproj
src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_r.csproj
src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_ro.csproj
src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj
src/coreclr/tests/src/JIT/Methodical/localloc/call/call01_small.csproj
src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj
src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj
src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj
src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof32.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof64.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof32.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof64.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof32.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof64.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof32.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof64.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444a.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444b.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj
src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/CSharpPart.csproj
src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/CSharpPart.csproj
src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj
src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj
src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj
src/coreclr/tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_small.csproj
src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_d.csproj
src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_do.csproj
src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_r.csproj
src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_ro.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_add.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_and.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_div.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_or.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj
src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.csproj
src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.csproj
src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.csproj
src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/test.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_add.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_div.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_add.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_div.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_add.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_div.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_add.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_div.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.csproj
src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.ilproj
src/coreclr/tests/src/JIT/opt/Devirtualization/override.ilproj
src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallCandidates.csproj
src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallInlining.csproj
src/coreclr/tests/src/JIT/opt/FastTailCall/GitHubIssue12479.csproj
src/coreclr/tests/src/JIT/opt/FastTailCall/StackFixup.csproj
src/coreclr/tests/src/JIT/opt/FastTailCall/StructPassingSimple.csproj
src/coreclr/tests/src/JIT/opt/Inline/regression/bug595776/bug595776.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/InlineThrow.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/StructAsParam_Method.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/args1.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/args2.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/args3.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/array.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/debug.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceproperty.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/property.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/size.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/throwtest.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.csproj
src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj
src/coreclr/tests/src/JIT/opt/perf/doublealign/Arrays.csproj
src/coreclr/tests/src/JIT/opt/perf/doublealign/Locals.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj
src/coreclr/tests/src/Loader/regressions/polyrec/Polyrec.csproj
src/coreclr/tests/src/Regressions/assemblyref/assem.csproj
src/coreclr/tests/src/Regressions/assemblyref/test.csproj
src/coreclr/tests/src/Regressions/expl_double/expl_double.csproj
src/coreclr/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj
src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj
src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj [deleted file]
src/coreclr/tests/src/baseservices/finalization/finalizer.cs
src/coreclr/tests/src/baseservices/threading/coverage/OSThreadId/osthreadid.csproj
src/coreclr/tests/src/managed/Compilation/Compilation.csproj
src/coreclr/tests/src/readytorun/r2rdump/files/GcInfoTransitions.csproj
src/coreclr/tests/src/readytorun/r2rdump/files/GenericFunctions.csproj
src/coreclr/tests/src/readytorun/r2rdump/files/HelloWorld.csproj
src/coreclr/tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.csproj
src/coreclr/tests/src/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj
src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj
src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj
src/coreclr/tests/src/readytorun/tests/main.cs
src/coreclr/tests/src/readytorun/tests/mainv1.csproj
src/coreclr/tests/src/readytorun/tests/mainv2.csproj
src/coreclr/tests/src/readytorun/tests/testv1/test.csproj
src/coreclr/tests/src/readytorun/tests/testv2/test.csproj
src/coreclr/tests/src/readytorun/tests/versionbubbles/helper.csproj
src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj
src/coreclr/tests/src/tracing/common/common.csproj
src/coreclr/tests/src/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj
src/coreclr/tests/src/tracing/eventcounter/eventcounter.csproj
src/coreclr/tests/src/tracing/eventcounter/incrementingeventcounter.csproj
src/coreclr/tests/src/tracing/eventcounter/incrementingpollingcounter.csproj
src/coreclr/tests/src/tracing/eventcounter/pollingcounter.csproj
src/coreclr/tests/src/tracing/eventcounter/regression-25709.csproj
src/coreclr/tests/src/tracing/eventlistener/eventlistener.csproj
src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj
src/coreclr/tests/src/tracing/eventpipe/common/common.csproj
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCEvents.csproj
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCFinalizers.csproj
src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj
src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj
src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/eventpipeandetw.csproj
src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj
src/coreclr/tests/src/tracing/regress/GitHub_22247/GitHub_22247.csproj
src/coreclr/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj
src/coreclr/tests/src/tracing/tracecontrol/tracecontrol.csproj
src/coreclr/tests/src/tracing/tracevalidation/inducedgc/inducedgc.csproj
src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.csproj
src/coreclr/tests/src/tracing/tracevalidation/rundown/rundown.csproj
src/coreclr/tests/src/tracing/tracevalidation/tracelogging/tracelogging.csproj