3 references to Authority
PresentationCore (1)
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (1)
499baseUri = new Uri(uri.GetLeftPart(UriPartial.Authority), UriKind.Absolute);
System (1)
net\System\URI.cs (1)
1429case UriPartial.Authority:
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlCollation.cs (1)
158string authority = collationUri.GetLeftPart(UriPartial.Authority);