AIT.Tools.VisualStudioTextTransform.LogicalCallContextChange.Dispose C# (CSharp) Method

Dispose() private method

private Dispose ( bool isDisposing ) : void
isDisposing bool
return void
        private void Dispose(bool isDisposing)
        {
            if (isDisposing)
            {
                CallContext.LogicalSetData(_name, _prevHint);
            }
        }
    }

Same methods

LogicalCallContextChange::Dispose ( ) : void
LogicalCallContextChange