System.Xml.Xsl.IlGen.XmlILOptimizerVisitor.IsDocOrderDistinct C# (CSharp) Method

IsDocOrderDistinct() private method

Return true if "nd" matches the Step pattern and the StepType argument is equal to "stepType".
private IsDocOrderDistinct ( QilNode nd ) : bool
nd QilNode
return bool
        private bool IsDocOrderDistinct(QilNode nd) {
            return OptimizerPatterns.Read(nd).MatchesPattern(OptimizerPatternName.IsDocOrderDistinct);
        }
XmlILOptimizerVisitor