7 references to Add
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
1276
diagnosticIds = diagnosticIds.
Add
(diagnostic.Id);
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableSortedSet.cs (2)
44
return ImmutableSortedSet<T>.Empty.
Add
(item);
56
return ImmutableSortedSet<T>.Empty.WithComparer(comparer).
Add
(item);
System\Collections\Immutable\ImmutableSortedSet_1.cs (4)
231
newSet = newSet.
Add
(item);
272
result = result.
Add
(item);
280
result = result.
Add
(item);
612
return this.
Add
(value);