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