1 write to cleanupCode
mscorlib (1)
system\security\securitycontext.cs (1)
388cleanupCode = new RuntimeHelpers.CleanupCode(runFinallyCode);
2 references to cleanupCode
mscorlib (2)
system\security\securitycontext.cs (2)
385if (cleanupCode == null) 391RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(tryCode, cleanupCode, runData);