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