7 references to Add
Microsoft.CodeAnalysis (1)
Collections\OrderedSet.cs (1)
34
Add
(item);
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCompiler.cs (1)
371
embeddedFiles.
Add
(resolvedPath);
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (2)
106
variablesToHoist.
Add
(symbol);
201
if (_variablesToHoist.
Add
(variable) && variable is LocalSymbol local && _boundRefLocalInitializers.TryGetValue(local, out var variableInitializer))
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\IteratorAndAsyncAnalysis\IteratorAndAsyncCaptureWalker.vb (2)
86
variablesToHoist.
Add
(v.Symbol)
147
Me._variablesToHoist.
Add
(variable)
CommandLine\VisualBasicCompiler.vb (1)
295
embeddedFiles.
Add
(resolvedPath)