4 writes to Fragment
Microsoft.DotNet.Build.Tasks.Feed (1)
src\model\TargetFeedConfig.cs (1)
21public string SafeTargetURL => new UriBuilder(TargetURL) {Query = "", Fragment = ""}.Uri.AbsoluteUri;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\RedirectHandler.cs (1)
127location = new UriBuilder(location) { Fragment = requestFragment }.Uri;
System.Net.Security (1)
src\libraries\Common\src\System\Net\Http\X509ResourceClient.cs (1)
286location = new UriBuilder(location) { Fragment = requestFragment }.Uri;
System.Security.Cryptography (1)
src\libraries\Common\src\System\Net\Http\X509ResourceClient.cs (1)
286location = new UriBuilder(location) { Fragment = requestFragment }.Uri;
1 reference to Fragment
System.Private.Uri (1)
System\UriBuilder.cs (1)
381vsb.Append(Fragment);