9 references to Bag
Microsoft.CodeAnalysis (9)
Diagnostic\DiagnosticBag.cs (9)
73
foreach (Diagnostic diagnostic in
Bag
)
101
foreach (Diagnostic diagnostic in
Bag
)
117
ConcurrentQueue<Diagnostic> bag = this.
Bag
;
128
ConcurrentQueue<Diagnostic> bag = this.
Bag
;
143
this.
Bag
.Enqueue(diagnostic);
154
AddRange(bag.
Bag
);
229
ConcurrentQueue<Diagnostic> bag = this.
Bag
;
253
foreach (Diagnostic diagnostic in this.
Bag
)
281
foreach (Diagnostic diag in
Bag
) // NOTE: don't force resolution