1 write to priority
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
123this.priority = double.IsNaN(template.Priority) ? XPathPatternBuilder.GetPriority(filter) : template.Priority;
6 references to priority
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (6)
217Debug.Assert(!double.IsNaN(x.priority)); 218Debug.Assert(!double.IsNaN(y.priority)); 220x.priority > y.priority ? 1 : 221x.priority < y.priority ? -1 :