Implemented interface member:
method
Add
System.Collections.IDictionary.Add(System.Object, System.Object)
1 override of Add
mscorlib (1)
system\collections\sortedlist.cs (1)
602public override void Add(Object key, Object value) {
83 references to Add
mscorlib (2)
system\collections\sortedlist.cs (1)
604_list.Add(key, value);
system\resources\resourcewriter.cs (1)
403sortedResources.Add(entry.Key, entry.Value);
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2924importList.Add(import.Namespace, import.Namespace);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2447importList.Add(import.Namespace, import.Namespace);
System.Management (70)
WmiGenerator.cs (70)
641PublicNamesUsed.Add("SystemPropertiesProperty","SystemProperties"); 642PublicNamesUsed.Add("LateBoundObjectProperty","LateBoundObject"); 643PublicNamesUsed.Add("NamespaceProperty","OriginatingNamespace"); 644PublicNamesUsed.Add("ClassNameProperty","ManagementClassName"); 645PublicNamesUsed.Add("ScopeProperty","Scope"); 646PublicNamesUsed.Add("PathProperty","Path"); 647PublicNamesUsed.Add("SystemPropertiesClass","ManagementSystemProperties"); 648PublicNamesUsed.Add("LateBoundClass","System.Management.ManagementObject"); 649PublicNamesUsed.Add("PathClass","System.Management.ManagementPath"); 650PublicNamesUsed.Add("ScopeClass","System.Management.ManagementScope"); 651PublicNamesUsed.Add("QueryOptionsClass","System.Management.EnumerationOptions"); 652PublicNamesUsed.Add("GetOptionsClass","System.Management.ObjectGetOptions"); 653PublicNamesUsed.Add("ArgumentExceptionClass","System.ArgumentException"); 654PublicNamesUsed.Add("QueryClass","SelectQuery"); 655PublicNamesUsed.Add("ObjectSearcherClass","System.Management.ManagementObjectSearcher"); 656PublicNamesUsed.Add("FilterFunction","GetInstances"); 657PublicNamesUsed.Add("ConstructPathFunction","ConstructPath"); 658PublicNamesUsed.Add("TypeConverter","TypeConverter"); 659PublicNamesUsed.Add("AutoCommitProperty","AutoCommit"); 660PublicNamesUsed.Add("CommitMethod","CommitObject"); 661PublicNamesUsed.Add("ManagementClass","System.Management.ManagementClass"); 662PublicNamesUsed.Add("NotSupportedExceptClass","System.NotSupportedException"); 663PublicNamesUsed.Add("BaseObjClass","System.Management.ManagementBaseObject"); 664PublicNamesUsed.Add("OptionsProp","Options"); 665PublicNamesUsed.Add("ClassPathProperty","ClassPath"); 666PublicNamesUsed.Add("CreateInst","CreateInstance"); 667PublicNamesUsed.Add("DeleteInst","Delete"); 670PublicNamesUsed.Add("SystemNameSpace","System"); 671PublicNamesUsed.Add("ArgumentOutOfRangeException","System.ArgumentOutOfRangeException"); 672PublicNamesUsed.Add("System","System"); 673PublicNamesUsed.Add("Other","Other"); 674PublicNamesUsed.Add("Unknown","Unknown"); 675PublicNamesUsed.Add("PutOptions","System.Management.PutOptions"); 676PublicNamesUsed.Add("Type","System.Type"); 677PublicNamesUsed.Add("Boolean","System.Boolean"); 678PublicNamesUsed.Add("ValueType", "System.ValueType"); 679PublicNamesUsed.Add("Events1", "Events"); 680PublicNamesUsed.Add("Component1", "Component"); 683PrivateNamesUsed.Add("SystemPropertiesObject","PrivateSystemProperties"); 684PrivateNamesUsed.Add("LateBoundObject","PrivateLateBoundObject"); 685PrivateNamesUsed.Add("AutoCommitProperty","AutoCommitProp"); 686PrivateNamesUsed.Add("Privileges","EnablePrivileges"); 687PrivateNamesUsed.Add("ComponentClass","System.ComponentModel.Component"); 688PrivateNamesUsed.Add("ScopeParam","mgmtScope"); 689PrivateNamesUsed.Add("NullRefExcep","System.NullReferenceException"); 690PrivateNamesUsed.Add("ConverterClass","WMIValueTypeConverter"); 691PrivateNamesUsed.Add("EnumParam","enumOptions"); 692PrivateNamesUsed.Add("CreationClassName" , "CreatedClassName"); 693PrivateNamesUsed.Add("CreationWmiNamespace" , "CreatedWmiNamespace"); 694PrivateNamesUsed.Add("ClassNameCheckFunc","CheckIfProperClass"); 695PrivateNamesUsed.Add("EmbeddedObject","embeddedObj"); 696PrivateNamesUsed.Add("CurrentObject","curObj"); 697PrivateNamesUsed.Add("IsEmbedded","isEmbedded"); 698PrivateNamesUsed.Add("ToDateTimeMethod","ToDateTime"); 699PrivateNamesUsed.Add("ToDMTFDateTimeMethod" , "ToDmtfDateTime"); 700PrivateNamesUsed.Add("ToDMTFTimeIntervalMethod" , "ToDmtfTimeInterval"); 701PrivateNamesUsed.Add("ToTimeSpanMethod" , "ToTimeSpan"); 702PrivateNamesUsed.Add("SetMgmtScope" , "SetStaticManagementScope"); 703PrivateNamesUsed.Add("statMgmtScope" , "statMgmtScope"); 704PrivateNamesUsed.Add("staticScope" , "StaticScope"); 705PrivateNamesUsed.Add("initVariable", "Initialize"); 706PrivateNamesUsed.Add("putOptions", "putOptions"); 707PrivateNamesUsed.Add("InitialObjectFunc" , "InitializeObject"); 723PublicProperties.Add(prop.Name,prop.Name); 731PublicMethods.Add(meth.Name,meth.Name); 803PrivateNamesUsed.Add("CollectionClass",ResolveCollision(strTemp,true)); 806PrivateNamesUsed.Add("EnumeratorClass",ResolveCollision(strTemp,true)); 924PublicNamesUsed.Add(strClass,strClass); 928PrivateNamesUsed.Add ("GeneratedClassName", strClass); 929PrivateNamesUsed.Add("GeneratedNamespace",strNs);
System.Web (2)
UI\WebParts\WebPartManager.cs (2)
987partsForZone.Add(webPart, null); 2299partsForZone.Add(part, null);
System.Xml (5)
System\Xml\Schema\Preprocessor.cs (1)
225lockList.Add(schema.SchemaId, schema);
System\Xml\Schema\XmlSchemaSet.cs (4)
660schemas.Add(s.SchemaId, s); 914schemas.Add(schema.SchemaId, schema); 932schemas.Add(s.SchemaId, s); 1088schemas.Add(currentSchema.SchemaId, currentSchema);
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (2)
132blockList.Add(header.OffsetOfLocalHeader, header); 404headerList.Add(header.OffsetOfLocalHeader, header);