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