5 references to ForwardingFunction
dotnet-watch (2)
CommandLine\CommandLineOptions.cs (2)
81var buildOptions = command.Options.Where(o => o.ForwardingFunction is not null && o.Name != CommonOptions.FrameworkOptionName); 133.Select(option => option.ForwardingFunction!(parseResult))
Microsoft.DotNet.Cli.CommandLine (3)
ForwardedOptionExtensions.cs (3)
216.Select(o => o.ForwardingFunction) 229&& o.ForwardingFunction is not null) 230.FirstOrDefault()?.ForwardingFunction;