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