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