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