1 write to _priority
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
33key._priority = value;
4 references to _priority
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlSortKey.cs (4)
74Debug.Assert(_priority != that._priority); 75return (_priority < that._priority) ? -1 : 1;