1 override of HasValue
dotnet-svcutil-lib (1)
Shared\Options\ListValueOption.cs (1)
37
public override bool
HasValue
{ get { return this.InnerList.Count > 0; } }
1 reference to HasValue
dotnet-svcutil-lib (1)
Shared\Options\ApplicationOptions.cs (1)
227
return option.Name != OptionsKey && (allOptions || option.
HasValue
);