1 write to errorsField
Microsoft.ML.CodeGenerator (1)
Templates\Azure\Console\AzureModelBuilder.cs (1)
199
this.
errorsField
= new global::System.CodeDom.Compiler.CompilerErrorCollection();
2 references to errorsField
Microsoft.ML.CodeGenerator (2)
Templates\Azure\Console\AzureModelBuilder.cs (2)
197
if ((this.
errorsField
== null))
201
return this.
errorsField
;