Beispiel #1
0
#pragma warning restore 414

        internal static bool LoadDls()
        {
            if (!SPResourceManager.dlsLoaded)
            {
                Interlocked.CompareExchange <MethodInfo>(ref SPResourceManager.dlsCreateResourceManager, SPResourceManager.FindDls(), null);
                SPResourceManager.dlsLoaded = true;
            }
            return(SPResourceManager.dlsCreateResourceManager != null);
        }