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