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
537
if (
_symbolNameLengthBitset
== 0)
549
if ((
_symbolNameLengthBitset
& (1UL << bit)) != 0)
587
writer.WriteUInt64(
_symbolNameLengthBitset
);