System.Internal.HandleCollector.SuspendCollect C# (CSharp) Method

SuspendCollect() private method

private SuspendCollect ( ) : void
return void
        internal static void SuspendCollect() {
        lock(internalSyncObject) {
                suspendCount++;
            }
        }