Implemented interface member:
1 override of Add
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
627
public override void
Add
(object key, object? value)
39 references to Add
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3336
importList.
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)
75
obj.
Add
(3, 4);
76
obj.
Add
(1, 5);
77
obj.
Add
(2, 6);
83
obj.
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)
37
attrListToRender.
Add
(local, null);
39
nsListToRender.
Add
(local, null);
49
attrListToRender.
Add
(uAncestral, null);
51
nsListToRender.
Add
(uAncestral, null);
70
attrListToRender.
Add
(attrib, null);
72
nsListToRender.
Add
(attrib, null);
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (2)
50
attrListToRender.
Add
(attr, null);
122
attrListToRender.
Add
(attr, null);
System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs (4)
44
nsListToRender.
Add
(local, null);
53
nsListToRender.
Add
(uAncestral, null);
72
nsListToRender.
Add
(attr, null);
80
attrListToRender.
Add
(attr, null);