1 write to _uri
Aspire.Hosting (1)
ExternalServiceResource.cs (1)
27
_uri
= uri ?? throw new ArgumentNullException(nameof(uri), "The URI for the external service cannot be null.");
2 references to _uri
Aspire.Hosting (2)
ExternalServiceResource.cs (2)
29
if (GetUriValidationException(
_uri
) is { } exception)
51
public Uri? Uri =>
_uri
;