1 implementation of GetForwardingFunction
dotnet (1)
Extensions\OptionForwardingExtensions.cs (1)
229
public Func<ParseResult, IEnumerable<string>>
GetForwardingFunction
()
3 references to GetForwardingFunction
dotnet (2)
Extensions\OptionForwardingExtensions.cs (2)
109
.Select(o => o.
GetForwardingFunction
())
118
.
GetForwardingFunction
();
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
164
var buildArguments = buildOptions.Select(option => ((IForwardedOption)option).
GetForwardingFunction
()(parseResult)).SelectMany(args => args).ToList();