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