4 writes to Fragment
Microsoft.DotNet.Build.Tasks.Feed (1)
src\model\TargetFeedConfig.cs (1)
27var uriBuilder = new UriBuilder(TargetURL) { Query = "", Fragment = "" };
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\RedirectHandler.cs (1)
129location = new UriBuilder(location) { Fragment = requestFragment }.Uri;
System.Net.Security (1)
src\libraries\Common\src\System\Net\Http\X509ResourceClient.cs (1)
303location = new UriBuilder(location) { Fragment = requestFragment }.Uri;
System.Security.Cryptography (1)
src\libraries\Common\src\System\Net\Http\X509ResourceClient.cs (1)
303location = new UriBuilder(location) { Fragment = requestFragment }.Uri;
1 reference to Fragment
System.Private.Uri (1)
System\UriBuilder.cs (1)
405vsb.Append(Fragment);