17 references to BuildEventFileInfo
Microsoft.Build (17)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
1254
file: new
BuildEventFileInfo
(ProjectFileOfTaskNode, LineNumberOfTaskNode, ColumnNumberOfTaskNode),
BuildEventFileInfo.cs (1)
42
:
this
(location.File, location.Line, location.Column)
Construction\Solution\SolutionFile.cs (13)
988
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseVersionMismatchError",
998
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0),
1057
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseProjectDepGuidError", proj.ProjectName);
1075
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseWebProjectPropertiesError", proj.ProjectName);
1286
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0),
1293
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0),
1507
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseProjectError");
1607
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseNestedProjectError");
1615
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseNestedProjectUndefinedError", projectGuid, parentProjectGuid);
1656
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseInvalidSolutionConfigurationEntry", str);
1668
new
BuildEventFileInfo
(FullPath, _currentLineNumber, 0), "SolutionParseInvalidSolutionConfigurationEntry", str);
1683
new
BuildEventFileInfo
(projectPath, lineNumber, 0),
1733
new
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)
1520
new
BuildEventFileInfo
(elementLocation.File, elementLocation.Line, elementLocation.Column),