4 references to PrettyPrintListOfString
Microsoft.ML.AutoML.SourceGenerator (4)
Template\SweepableEstimator.cs (2)
59
this.Write(this.ToStringHelper.ToStringWithCulture(Utils.
PrettyPrintListOfString
(UsingStatements.Select(x => $"using {x};"))));
62
this.Write(this.ToStringHelper.ToStringWithCulture(Utils.
PrettyPrintListOfString
(NugetDependencies)));
Template\SweepableEstimator_T_.cs (2)
63
this.Write(this.ToStringHelper.ToStringWithCulture(Utils.
PrettyPrintListOfString
(UsingStatements.Select(x => $"using {x};"))));
66
this.Write(this.ToStringHelper.ToStringWithCulture(Utils.
PrettyPrintListOfString
(NugetDependencies)));