7 references to GenerationEnvironment
Microsoft.ML.CodeGenerator (7)
Templates\Azure\Model\AzureObjectDetectionModelOutputClass.cs (7)
68return this.GenerationEnvironment.ToString(); 196if (((this.GenerationEnvironment.Length == 0) 199this.GenerationEnvironment.Append(this.currentIndentField); 211this.GenerationEnvironment.Append(textToAppend); 220this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length)); 224this.GenerationEnvironment.Append(textToAppend); 233this.GenerationEnvironment.AppendLine();