Implemented interface member:
1 override of Add
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
627public override void Add(object key, object? value)
39 references to Add
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3336importList.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);
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (4)
ObjectFormatterTests.cs (4)
75obj.Add(3, 4); 76obj.Add(1, 5); 77obj.Add(2, 6); 83obj.Add(new[] { 3 }, new int[] { 4 });
PresentationFramework (11)
MS\Internal\AppModel\OleCmdHelper.cs (11)
183_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_SAVE, new CommandWithArgument(ApplicationCommands.Save)); 184_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_SAVEAS, new CommandWithArgument(ApplicationCommands.SaveAs)); 185_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_PRINT, new CommandWithArgument(ApplicationCommands.Print)); 186_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_CUT, new CommandWithArgument(ApplicationCommands.Cut)); 187_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_COPY, new CommandWithArgument(ApplicationCommands.Copy)); 188_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_PASTE, new CommandWithArgument(ApplicationCommands.Paste)); 189_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_PROPERTIES, new CommandWithArgument(ApplicationCommands.Properties)); 192_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_REFRESH, new CommandWithArgument(NavigationCommands.Refresh)); 193_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_STOP, new CommandWithArgument(NavigationCommands.BrowseStop)); 248_editingCommandsMappingTable.Add((uint)EditingCommandIds.Backspace, 250_editingCommandsMappingTable.Add((uint)EditingCommandIds.Delete,
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
631_list.Add(key, value);
System.Private.Xml (5)
System\Xml\Schema\Preprocessor.cs (1)
246_lockList.Add(schema.SchemaId, schema);
System\Xml\Schema\XmlSchemaSet.cs (4)
643_schemas.Add(s.SchemaId, s); 914_schemas.Add(schema.SchemaId, schema); 936_schemas.Add(s.SchemaId, s); 1120_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);