1 write to priority
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
32
key.
priority
= value;
4 references to priority
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlSortKey.cs (4)
68
Debug.Assert(this.
priority
!= that.
priority
);
69
return (this.
priority
< that.
priority
) ? -1 : 1;