1 write to _alreadyReported
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\DefiniteAssignment.cs (1)
334
_alreadyReported
= BitVector.Empty; // no variables yet reported unassigned
5 references to _alreadyReported
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\DefiniteAssignment.cs (5)
1225
if (slot >=
_alreadyReported
.Capacity)
1227
_alreadyReported
.EnsureCapacity(variableBySlot.Count);
1237
else if (!
_alreadyReported
[slot] && !symbol.GetTypeOrReturnType().Type.IsErrorType())
1267
_alreadyReported
[slot] = true;
2388
_alreadyReported
[slot] = true;