7 references to CleanupCode
mscorlib (6)
system\environment.cs (1)
136
RuntimeHelpers.
CleanupCode
cleanupCode = new RuntimeHelpers.CleanupCode(GetResourceStringBackoutCode);
system\runtime\compilerservices\runtimehelpers.cs (2)
229
public static extern void ExecuteCodeWithGuaranteedCleanup(TryCode code,
CleanupCode
backoutCode, Object userData);
237
((
CleanupCode
)backoutCode)(userData, exceptionThrown);
system\security\securitycontext.cs (1)
430
static volatile internal RuntimeHelpers.
CleanupCode
cleanupCode;
system\threading\compressedstack.cs (1)
330
static internal volatile RuntimeHelpers.
CleanupCode
cleanupCode;
system\threading\mutex.cs (1)
126
RuntimeHelpers.
CleanupCode
cleanupCode = new RuntimeHelpers.CleanupCode(MutexCleanupCode);
System.Core (1)
System\IO\Pipes\Pipe.cs (1)
811
private static RuntimeHelpers.
CleanupCode
cleanupCode = new RuntimeHelpers.CleanupCode(RevertImpersonationOnBackout);