Implemented interface member:
1 override of Remove
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
754
public override void
Remove
(object key)
6 references to Remove
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (2)
463
_schemas.
Remove
(schema.SchemaId); //Might remove schema that was already there and was not added thru this operation
1196
_schemas.
Remove
(schema.SchemaId);
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
758
_list.
Remove
(key);
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
1098
m_list.
Remove
(key);
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (2)
358
_schemas.
Remove
(schema!.SchemaId); //Might remove schema that was already there and was not added thru this operation
1039
_schemas.
Remove
(schema.SchemaId);