1 write to _alreadyReported
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\DefiniteAssignment.cs (1)
335_alreadyReported = BitVector.Empty; // no variables yet reported unassigned
5 references to _alreadyReported
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\DefiniteAssignment.cs (5)
1166if (slot >= _alreadyReported.Capacity) 1168_alreadyReported.EnsureCapacity(variableBySlot.Count); 1178else if (!_alreadyReported[slot] && !symbol.GetTypeOrReturnType().Type.IsErrorType()) 1208_alreadyReported[slot] = true; 2197_alreadyReported[slot] = true;