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