3 writes to
Microsoft.CodeAnalysis (3)
Diagnostic\DiagnosticInfo.cs (1)
142
bits
[
value] = true;
Operations\ControlFlowGraphBuilder.cs (1)
270
visited
[
current.Ordinal] = true;
ReferenceManager\CommonReferenceManager.State.cs (1)
639
visitedAssemblies
[
assemblyIndex] = true;
3 references to
Microsoft.CodeAnalysis (3)
Collections\BitVector.cs (1)
406
value[_capacity - i - 1] = this
[
i] ? '1' : '0';
Operations\ControlFlowGraphBuilder.cs (1)
265
if (visited
[
current.Ordinal])
ReferenceManager\CommonReferenceManager.State.cs (1)
654
if (!visitedAssemblies
[
dependentAssemblyIndex])