9 references to Bag
Microsoft.CodeAnalysis (9)
Diagnostic\DiagnosticBag.cs (9)
72
foreach (Diagnostic diagnostic in
Bag
)
100
foreach (Diagnostic diagnostic in
Bag
)
116
ConcurrentQueue<Diagnostic> bag = this.
Bag
;
127
ConcurrentQueue<Diagnostic> bag = this.
Bag
;
142
this.
Bag
.Enqueue(diagnostic);
153
AddRange(bag.
Bag
);
228
ConcurrentQueue<Diagnostic> bag = this.
Bag
;
252
foreach (Diagnostic diagnostic in this.
Bag
)
280
foreach (Diagnostic diag in
Bag
) // NOTE: don't force resolution