10 references to ToStringHelper
Microsoft.ML.AutoML.SourceGenerator (10)
Template\SweepableEstimator.cs (10)
39
this.Write(this.
ToStringHelper
.ToStringWithCulture(NameSpace));
41
this.Write(this.
ToStringHelper
.ToStringWithCulture(ClassName));
43
this.Write(this.
ToStringHelper
.ToStringWithCulture(ClassName));
45
this.Write(this.
ToStringHelper
.ToStringWithCulture(ClassName));
51
this.Write(this.
ToStringHelper
.ToStringWithCulture(typeAttributeName));
54
this.Write(this.
ToStringHelper
.ToStringWithCulture(propertyName));
59
this.Write(this.
ToStringHelper
.ToStringWithCulture(Utils.PrettyPrintListOfString(UsingStatements.Select(x => $"using {x};"))));
62
this.Write(this.
ToStringHelper
.ToStringWithCulture(Utils.PrettyPrintListOfString(NugetDependencies)));
65
this.Write(this.
ToStringHelper
.ToStringWithCulture(Utils.GetPrefix(Type)));
67
this.Write(this.
ToStringHelper
.ToStringWithCulture(FunctionName));