2 writes to _baseUri
System.Private.Xml (2)
System\Xml\Schema\BaseValidator.cs (2)
43
_baseUri
= other._baseUri;
109
set {
_baseUri
= value; }
2 references to _baseUri
System.Private.Xml (2)
System\Xml\Schema\BaseValidator.cs (2)
43
_baseUri = other.
_baseUri
;
108
get { return
_baseUri
; }