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