internal static void SetupFileChangeNotifications()
 {
     // Just call EnsureInited() to make sure global.asax FCN are set up.
     // But don't if we never even got to initialize Fusion
     if (HttpRuntime.CodegenDirInternal != null)
     {
         _theApplicationFactory.EnsureInited();
     }
 }