4 references to CompilingScriptsNotSupported
System.Private.Xml (4)
System\Xml\Serialization\Compilation.cs (1)
82throw new PlatformNotSupportedException(SR.CompilingScriptsNotSupported);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1319throw new PlatformNotSupportedException(SR.CompilingScriptsNotSupported); // Not adding any scripts as script compilation is not available
System\Xml\Xsl\XsltOld\Compiler.cs (1)
761throw new PlatformNotSupportedException(SR.CompilingScriptsNotSupported);
System\Xml\Xsl\XsltOld\Processor.cs (1)
372throw new PlatformNotSupportedException(SR.CompilingScriptsNotSupported);