Implemented interface member:
15 references to Add
Aspire.Dashboard (2)
Components\Pages\ConsoleLogs.razor.cs (2)
460builder.Add(new SelectViewModel<ResourceTypeDetails> 473builder.Add(ToOption(resource, grouping.Count() > 1, applicationName));
Microsoft.AspNetCore.App.Analyzers (8)
Infrastructure\VirtualChars\AbstractVirtualCharService.cs (5)
164result.Add(VirtualChar.Create(new Rune('"'), new TextSpan(offset + index, 2))); 175result.Add(VirtualChar.Create(new Rune(tokenText[index]), span)); 205result.Add(VirtualChar.Create(rune, new TextSpan(offset + index, 1))); 212result.Add(VirtualChar.Create(rune, new TextSpan(offset + index, 2))); 219result.Add(VirtualChar.Create(ch, new TextSpan(offset + index, 1)));
Infrastructure\VirtualChars\CSharpVirtualCharService.cs (3)
323runeResults.Add(VirtualChar.Create(rune, span)); 334runeResults.Add(VirtualChar.Create(rune, TextSpan.FromBounds(span.Start, nextSpan.End))); 342runeResults.Add(VirtualChar.Create(ch, span));
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\CollectionAdapters\ImmutableListBufferAdapter.cs (1)
14buffer.Add(element);
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Converters\CollectionAdapters\ImmutableListBufferAdapter.cs (1)
14buffer.Add(element);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
538documentIds.Add(documentId);
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
331translationActionsBuilder.Add(new TranslationAction.AddDocumentsAction(
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
1028this.Add((T)value!);