Implemented interface member:
method
Add
System.Collections.Generic.IDictionary<TKey, TValue>.Add(TKey, TValue)
9 references to Add
System (1)
compmod\system\collections\generic\sorteddictionary.cs (1)
306Add(tempKey, (TValue)value);
System.Workflow.ComponentModel (4)
AuthoringOM\Filters\CompensationHandlingFilter.cs (4)
311sortedListOfCompensatableTargets.Add((int)completedChild.GetValue(Activity.CompletedOrderIdProperty), new CompensationInfo(completedChild)); 352sortedListOfCompensatableTargets.Add(lastcompletedContextOrderId, new CompensationInfo(activeContext)); 390sortedListOfCompensatableTargets.Add(completedActivityInfo.CompletedOrderId, new CompensationInfo(completedActivityInfo, contextManager)); 402sortedListOfCompensatableTargets.Add((int)completedChild.GetValue(Activity.CompletedOrderIdProperty), completedChild);
WindowsBase (4)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
957partRelationships.Add(r.Id, r);
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
833relationshipsDictionarySortedById.Add(r.Id, r);
Base\System\IO\Packaging\ZipPackage.cs (2)
269pieceDictionary.Add(pieceInfo, null); 1223contentTypeStreamPieces.Add(pieceInfo, zipFileInfo);