3 writes to uri
System.Xml (3)
System\Xml\XmlNamespacemanager.cs (3)
29
this.
uri
= uri;
145
nsdecls[declIndex].
uri
= uri;
190
nsdecls[declIndex].
uri
= null;
11 references to uri
System.Xml (11)
System\Xml\XmlNamespacemanager.cs (11)
189
if ( String.Equals( nsdecls[declIndex].
uri
, uri ) && nsdecls[declIndex].scopeId == scopeId ) {
199
if ( nsdecls[thisDecl].
uri
!= null ) {
231
string uri = nsdecls[i].
uri
;
249
return ( declIndex == -1 ) ? null : nsdecls[declIndex].
uri
;
256
while ( declIndex != -1 && nsdecls[declIndex].
uri
== null ) {
266
if ( (object)nsdecls[thisDecl].prefix == (object)prefix && nsdecls[thisDecl].
uri
!= null ) {
273
if ( String.Equals( nsdecls[thisDecl].prefix, prefix ) && nsdecls[thisDecl].
uri
!= null ) {
284
if ( String.Equals( nsdecls[thisDecl].
uri
, uri ) ) {
297
if ( String.Equals( nsdecls[thisDecl].prefix, prefix ) && nsdecls[thisDecl].
uri
!= null ) {
298
if ( prefix.Length > 0 || nsdecls[thisDecl].
uri
.Length > 0 ) {
316
uri = nsdecls[idx].
uri
;