7 references to FileName
ComSvcConfig (1)
ComplusTypeValidator.cs (1)
204return new Exception(oldException.Message + " " + SR.GetString(SR.InstallInGAC, oldException.FileName));
System.AddIn (2)
System\Addin\Hosting\InspectionWorker.cs (2)
234retval.Warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AssemblyLoadFileNotFound, fnf.Message, fnf.FileName)); 313retval.Warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AssemblyLoadFileNotFound, fnf.Message, fnf.FileName));
System.Web (1)
ErrorFormatter.cs (1)
531filename = fnfException.FileName;
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (1)
214XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, e.FileName, 0, 0);
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (1)
307XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, e.FileName, 0, 0);
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
299if (e.FileName == null)