52 references to BuildEventFileInfo
Microsoft.Build.Engine (52)
Engine\Engine.cs (5)
2338primaryLoggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(/* there is truly no file associated with this warning */ String.Empty), 2399primaryLoggingServices.LogFatalBuildError(fatalErrorContext, e, new BuildEventFileInfo(fatalErrorProjectName)); 2403primaryLoggingServices.LogFatalBuildError(buildEventContext, e, new BuildEventFileInfo(String.Empty)); 2786BuildEventFileInfo fileInfo = new BuildEventFileInfo(projectFullPath); 2805BuildEventFileInfo fileInfo = new BuildEventFileInfo(projectFullPath);
Engine\EngineCallback.cs (1)
176BuildEventFileInfo fileInfo = new BuildEventFileInfo(buildRequest.ProjectFileName);
Engine\EngineProxy.cs (4)
151loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 220loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 297loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 314loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name);
Engine\Project.cs (14)
914new BuildEventFileInfo(FullFileName), "UnrecognizedToolsVersion", ToolsVersion); 1796ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(false, new BuildEventFileInfo(projectFileName), "ProjectUpgradeNeededToVcxProj", projectFileName); 1829ParentEngine.LoggingServices.LogError(buildEventContext, new BuildEventFileInfo(FullFileName), "InvalidProjectFile", e.Message); 1831ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(false, new BuildEventFileInfo(FullFileName), 1837ParentEngine.LoggingServices.LogError(buildEventContext, new BuildEventFileInfo(FullFileName), "InvalidProjectFile", e.Message); 1839ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(false, new BuildEventFileInfo(FullFileName), 1845ParentEngine.LoggingServices.LogError(buildEventContext, new BuildEventFileInfo(FullFileName), "InvalidProjectFile", e.Message); 1847ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(false, new BuildEventFileInfo(FullFileName), 1853ParentEngine.LoggingServices.LogError(buildEventContext, new BuildEventFileInfo(FullFileName), "InvalidProjectFile", e.Message); 1854ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(false, new BuildEventFileInfo(FullFileName), 3209this.ParentEngine.LoggingServices.LogError(buildRequest.ParentBuildEventContext, new BuildEventFileInfo(FullFileName), "SecurityProjectBuildDisabled"); 3462new BuildEventFileInfo(this.FullFileName), "TargetDoesNotExist", targetNameToBuildUnescaped); 3598new BuildEventFileInfo(this.FullFileName), "NoTargetSpecified"); 4168BuildEventFileInfo fileInfo = new BuildEventFileInfo(import.EvaluatedProjectPath);
Engine\ProjectSchemaValidationHandler.cs (1)
166new BuildEventFileInfo(projectFile), "ProjectSchemaErrorHalt");
Engine\TaskEngine.cs (1)
743new BuildEventFileInfo(projectFileOfTaskNode), TaskName);
Engine\TaskExecutionModule.cs (1)
96engineCallback.GetParentEngine().LoggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(/* there is truly no file associated with this warning */ String.Empty), "BatchRequestSizeOutOfRange", requestBatchSizeEnvironmentVariable);
Engine\TaskRegistry.cs (1)
248loggingServices.LogError(buildEventContext, new BuildEventFileInfo(taskProjectFile), "TaskLoadFailure", taskName, assembly.ToString(), exception.Message);
Engine\ToolsetState.cs (5)
195loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(/* this warning truly does not involve any file */ String.Empty), 203loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(/* this warning truly does not involve any file */ String.Empty), 215loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(/* this warning truly does not involve any file */ String.Empty), 289loggingServices.LogError(buildEventContext, new BuildEventFileInfo(defaultTasksFile), "DefaultTasksFileFailure", e.Message); 295loggingServices.LogError(buildEventContext, new BuildEventFileInfo(defaultTasksFile), "DefaultTasksFileFailure", e.Message);
Introspector\Introspector.cs (1)
204parentEngine.LoggingServices.LogError(BuildEventContext.Invalid, new BuildEventFileInfo(String.Empty) /* no project file */, resourceName, args);
Shared\ProjectInSolution.cs (1)
325new BuildEventFileInfo(parentSolution.SolutionFile), "SolutionParseNestedProjectError");
Shared\SolutionParser.cs (4)
405new BuildEventFileInfo(SolutionFile), 450new BuildEventFileInfo(SolutionFile), "SolutionParseNoHeaderError"); 590new BuildEventFileInfo(SolutionFile), "SolutionParseProjectEofError", proj.ProjectName); 1223new BuildEventFileInfo(SolutionFile), "SolutionParseInvalidProjectSolutionConfigurationEntry",
Solution\SolutionWrapperProject.cs (12)
98"SubCategoryForSolutionParsingErrors", new BuildEventFileInfo(solution.SolutionFile), "SolutionParseUpgradeNeeded"); 316BuildEventFileInfo fileInfo = new BuildEventFileInfo(solution.SolutionFile); 794new BuildEventFileInfo(solution.SolutionFile), 897new BuildEventFileInfo(solution.SolutionFile), 972new BuildEventFileInfo(solution.SolutionFile), 1248new BuildEventFileInfo(solutionFile), 1724new BuildEventFileInfo(solution.SolutionFile), 2134parentEngine.LoggingServices.LogWarning(projectBuildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo(project.RelativePath), 2162parentEngine.LoggingServices.LogWarning(projectBuildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo(solution.SolutionFile), 2176parentEngine.LoggingServices.LogWarning(projectBuildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo(project.RelativePath), 2204parentEngine.LoggingServices.LogWarning(projectBuildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo(solution.SolutionFile), 2244parentEngine.LoggingServices.LogWarning(projectBuildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo(solution.SolutionFile),
Solution\VCWrapperProject.cs (1)
150BuildEventFileInfo fileInfo = new BuildEventFileInfo(projectPath);