1 write to _symbolNameLengthBitset
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (1)
168_symbolNameLengthBitset = symbolNameLengthBitset;
4 references to _symbolNameLengthBitset
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (4)
44/// The maximum bit index in <see cref="_symbolNameLengthBitset"/>. Since the bitset is a 64-bit 635if (_symbolNameLengthBitset == 0 || pattern.Length < WordSimilarityChecker.MinFuzzyLength) 647if ((_symbolNameLengthBitset & (1UL << bit)) != 0) 821writer.WriteUInt64(_symbolNameLengthBitset);