go.pact.im/x/plumb/internal/solve.Plan.ProviderCount (field)

3 uses

	go.pact.im/x/plumb/internal/solve (current package)
		finalize.go#L28: 		ProviderCount: len(s.provs),
		solve.go#L138: 	ProviderCount int                // source providers in the set, for the -v report; not len(Order), the instantiation count

	go.pact.im/x/plumb/internal/emit
		report.go#L40: 		fmt.Fprintf(&b, "\nset %q (%s, %s):\n", pl.Name, plural(pl.ProviderCount, "provider"), plural(len(pl.Order), "instantiation"))