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