1 write to _appPathInternal
System.Web (1)
FileChangesMonitor.cs (1)
1547_appPathInternal = GetFullPath(HttpRuntime.AppDomainAppPathInternal);
8 references to _appPathInternal
System.Web (8)
FileChangesMonitor.cs (8)
1504if (_appPathInternal != null 1505&& fullPathName.Length > _appPathInternal.Length+1 1506&& fullPathName.IndexOf(_appPathInternal, StringComparison.OrdinalIgnoreCase) > -1 1507&& fullPathName[_appPathInternal.Length] == Path.DirectorySeparatorChar) { 1548_dirMonAppPathInternal = new DirectoryMonitor(_appPathInternal, _FCNMode); 1723file = fullPathName.Substring(_appPathInternal.Length+1); 1818file = fullPathName.Substring(_appPathInternal.Length+1); 2005dirToListenTo = dirRootSubDir.Substring(_appPathInternal.Length+1);