8 references to SemiColon
Aspire.Azure.Messaging.WebPubSub (8)
src\Shared\StableConnectionStringBuilder.cs (8)
161if (seg != ConnectionStringSegment.SemiColon) 186segments.Add(ConnectionStringSegment.SemiColon); 234if (segment == ConnectionStringSegment.SemiColon) 274if (_segments[idx] == ConnectionStringSegment.SemiColon) 285if (_segments.Count > 0 && _segments[^1] != ConnectionStringSegment.SemiColon) 288_segments.Add(ConnectionStringSegment.SemiColon); 293_segments.Add(ConnectionStringSegment.SemiColon); 308if (this == SemiColon)