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