2 references to WithLineInfo
NuGet.ProjectModel (2)
FileFormatException.cs (2)
85
return ex.WithFilePath(path).
WithLineInfo
(line, column);
113
return ex.WithFilePath(path).
WithLineInfo
(line, column);