1 instantiation of CompilerErrorCollection
System.CodeDom (1)
System\CodeDom\Compiler\CompilerResults.cs (1)
32public CompilerErrorCollection Errors { get; } = new CompilerErrorCollection();
4 references to CompilerErrorCollection
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();