5 references to Words
Microsoft.CodeAnalysis (1)
Serialization\ObjectWriter.cs (1)
686foreach (var word in bits.Words())
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\RefKindVector.cs (1)
36internal 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();