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