17 references to BuildEventFileInfo
Microsoft.Build (17)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
1254file: new BuildEventFileInfo(ProjectFileOfTaskNode, LineNumberOfTaskNode, ColumnNumberOfTaskNode),
BuildEventFileInfo.cs (1)
42: this(location.File, location.Line, location.Column)
Construction\Solution\SolutionFile.cs (13)
731new BuildEventFileInfo(FullPath, _currentLineNumber, 0), "SolutionParseVersionMismatchError", 741new BuildEventFileInfo(FullPath, _currentLineNumber, 0), 800new BuildEventFileInfo(FullPath, _currentLineNumber, 0), "SolutionParseProjectDepGuidError", proj.ProjectName); 818new BuildEventFileInfo(FullPath, _currentLineNumber, 0), "SolutionParseWebProjectPropertiesError", proj.ProjectName); 1029new BuildEventFileInfo(FullPath, _currentLineNumber, 0), 1036new BuildEventFileInfo(FullPath, _currentLineNumber, 0), 1250new BuildEventFileInfo(FullPath, _currentLineNumber, 0), "SolutionParseProjectError"); 1345new BuildEventFileInfo(FullPath, _currentLineNumber, 0), "SolutionParseNestedProjectError"); 1353new BuildEventFileInfo(FullPath, _currentLineNumber, 0), "SolutionParseNestedProjectUndefinedError", projectGuid, parentProjectGuid); 1394new BuildEventFileInfo(FullPath, _currentLineNumber, 0), "SolutionParseInvalidSolutionConfigurationEntry", str); 1406new BuildEventFileInfo(FullPath, _currentLineNumber, 0), "SolutionParseInvalidSolutionConfigurationEntry", str); 1421new BuildEventFileInfo(projectPath, lineNumber, 0), 1471new BuildEventFileInfo(FullPath, _currentLineNumber, 0), "SolutionParseInvalidProjectSolutionConfigurationEntry", str);
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
652_taskLoggingContext.LogError(new BuildEventFileInfo(taskLocation, taskLine, taskColumn), message, messageArgs);
Instance\TaskRegistry.cs (1)
1524new BuildEventFileInfo(elementLocation.File, elementLocation.Line, elementLocation.Column),