Base:
property
BaseURI
Microsoft.Xml.XmlNode.BaseURI
5 references to BaseURI
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
265_validator.SourceUri = XmlConvert.ToUri(_document.BaseURI);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntityReference.cs (1)
181return OwnerDocument.BaseURI;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (3)
599XmlParserContext pc = new XmlParserContext(null, new XmlNamespaceManager(_doc.NameTable), null, null, null, null, _doc.BaseURI, string.Empty, XmlSpace.None); 610IDtdInfo dtdInfo = dtdParser.ParseFreeFloatingDtd(_doc.BaseURI, dtNode.Name, dtNode.PublicId, dtNode.SystemId, dtNode.InternalSubset, proxy); 694String baseURI = _doc.BaseURI;