1 write to _symbolNameLengthBitset
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (1)
120_symbolNameLengthBitset = symbolNameLengthBitset;
4 references to _symbolNameLengthBitset
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (4)
35/// The maximum bit index in <see cref="_symbolNameLengthBitset"/>. Since the bitset is a 64-bit 537if (_symbolNameLengthBitset == 0) 549if ((_symbolNameLengthBitset & (1UL << bit)) != 0) 587writer.WriteUInt64(_symbolNameLengthBitset);