1 write to _uri
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilName.cs (1)
54set { _uri = value; }
9 references to _uri
System.Private.Xml (9)
System\Xml\Xsl\QIL\QilName.cs (9)
52get { return _uri; } 53[MemberNotNull(nameof(_uri))] 101return _local == name._local && _uri == name._uri; 118return a._local == b._local && a._uri == b._uri; 139if (_uri.Length == 0) 142return $"{{{_uri}}}{_local}"; 145return $"{{{_uri}}}{_prefix}:{_local}";