16 instantiations of CompilerErrorCollection
Microsoft.ML.AutoML.SourceGenerator (5)
Template\EstimatorType.cs (1)
105this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Template\SearchSpace.cs (1)
122this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Template\SweepableEstimator.cs (1)
124this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Template\SweepableEstimator_T_.cs (1)
129this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Template\SweepableEstimatorFactory.cs (1)
100this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Microsoft.ML.CodeGenerator (10)
Templates\Azure\Console\AzureModelBuilder.cs (1)
199this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Templates\Azure\Model\AzureImageModelOutputClass.cs (1)
140this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Templates\Azure\Model\AzureObjectDetectionModelOutputClass.cs (1)
140this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Templates\Console\ConsumeModel.cs (1)
151this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Templates\Console\ModelBuilder.cs (1)
516this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Templates\Console\ModelInputClass.cs (1)
114this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Templates\Console\ModelOutputClass.cs (1)
157this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Templates\Console\ModelProject.cs (1)
146this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Templates\Console\PredictProgram.cs (1)
173this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
Templates\Console\PredictProject.cs (1)
151this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
System.CodeDom (1)
System\CodeDom\Compiler\CompilerResults.cs (1)
32public CompilerErrorCollection Errors { get; } = new CompilerErrorCollection();
34 references to CompilerErrorCollection
Microsoft.ML.AutoML.SourceGenerator (10)
Template\EstimatorType.cs (2)
71private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 99public System.CodeDom.Compiler.CompilerErrorCollection Errors
Template\SearchSpace.cs (2)
88private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 116public System.CodeDom.Compiler.CompilerErrorCollection Errors
Template\SweepableEstimator.cs (2)
90private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 118public System.CodeDom.Compiler.CompilerErrorCollection Errors
Template\SweepableEstimator_T_.cs (2)
95private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 123public System.CodeDom.Compiler.CompilerErrorCollection Errors
Template\SweepableEstimatorFactory.cs (2)
66private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 94public System.CodeDom.Compiler.CompilerErrorCollection Errors
Microsoft.ML.CodeGenerator (20)
Templates\Azure\Console\AzureModelBuilder.cs (2)
165private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 193public System.CodeDom.Compiler.CompilerErrorCollection Errors
Templates\Azure\Model\AzureImageModelOutputClass.cs (2)
106private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 134public System.CodeDom.Compiler.CompilerErrorCollection Errors
Templates\Azure\Model\AzureObjectDetectionModelOutputClass.cs (2)
106private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 134public System.CodeDom.Compiler.CompilerErrorCollection Errors
Templates\Console\ConsumeModel.cs (2)
117private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 145public System.CodeDom.Compiler.CompilerErrorCollection Errors
Templates\Console\ModelBuilder.cs (2)
482private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 510public System.CodeDom.Compiler.CompilerErrorCollection Errors
Templates\Console\ModelInputClass.cs (2)
80private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 108public System.CodeDom.Compiler.CompilerErrorCollection Errors
Templates\Console\ModelOutputClass.cs (2)
123private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 151public System.CodeDom.Compiler.CompilerErrorCollection Errors
Templates\Console\ModelProject.cs (2)
112private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 140public System.CodeDom.Compiler.CompilerErrorCollection Errors
Templates\Console\PredictProgram.cs (2)
139private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 167public System.CodeDom.Compiler.CompilerErrorCollection Errors
Templates\Console\PredictProject.cs (2)
117private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField; 145public System.CodeDom.Compiler.CompilerErrorCollection Errors
System (1)
src\libraries\shims\System\ref\System.cs (1)
117[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.Compiler.CompilerErrorCollection))]
System.CodeDom (3)
System\CodeDom\Compiler\CompilerErrorCollection.cs (2)
12public CompilerErrorCollection(CompilerErrorCollection value) 43public void AddRange(CompilerErrorCollection value)
System\CodeDom\Compiler\CompilerResults.cs (1)
32public CompilerErrorCollection Errors { get; } = new CompilerErrorCollection();