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