6 references to Priority
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\Templatemanager.cs (6)
29Debug.Assert(! Double.IsNaN(tx.Priority)); 30Debug.Assert(! Double.IsNaN(ty.Priority)); 32if (tx.Priority == ty.Priority) { 37return tx.Priority > ty.Priority ? 1 : -1;