9 overrides of OnSet
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs (1)
129
protected override void
OnSet
(int index, object oldValue, object newValue)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
265
protected override void
OnSet
(int index, object oldValue, object newValue)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
3170
protected override void
OnSet
(int index, object oldValue, object newValue)
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
69
protected override void
OnSet
(int index, object? oldValue, object? newValue)
System\Xml\Serialization\XmlSchemas.cs (1)
165
protected override void
OnSet
(int index, object? oldValue, object? newValue)
System.Security.Permissions (4)
System\Diagnostics\EventLogPermissionEntryCollection.cs (1)
22
protected override void
OnSet
(int index, object oldValue, object newValue) { }
System\Diagnostics\PerformanceCounterPermissionEntryCollection.cs (1)
22
protected override void
OnSet
(int index, object oldValue, object newValue) { }
System\DirectoryServices\DirectoryServicesPermissionEntryCollection.cs (1)
22
protected override void
OnSet
(int index, object? oldValue, object? newValue) { }
System\ServiceProcess\ServiceControllerPermissionEntryCollection.cs (1)
22
protected override void
OnSet
(int index, object oldValue, object newValue) { }
1 reference to OnSet
System.Collections.NonGeneric (1)
System\Collections\CollectionBase.cs (1)
129
OnSet
(index, temp, value);