2 writes to _ffd
System.Web (2)
Hosting\MapPathBasedVirtualPathProvider.cs (2)
159_ffd = ffd; 168FindFileData.FindFile(_physicalPath, out _ffd);
3 references to _ffd
System.Web (3)
Hosting\MapPathBasedVirtualPathProvider.cs (3)
166Debug.Assert(_ffd == null); 177if (_ffd == null) 180return _ffd.FileNameLong;