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
332
if (
_containerCharSet
== null || patternContainer.Length == 0)
346
if (!
_containerCharSet
.Contains(char.ToUpperInvariant(patternContainer[part.Start])))
356
return
_containerCharSet
.Contains(char.ToUpperInvariant(patternContainer[0]));
591
WriteCharSet(writer,
_containerCharSet
);