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)
223
Changes.
Add
(offset, change);
344
newChanges.
Add
(curChange.Offset, curChange);
System (2)
compmod\system\collections\generic\sortedlist.cs (2)
186
Add
(keyValuePair.Key, keyValuePair.Value);
258
Add
(tempKey, (TValue)value);
System.IdentityModel (2)
System\IdentityModel\Metadata\MetadataSerializer.cs (2)
1610
spssoDescriptor.AssertionConsumerServices.
Add
(endpoint.Index, endpoint);
1672
singleSignOnDescriptor.ArtifactResolutionServices.
Add
(endpoint.Index, endpoint);
System.ServiceModel (8)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
89
this.trackedMessages.
Add
(lookupId, 1);
System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
25
names.
Add
(identifier, identifier);
System\ServiceModel\Description\WsdlExporter.cs (4)
740
policyKeys.
Add
(key, key);
759
policyKeys.
Add
(key, key);
777
policyKeys.
Add
(key, key);
792
policyKeys.
Add
(key, key);
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (1)
46
this.actionToOperation.
Add
(opDescription.Messages[0].Action, opDescription.Name);
System\UriTemplateTrieNode.cs (1)
707
this.items.
Add
(segment, subItems);
System.Web.Extensions (2)
UI\ProfileServiceManager.cs (2)
191
profileGroups.
Add
(groupName, containingObject);
197
profileGroups.
Add
(groupName, containingObject);
System.Workflow.Runtime (1)
WorkBatch.cs (1)
240
workItems.
Add
(orderId, workItem);
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodInfo.cs (1)
60
localParameters.
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);