1 write to UsingStatements
Microsoft.ML.AutoML.SourceGenerator (1)
SweepableEstimatorGenerator.cs (1)
60UsingStatements = x.e.UsingStatements,
1 reference to UsingStatements
Microsoft.ML.AutoML.SourceGenerator (1)
Template\SweepableEstimator_T_.cs (1)
63this.Write(this.ToStringHelper.ToStringWithCulture(Utils.PrettyPrintListOfString(UsingStatements.Select(x => $"using {x};"))));