18 references to Write
Microsoft.ML.AutoML.SourceGenerator (18)
Template\EstimatorType.cs (18)
28this.Write("\r\nnamespace "); 29this.Write(this.ToStringHelper.ToStringWithCulture(NameSpace)); 30this.Write("\r\n{\r\n public enum "); 31this.Write(this.ToStringHelper.ToStringWithCulture(ClassName)); 32this.Write("\r\n {\r\n"); 34this.Write(" "); 35this.Write(this.ToStringHelper.ToStringWithCulture(e)); 36this.Write(",\r\n"); 39this.Write(" "); 40this.Write(this.ToStringHelper.ToStringWithCulture(e)); 41this.Write(",\r\n"); 43this.Write(" Unknown,\r\n }\r\n\r\n public static class EstimatorTypeExtension\r\n {\r" + 47this.Write(" case EstimatorType."); 48this.Write(this.ToStringHelper.ToStringWithCulture(estimator)); 49this.Write(":\r\n"); 51this.Write(" return true;\r\n default:\r\n r" + 197this.Write(textToAppend); 206this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));