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