1 instantiation of CompilerErrorCollection
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs (1)
26private CompilerErrorCollection _errors = new CompilerErrorCollection();
16 references to CompilerErrorCollection
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerErrorCollection.cs (14)
23/// Initializes a new instance of <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/>. 32/// Initializes a new instance of <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> based on another <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/>. 35public CompilerErrorCollection(CompilerErrorCollection value) 42/// Initializes a new instance of <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> containing any array of <see cref='Microsoft.CodeDom.Compiler.CompilerError'/> objects. 67/// <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> .</para> 75/// <para>Copies the elements of an array to the end of the <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/>.</para> 91/// Adds the contents of another <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> to the end of the collection. 94public void AddRange(CompilerErrorCollection value) 109/// <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> contains the specified <see cref='Microsoft.CodeDom.Compiler.CompilerError'/>.</para> 117/// <para>Copies the <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 175/// the <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> .</para> 183/// <para>Inserts a <see cref='Microsoft.CodeDom.Compiler.CompilerError'/> into the <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> at the specified index.</para> 192/// <see cref='Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> .</para>
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs (2)
26private CompilerErrorCollection _errors = new CompilerErrorCollection(); 92public CompilerErrorCollection Errors