3 references to LoadWithParams
System.Private.Xml (3)
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
1523
List<XslNode>? content =
LoadWithParams
(InstructionFlags.None);
1564
List<XslNode> content =
LoadWithParams
(InstructionFlags.AllowSort);
1581
List<XslNode> content =
LoadWithParams
(InstructionFlags.None);