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