System.Reflection.Cache.InternalCache.LogAction C# (CSharp) Method

LogAction() private method

private LogAction ( CacheAction action, CacheObjType cacheType ) : void
action CacheAction
cacheType CacheObjType
return void
        [Conditional("_LOGGING")] private void LogAction(CacheAction action, CacheObjType cacheType) {
#if _LOGGING
            BCLDebug.Trace("CACHE", "Took action ", action, " in cache named ", m_cacheName, " on object ", cacheType, " on thread ", 
                           Thread.CurrentThread.GetHashCode());
#endif
        }

Same methods

InternalCache::LogAction ( CacheAction action, CacheObjType cacheType, Object obj ) : void