Implemented interface member:
1 override of Add
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
627public override void Add(object key, object? value)
95 references to Add
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3336importList.Add(import.Namespace, import.Namespace);
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
2755importList.Add(import.Namespace, import.Namespace);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
264_lockList.Add(schema.SchemaId, schema);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
774_schemas.Add(s.SchemaId, s); 1066_schemas.Add(schema.SchemaId, schema); 1088_schemas.Add(s.SchemaId, s); 1277_schemas.Add(currentSchema.SchemaId, currentSchema);
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
631_list.Add(key, value);
System.Management (70)
System\Management\WMIGenerator.cs (70)
606PublicNamesUsed.Add("SystemPropertiesProperty", "SystemProperties"); 607PublicNamesUsed.Add("LateBoundObjectProperty", "LateBoundObject"); 608PublicNamesUsed.Add("NamespaceProperty", "OriginatingNamespace"); 609PublicNamesUsed.Add("ClassNameProperty", "ManagementClassName"); 610PublicNamesUsed.Add("ScopeProperty", "Scope"); 611PublicNamesUsed.Add("PathProperty", "Path"); 612PublicNamesUsed.Add("SystemPropertiesClass", "ManagementSystemProperties"); 613PublicNamesUsed.Add("LateBoundClass", "System.Management.ManagementObject"); 614PublicNamesUsed.Add("PathClass", "System.Management.ManagementPath"); 615PublicNamesUsed.Add("ScopeClass", "System.Management.ManagementScope"); 616PublicNamesUsed.Add("QueryOptionsClass", "System.Management.EnumerationOptions"); 617PublicNamesUsed.Add("GetOptionsClass", "System.Management.ObjectGetOptions"); 618PublicNamesUsed.Add("ArgumentExceptionClass", "System.ArgumentException"); 619PublicNamesUsed.Add("QueryClass", "SelectQuery"); 620PublicNamesUsed.Add("ObjectSearcherClass", "System.Management.ManagementObjectSearcher"); 621PublicNamesUsed.Add("FilterFunction", "GetInstances"); 622PublicNamesUsed.Add("ConstructPathFunction", "ConstructPath"); 623PublicNamesUsed.Add("TypeConverter", "TypeConverter"); 624PublicNamesUsed.Add("AutoCommitProperty", "AutoCommit"); 625PublicNamesUsed.Add("CommitMethod", "CommitObject"); 626PublicNamesUsed.Add("ManagementClass", "System.Management.ManagementClass"); 627PublicNamesUsed.Add("NotSupportedExceptClass", "System.NotSupportedException"); 628PublicNamesUsed.Add("BaseObjClass", "System.Management.ManagementBaseObject"); 629PublicNamesUsed.Add("OptionsProp", "Options"); 630PublicNamesUsed.Add("ClassPathProperty", "ClassPath"); 631PublicNamesUsed.Add("CreateInst", "CreateInstance"); 632PublicNamesUsed.Add("DeleteInst", "Delete"); 635PublicNamesUsed.Add("SystemNameSpace", "System"); 636PublicNamesUsed.Add("ArgumentOutOfRangeException", "System.ArgumentOutOfRangeException"); 637PublicNamesUsed.Add("System", "System"); 638PublicNamesUsed.Add("Other", "Other"); 639PublicNamesUsed.Add("Unknown", "Unknown"); 640PublicNamesUsed.Add("PutOptions", "System.Management.PutOptions"); 641PublicNamesUsed.Add("Type", "System.Type"); 642PublicNamesUsed.Add("Boolean", "System.Boolean"); 643PublicNamesUsed.Add("ValueType", "System.ValueType"); 644PublicNamesUsed.Add("Events1", "Events"); 645PublicNamesUsed.Add("Component1", "Component"); 648PrivateNamesUsed.Add("SystemPropertiesObject", "PrivateSystemProperties"); 649PrivateNamesUsed.Add("LateBoundObject", "PrivateLateBoundObject"); 650PrivateNamesUsed.Add("AutoCommitProperty", "AutoCommitProp"); 651PrivateNamesUsed.Add("Privileges", "EnablePrivileges"); 652PrivateNamesUsed.Add("ComponentClass", "System.ComponentModel.Component"); 653PrivateNamesUsed.Add("ScopeParam", "mgmtScope"); 654PrivateNamesUsed.Add("NullRefExcep", "System.NullReferenceException"); 655PrivateNamesUsed.Add("ConverterClass", "WMIValueTypeConverter"); 656PrivateNamesUsed.Add("EnumParam", "enumOptions"); 657PrivateNamesUsed.Add("CreationClassName", "CreatedClassName"); 658PrivateNamesUsed.Add("CreationWmiNamespace", "CreatedWmiNamespace"); 659PrivateNamesUsed.Add("ClassNameCheckFunc", "CheckIfProperClass"); 660PrivateNamesUsed.Add("EmbeddedObject", "embeddedObj"); 661PrivateNamesUsed.Add("CurrentObject", "curObj"); 662PrivateNamesUsed.Add("IsEmbedded", "isEmbedded"); 663PrivateNamesUsed.Add("ToDateTimeMethod", "ToDateTime"); 664PrivateNamesUsed.Add("ToDMTFDateTimeMethod", "ToDmtfDateTime"); 665PrivateNamesUsed.Add("ToDMTFTimeIntervalMethod", "ToDmtfTimeInterval"); 666PrivateNamesUsed.Add("ToTimeSpanMethod", "ToTimeSpan"); 667PrivateNamesUsed.Add("SetMgmtScope", "SetStaticManagementScope"); 668PrivateNamesUsed.Add("statMgmtScope", "statMgmtScope"); 669PrivateNamesUsed.Add("staticScope", "StaticScope"); 670PrivateNamesUsed.Add("initVariable", "Initialize"); 671PrivateNamesUsed.Add("putOptions", "putOptions"); 672PrivateNamesUsed.Add("InitialObjectFunc", "InitializeObject"); 688PublicProperties.Add(prop.Name, prop.Name); 696PublicMethods.Add(meth.Name, meth.Name); 768PrivateNamesUsed.Add("CollectionClass", ResolveCollision(strTemp, true)); 771PrivateNamesUsed.Add("EnumeratorClass", ResolveCollision(strTemp, true)); 888PublicNamesUsed.Add(strClass, strClass); 892PrivateNamesUsed.Add("GeneratedClassName", strClass); 893PrivateNamesUsed.Add("GeneratedNamespace", strNs);
System.Private.Xml (5)
System\Xml\Schema\Preprocessor.cs (1)
246_lockList.Add(schema.SchemaId, schema);
System\Xml\Schema\XmlSchemaSet.cs (4)
631_schemas.Add(s.SchemaId, s); 902_schemas.Add(schema.SchemaId, schema); 924_schemas.Add(s.SchemaId, s); 1108_schemas.Add(currentSchema.SchemaId, currentSchema);
System.Security.Cryptography.Xml (12)
System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs (6)
37attrListToRender.Add(local, null); 39nsListToRender.Add(local, null); 49attrListToRender.Add(uAncestral, null); 51nsListToRender.Add(uAncestral, null); 70attrListToRender.Add(attrib, null); 72nsListToRender.Add(attrib, null);
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (2)
50attrListToRender.Add(attr, null); 122attrListToRender.Add(attr, null);
System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs (4)
44nsListToRender.Add(local, null); 53nsListToRender.Add(uAncestral, null); 72nsListToRender.Add(attr, null); 80attrListToRender.Add(attr, null);