4 references to Words
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\RefKindVector.cs (1)
37internal IEnumerable<ulong> Words() => _bits.Words();
Microsoft.CodeAnalysis.UnitTests (3)
Collections\BitArrayTests.cs (3)
183var count = BitVector.AllSet(capacity).Words().Count(); 203foreach (var word in b.Words()) 226var count = BitVector.AllSet(capacity).Words().Count();