2 implementations of AppendLink
dotnet (2)
Commands\Test\MTP\Terminal\AnsiTerminal.cs (1)
168
public void
AppendLink
(string? path, int? lineNumber)
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (1)
37
public void
AppendLink
(string path, int? lineNumber)
3 references to AppendLink
dotnet (3)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (3)
200
terminal.
AppendLink
(artifact.Path, lineNumber: null);
634
terminal.
AppendLink
(assembly, lineNumber: null);
683
terminal.
AppendLink
(match.Groups["file"].Value, line);