1 write to _containerCharSet
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (1)
119_containerCharSet = containerCharSet;
5 references to _containerCharSet
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (5)
320/// stored <see cref="_containerCharSet"/> is { 'S', 'G', 'B', 'Q' } (the uppercase initial 332if (_containerCharSet == null || patternContainer.Length == 0) 346if (!_containerCharSet.Contains(char.ToUpperInvariant(patternContainer[part.Start]))) 356return _containerCharSet.Contains(char.ToUpperInvariant(patternContainer[0])); 591WriteCharSet(writer, _containerCharSet);