2 writes to _baseURI
System.Xml (2)
System\Xml\Core\XmlParserContext.cs (2)
72_baseURI = (null == baseURI ? String.Empty : baseURI); 129_baseURI = (null == value ? String.Empty : value);
1 reference to _baseURI
System.Xml (1)
System\Xml\Core\XmlParserContext.cs (1)
126return _baseURI;