5 references to Add
Microsoft.CodeAnalysis (1)
Collections\OrderedSet.cs (1)
32
Add
(item);
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
5058
if (parametersPassedToBase.
Add
(parameter))
CommandLine\CSharpCompiler.cs (1)
372
embeddedFiles.
Add
(resolvedPath);
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (2)
123
variablesToHoist.
Add
(symbol);
219
if (_variablesToHoist.
Add
(variable) && variable is LocalSymbol local && _boundRefLocalInitializers.TryGetValue(local, out var variableInitializer))