3 writes to uri
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (3)
27this.uri = uri; 158_nsdecls[declIndex].uri = uri; 213_nsdecls[declIndex].uri = null;
11 references to uri
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (11)
211if (String.Equals(_nsdecls[declIndex].uri, uri) && _nsdecls[declIndex].scopeId == _scopeId) 224if (_nsdecls[thisDecl].uri != null) 261string uri = _nsdecls[i].uri; 283return (declIndex == -1) ? null : _nsdecls[declIndex].uri; 293while (declIndex != -1 && _nsdecls[declIndex].uri == null) 306if ((object)_nsdecls[thisDecl].prefix == (object)prefix && _nsdecls[thisDecl].uri != null) 315if (String.Equals(_nsdecls[thisDecl].prefix, prefix) && _nsdecls[thisDecl].uri != null) 329if (String.Equals(_nsdecls[thisDecl].uri, uri)) 346if (String.Equals(_nsdecls[thisDecl].prefix, prefix) && _nsdecls[thisDecl].uri != null) 348if (prefix.Length > 0 || _nsdecls[thisDecl].uri.Length > 0) 368uri = _nsdecls[idx].uri;