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