2 writes to _transport
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (2)
48
_transport
= transport;
119
set =>
_transport
= value;
1 reference to _transport
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
118
get =>
_transport
?? (UriScheme == "http" || UriScheme == "https" ? "http" : Protocol.ToString().ToLowerInvariant());