3 references to LoadInstructions
System.Private.Xml (3)
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
1345
return
LoadInstructions
(new List<XslNode>(), InstructionFlags.None);
1350
return
LoadInstructions
(new List<XslNode>(), flags);
1355
return
LoadInstructions
(content, InstructionFlags.None);