Implemented interface member:
1 override of Add
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
627public override void Add(object key, object? value)
28 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 });
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);