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