159 references to RelativeOrAbsolute
Aspire.Dashboard (2)
Aspire.Hosting (2)
dotnet-svcutil.xmlserializer (1)
dotnet-svcutil-lib (21)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.WebView.WindowsForms (2)
Microsoft.AspNetCore.Components.WebView.Wpf (2)
Microsoft.AspNetCore.HeaderParsing (1)
Microsoft.AspNetCore.Http.Extensions (4)
Microsoft.AspNetCore.Mvc.Abstractions (1)
Microsoft.Build (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Tasks.Git (1)
Microsoft.Diagnostics.NETCore.Client (2)
Microsoft.Maui.Controls (2)
Microsoft.Maui.Controls.Build.Tasks (2)
Microsoft.Maui.Controls.DesignTools (1)
Microsoft.Maui.Controls.Xaml (1)
Microsoft.NET.Sdk.Publish.Tasks (2)
NuGet.Common (1)
NuGet.Configuration (1)
NuGet.PackageManagement (2)
NuGet.Packaging (3)
NuGet.Protocol (2)
PresentationCore (4)
PresentationFramework (17)
ReachFramework (8)
System.ComponentModel.TypeConverter (2)
System.IO.Packaging (2)
System.Net.Http (3)
System.Net.Http.Json (1)
System.Net.HttpListener (1)
System.Net.Mail (1)
System.Private.DataContractSerialization (3)
System.Private.Uri (6)
System.Private.Xml (11)
System.Runtime.Serialization.Schema (1)
System.ServiceModel.Primitives (3)
System.ServiceModel.Syndication (14)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
251result.ImageUrl = UriFromString(reader.ReadElementString(), UriKind.RelativeOrAbsolute, Atom10Constants.LogoTag, Atom10Constants.Atom10Namespace, reader);
629result = new UrlSyndicationContent(UriFromString(src, UriKind.RelativeOrAbsolute, Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace, reader), type);
959link.Uri = (val != null) ? UriFromString(val, UriKind.RelativeOrAbsolute, Atom10Constants.LinkTag, Atom10Constants.Atom10Namespace, reader) : null;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (6)
217Uri uri = UriFromString(uriParser, uriString, UriKind.RelativeOrAbsolute, Rss20Constants.LinkTag, Rss20Constants.Rss20Namespace, reader);
401feed.Links.Add(SyndicationLink.CreateSelfLink(UriFromString(val, UriKind.RelativeOrAbsolute, Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace, reader)));
447result.Links.Add(SyndicationLink.CreateAlternateLink(UriFromString(fallbackAlternateLink, UriKind.RelativeOrAbsolute, fallbackAlternateLinkLocalName, fallbackAlternateLinkNamespace, reader)));
495link.Uri = UriFromString(val, UriKind.RelativeOrAbsolute, Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace, reader);
627result.BaseUri = UriFromString(baseUri, UriKind.RelativeOrAbsolute, baseUriLocalName, baseUriNamespace, reader);
701result.ImageUrl = UriFromString(reader.ReadElementString(), UriKind.RelativeOrAbsolute, Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace, reader);
System.Speech (18)
System.Text.Json (1)
System.Xaml (4)