Implemented interface member:
8 references to Add
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\DictionaryAdapters\ImmutableSortedDictionaryBufferAdapter.cs (1)
14buffer.Add(key, value);
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Converters\DictionaryAdapters\ImmutableSortedDictionaryBufferAdapter.cs (1)
14buffer.Add(key, value);
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
499builder.Add(language, analyzers);
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
100projectIdToSourceGenerationVersion.Add(projectId, currentVersion.IncrementMinorVersion());
Workspace\Solution\SourceGeneratorExecutionVersion.cs (1)
100builder.Add(projectId, version);
Workspace\Workspace_SourceGeneration.cs (1)
100result.Add(
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (2)
363this.Add((TKey)key, (TValue)value!); 485this.Add(item.Key, item.Value);