17 references to BuildEventFileInfo
Microsoft.Build (17)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
1257
file: new
BuildEventFileInfo
(ProjectFileOfTaskNode, LineNumberOfTaskNode, ColumnNumberOfTaskNode),
Construction\Solution\SolutionFile.cs (13)
1009
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseVersionMismatchError",
1019
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0),
1078
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseProjectDepGuidError", proj.ProjectName);
1096
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseWebProjectPropertiesError", proj.ProjectName);
1307
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0),
1314
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0),
1504
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseProjectError");
1604
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseNestedProjectError");
1612
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseNestedProjectUndefinedError", projectGuid, parentProjectGuid);
1653
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseInvalidSolutionConfigurationEntry", str);
1665
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseInvalidSolutionConfigurationEntry", str);
1680
new
BuildEventFileInfo
(projectPath, lineNumber, 0),
1730
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseInvalidProjectSolutionConfigurationEntry", str);
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
392
taskLoggingContext.LogError(new
BuildEventFileInfo
(taskLoc, taskLine, taskColumn), message, messageArgs)),
Instance\TaskRegistry.cs (1)
1572
new
BuildEventFileInfo
(elementLocation.File, elementLocation.Line, elementLocation.Column),
src\msbuild\src\Shared\BuildEventFileInfo.cs (1)
42
:
this
(location.File, location.Line, location.Column)