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