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