1 write to cleanupCode
mscorlib (1)
system\threading\compressedstack.cs (1)
291cleanupCode = new RuntimeHelpers.CleanupCode(runFinallyCode);
2 references to cleanupCode
mscorlib (2)
system\threading\compressedstack.cs (2)
288if (cleanupCode == null) 295RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(tryCode, cleanupCode, runData);