Beispiel #1
0
        public void ApplyVariableScopeMarker()
        {
            if (_depth == 0)
            {
                return;
            }

            _links.ApplyVariableScopeMarker();
        }