37 references to FileInfo
mscorlib (1)
system\io\fileinfo.cs (1)
499return new FileInfo(destinationFileName);
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
669FileInfo fi = new FileInfo(filePath);
System (4)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
138fileName = new FileInfo(fileName).Name;
compmod\system\diagnostics\DefaultTraceListener.cs (1)
133FileInfo file = new FileInfo(LogFileName);
sys\system\Media\SoundPlayer.cs (2)
187FileInfo fi = new FileInfo(uri.LocalPath); 234FileInfo fi = new FileInfo(uri.LocalPath);
System.Activities (1)
System\Activities\Debugger\SourceLocationProvider.cs (1)
144FileInfo fi = new FileInfo(sourcePath);
System.Configuration (1)
System\Configuration\Internal\InternalConfigHost.cs (1)
239FileInfo fi = new FileInfo(streamName);
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
827var directory = new FileInfo(dataFileName).Directory;
System.IO.Log (1)
System\IO\Log\LogArchiveSnapshot.cs (1)
109containerInfo = new FileInfo(fileName);
System.Runtime.Caching (1)
System\Caching\FileChangeNotificationSystem.cs (1)
84FileInfo fileInfo = new FileInfo(filePath);
System.Web (15)
Compilation\AssemblyBuilder.cs (2)
309FileInfo info = new FileInfo(filename); 1076DiskBuildResultCache.TryDeleteFile(new FileInfo(baseAssemblyFile));
Compilation\BuildResult.cs (1)
543FileInfo f = new FileInfo(path);
Compilation\BuildResultCache.cs (4)
365var f = new FileInfo(path); 374DiskBuildResultCache.TryDeleteFile(new FileInfo(pdbPath)); 621return TryDeleteFile(new FileInfo(s)); 868DiskBuildResultCache.CheckAndRemoveDotDeleteFile(new FileInfo(fileData.FullName));
Configuration\RemoteWebConfigurationHostServer.cs (2)
88fileInfo = new FileInfo(fileName); 145fileInfo = new FileInfo(fileName);
Hosting\AppDomainFactory.cs (1)
157System.IO.FileInfo file = new System.IO.FileInfo(appPath);
Hosting\ProcessHost.cs (1)
703System.IO.FileInfo file = new System.IO.FileInfo(appPath);
StaticFileHandler.cs (1)
94fileInfo = new FileInfo( physicalPath );
UI\Util.cs (1)
411FileInfo fi = new FileInfo(filename);
Util\HashCodeCombiner.cs (1)
174FileInfo file = new FileInfo(fileName);
XmlSiteMapProvider.cs (1)
592ResourceKey = (new FileInfo(_filename)).Name;
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
923FileInfo fi = new FileInfo(this.Directory + key);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
2343fi = new System.IO.FileInfo(this.bkImgFileNames[i]); 2887System.IO.FileInfo fi = new System.IO.FileInfo(fileName); 2992fi = new System.IO.FileInfo(this.backgroundImageFileName); 3005fi = new System.IO.FileInfo(this.bkImgFileNames[i]);
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (2)
504FileInfo info = new FileInfo(realFileName); 520FileInfo trialInfo = new FileInfo(trialFileName);
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipArchive.cs (1)
79FileInfo fileInfo = new FileInfo(path);
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (2)
280FileInfo existTest = new FileInfo(path); 292FileInfo existTest = new FileInfo(path);
Base\System\IO\Packaging\Package.cs (1)
999FileInfo packageFileInfo = new FileInfo(path);