Implemented interface member:
method
Add
System.Collections.Generic.IDictionary<TKey, TValue>.Add(TKey, TValue)
20 references to Add
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainerChangedEventArgs.cs (2)
223Changes.Add(offset, change); 344newChanges.Add(curChange.Offset, curChange);
System (2)
compmod\system\collections\generic\sortedlist.cs (2)
186Add(keyValuePair.Key, keyValuePair.Value); 258Add(tempKey, (TValue)value);
System.IdentityModel (2)
System\IdentityModel\Metadata\MetadataSerializer.cs (2)
1610spssoDescriptor.AssertionConsumerServices.Add(endpoint.Index, endpoint); 1672singleSignOnDescriptor.ArtifactResolutionServices.Add(endpoint.Index, endpoint);
System.ServiceModel (8)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
89this.trackedMessages.Add(lookupId, 1);
System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
25names.Add(identifier, identifier);
System\ServiceModel\Description\WsdlExporter.cs (4)
740policyKeys.Add(key, key); 759policyKeys.Add(key, key); 777policyKeys.Add(key, key); 792policyKeys.Add(key, key);
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (1)
46this.actionToOperation.Add(opDescription.Messages[0].Action, opDescription.Name);
System\UriTemplateTrieNode.cs (1)
707this.items.Add(segment, subItems);
System.Web.Extensions (2)
UI\ProfileServiceManager.cs (2)
191profileGroups.Add(groupName, containingObject); 197profileGroups.Add(groupName, containingObject);
System.Workflow.Runtime (1)
WorkBatch.cs (1)
240workItems.Add(orderId, workItem);
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodInfo.cs (1)
60localParameters.Add(parameterInfo.Position, parameterInfo);
WindowsBase (2)
Base\MS\Internal\PriorityQueue.cs (1)
167_priorityChains.Add((int)priority, chain);
Base\System\IO\Packaging\Package.cs (1)
1159_partList.Add(partUri, part);