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