3 instantiations of XsltCompileException
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
198throw new XsltCompileException(e, this.Input!.BaseURI, this.Input.LineNumber, this.Input.LinePosition);
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
213throw new XsltCompileException(e, input.BaseURI, input.LineNumber, input.LinePosition); 260throw new XsltCompileException(e, input.BaseURI, input.LineNumber, input.LinePosition);
6 references to XsltCompileException
netstandard (1)
netstandard.cs (1)
2530[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltCompileException))]
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
192catch (XsltCompileException)
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
207catch (XsltCompileException) 254catch (XsltCompileException)
System.Xml (1)
System.Xml.cs (1)
245[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltCompileException))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
183[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XsltCompileException))]