3 instantiations of XsltCompileException
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
198
throw new
XsltCompileException
(e, this.Input!.BaseURI, this.Input.LineNumber, this.Input.LinePosition);
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
213
throw new
XsltCompileException
(e, input.BaseURI, input.LineNumber, input.LinePosition);
260
throw 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)
192
catch (
XsltCompileException
)
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
207
catch (
XsltCompileException
)
254
catch (
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\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
183
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.
XsltCompileException
))]