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