1 write to Value
Aspire.Hosting.Azure.CosmosDB (1)
src\Shared\StableConnectionStringBuilder.cs (1)
263seg.Value = value;
5 references to Value
Aspire.Hosting.Azure.CosmosDB (5)
src\Shared\StableConnectionStringBuilder.cs (5)
85return _segments[idx].Value; 145value = _segments[idx].Value ?? string.Empty; 163yield return new KeyValuePair<string, string>(seg.Key.Trim(), seg.Value ?? string.Empty); 242sb.Append(segment.Value ?? string.Empty); 313return $"{Key}={Value}";