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