4 writes to DefaultValue
dotnet-svcutil-lib (4)
Shared\Options\OptionBase.cs (1)
114
other.
DefaultValue
= this.DefaultValue;
Shared\Options\SingleValueOption.cs (1)
18
this.
DefaultValue
= false;
Shared\Options\SvcutilOptions.cs (1)
61
new SingleValueOption<Verbosity>(VerbosityKey) {
DefaultValue
= Svcutil.Verbosity.Normal },
Shared\Options\UpdateOptions.cs (1)
63
new SingleValueOption<SerializerMode>(SerializerModeKey) { SerializationName = "serializerMode",
DefaultValue
= Svcutil.SerializerMode.Default },
3 references to DefaultValue
dotnet-svcutil-lib (3)
CommandProcessorOptions.cs (1)
753
object typeReuseMode = this.GetOption(TypeReuseModeKey).
DefaultValue
;
Shared\Options\OptionBase.cs (2)
84
get { return _canSerialize && this.Value != null && !this.Value.Equals(this.
DefaultValue
); }
114
other.DefaultValue = this.
DefaultValue
;