1 instantiation of Scripts
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
72Scripts = new Scripts(this);
7 references to Scripts
System.Private.Xml (7)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (2)
235[RequiresUnreferencedCode(Scripts.ExtensionFunctionCannotBeStaticallyAnalyzed)] 254[RequiresUnreferencedCode(Scripts.ExtensionFunctionCannotBeStaticallyAnalyzed)]
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
266[RequiresUnreferencedCode(Scripts.ExtensionFunctionCannotBeStaticallyAnalyzed)]
System\Xml\Xsl\Runtime\XsltLibrary.cs (2)
117[RequiresUnreferencedCode(Scripts.ExtensionFunctionCannotBeStaticallyAnalyzed)] 138[RequiresUnreferencedCode(Scripts.ExtensionFunctionCannotBeStaticallyAnalyzed)]
System\Xml\Xsl\Xslt\Compiler.cs (1)
46public Scripts Scripts;
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
199Scripts.TrimSafeDictionary scriptClasses = compiler.Scripts.ScriptClasses;