47 references to Host
dotnet-svcutil-lib (1)
Microsoft.Build.Tasks.Git (2)
Microsoft.NET.Build.Containers (1)
Microsoft.SourceLink.AzureDevOpsServer.Git (2)
Microsoft.SourceLink.AzureRepos.Git (2)
Microsoft.SourceLink.Bitbucket.Git (2)
Microsoft.SourceLink.Common (2)
Microsoft.SourceLink.Gitea (2)
Microsoft.SourceLink.Gitee (2)
Microsoft.SourceLink.GitHub (2)
Microsoft.SourceLink.GitLab (2)
Microsoft.SourceLink.GitWeb (2)
PresentationUI (1)
System.Private.Uri (22)
System\Uri.cs (14)
796return GetParts(UriComponents.Host | UriComponents.Port, UriFormat.UriEscaped);
978return GetParts(UriComponents.Host, UriFormat.UriEscaped);
1351const UriComponents NonPathPart = (UriComponents.Scheme | UriComponents.UserInfo | UriComponents.Host | UriComponents.Port);
2554string host = _syntax.InternalGetComponents(this, UriComponents.Host, UriFormat.UriEscaped);
2805if ((parts & UriComponents.Host) != 0)
2827if (formatAs != UriFormat.UriEscaped && HostType == Flags.BasicHostType && (nonCanonical & (ushort)UriComponents.Host) != 0)
2966case UriComponents.Scheme | UriComponents.Host | UriComponents.Port:
3026case UriComponents.Host:
3076case UriComponents.UserInfo | UriComponents.Host | UriComponents.Port:
3082goto case UriComponents.UserInfo | UriComponents.Host | UriComponents.Port;
4460return string.Concat(@"\\", basePart.GetParts(UriComponents.Host, UriFormat.Unescaped), share, relativePart);
4463return string.Concat("file://", basePart.GetParts(UriComponents.Host, uriFormat), share, relativePart);
4588left = basePart.GetParts(UriComponents.Host, UriFormat.Unescaped);
4592left = @"\\" + basePart.GetParts(UriComponents.Host, UriFormat.Unescaped);
System.Private.Xml (1)
System.ServiceModel.Primitives (1)