1 instantiation of CompilerErrorCollection
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
69CompilerErrorColl = new CompilerErrorCollection();
4 references to CompilerErrorCollection
System.Private.Xml (4)
System\Xml\Xsl\Xslt\Compiler.cs (3)
41public CompilerErrorCollection CompilerErrorColl; // Results of the compilation 73public CompilerErrorCollection Compile(object stylesheet, XmlResolver? xmlResolver, XmlResolver? origResolver, out QilExpression qil) 347CompilerErrorCollection errorColl = this.CompilerErrorColl;
System\Xml\Xslt\XslCompiledTransform.cs (1)
48private CompilerErrorCollection? _compilerErrorColl;