1 write to _priority
System.Private.Xml (1)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
128_priority = double.IsNaN(template.Priority) ? XPathPatternBuilder.GetPriority(filter) : template.Priority;
6 references to _priority
System.Private.Xml (6)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (6)
234Debug.Assert(!double.IsNaN(x!._priority)); 235Debug.Assert(!double.IsNaN(y!._priority)); 237x._priority > y._priority ? 1 : 238x._priority < y._priority ? -1 :