10 references to AddRange
Microsoft.CodeAnalysis (1)
Binding\BindingDiagnosticBag.cs (1)
120
AddRange
(other.DiagnosticBag);
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Deconstruct.cs (1)
108
diagnostics.
AddRange
(deconstructionDiagnostics.DiagnosticBag);
Binder\Binder_Expressions.cs (2)
2689
diagnostics.
AddRange
(bag.DiagnosticBag);
2699
diagnostics.
AddRange
(bag.DiagnosticBag);
Binder\Binder_Symbols.cs (1)
253
diagnostics.
AddRange
(resultDiagnostics.DiagnosticBag);
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
425
_diagnostics.
AddRange
(includeDiagnostics);
Compiler\MethodCompiler.cs (1)
198
diagnostics.
AddRange
(compilation.AdditionalCodegenWarnings);
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceFile.vb (1)
362
diagnostics.
AddRange
(clauseDiagnostics.DiagnosticBag)
Symbols\Source\SourceModuleSymbol.vb (2)
701
diagnostics.
AddRange
(Me._diagnosticBagDeclare)
706
diagnostics.
AddRange
(TryGetSourceFile(tree).DeclarationDiagnostics)