5 references to ExecuteCodeWithGuaranteedCleanup
mscorlib (4)
system\environment.cs (1)
138RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(tryCode, cleanupCode, userData);
system\security\securitycontext.cs (1)
391RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(tryCode, cleanupCode, runData);
system\threading\compressedstack.cs (1)
295RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(tryCode, cleanupCode, runData);
system\threading\mutex.cs (1)
130RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(
System.Core (1)
System\IO\Pipes\Pipe.cs (1)
797RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(tryCode, cleanupCode, execHelper);