1 write to _span
Microsoft.CodeAnalysis.CodeStyle (1)
BitHelper.cs (1)
26_span = span;
4 references to _span
Microsoft.CodeAnalysis.CodeStyle (4)
BitHelper.cs (4)
32if ((uint)bitArrayIndex < (uint)_span.Length) 34_span[bitArrayIndex] |= (1 << (bitPosition % IntSize)); 42(uint)bitArrayIndex < (uint)_span.Length && 43(_span[bitArrayIndex] & (1 << (bitPosition % IntSize))) != 0;