24 references to Write
Microsoft.ML.AutoML.SourceGenerator (24)
Template\SearchSpace.cs (24)
28this.Write(@" 43this.Write(this.ToStringHelper.ToStringWithCulture(NameSpace)); 44this.Write("\r\n{\r\n public class "); 45this.Write(this.ToStringHelper.ToStringWithCulture(ClassName)); 46this.Write("\r\n {\r\n"); 48this.Write(" "); 49this.Write(this.ToStringHelper.ToStringWithCulture(optionAttribution)); 50this.Write("\r\n"); 52this.Write(" public "); 53this.Write(this.ToStringHelper.ToStringWithCulture(optionType)); 54this.Write("? "); 55this.Write(this.ToStringHelper.ToStringWithCulture(optionName)); 56this.Write(" {get; set;}\r\n"); 58this.Write(" [System.Diagnostics.CodeAnalysis.SuppressMessage(\"Declaration\", \"MSML_NoI" + 61this.Write(this.ToStringHelper.ToStringWithCulture(optionType)); 62this.Write(" "); 63this.Write(this.ToStringHelper.ToStringWithCulture(optionName)); 64this.Write(" {get; set;} = "); 65this.Write(this.ToStringHelper.ToStringWithCulture(defaultValue)); 66this.Write(";\r\n"); 68this.Write("\r\n"); 70this.Write("\r\n }\r\n}\r\n\r\n"); 214this.Write(textToAppend); 223this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));