4 references to AllowSort
System.Private.Xml (4)
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
1387
Ref.Equal(name, _atoms.Sort) ? InstructionFlags.
AllowSort
:
1485
else if (flags == InstructionFlags.
AllowSort
&& _input.IsXsltKeyword(_atoms.Sort))
1564
List<XslNode> content = LoadWithParams(InstructionFlags.
AllowSort
);
1742
List<XslNode> content = LoadInstructions(InstructionFlags.
AllowSort
);