2 overrides of OnValueChanging
dotnet-svcutil-lib (2)
Shared\Options\ListValueOption.cs (1)
89
protected override object
OnValueChanging
(object value)
Shared\Options\SingleValueOption.cs (1)
22
protected override object
OnValueChanging
(object value)
3 references to OnValueChanging
dotnet-svcutil-lib (3)
Shared\Options\ListValueOption.cs (1)
92
value = base.
OnValueChanging
(value);
Shared\Options\OptionBase.cs (1)
138
value =
OnValueChanging
(value);
Shared\Options\SingleValueOption.cs (1)
25
value = base.
OnValueChanging
(value);