1 override of UniqueId
System.Private.Xml (1)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
893internal override string UniqueId
3 references to UniqueId
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
874return string.Create(CultureInfo.InvariantCulture, $"ID{_docOrderCmp.GetDocumentIndex(navigator)}{navigator.UniqueId}");
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
770return it.Current!.UniqueId; 780return docContext.UniqueId;