4 references to AllowSort
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
1279
Ref.Equal(name, atoms.Sort ) ? InstructionFlags.
AllowSort
:
1365
} else if (flags == InstructionFlags.
AllowSort
&& input.IsXsltKeyword(atoms.Sort)) {
1432
List<XslNode> content = LoadWithParams(InstructionFlags.
AllowSort
);
1587
List<XslNode> content = LoadInstructions(InstructionFlags.
AllowSort
);