5 references to HasValue
Microsoft.AspNetCore.Http.Abstractions (5)
FragmentString.cs (5)
71return HasValue ? _value : string.Empty; 113if (!HasValue && !other.HasValue) 129return !HasValue; 140return (HasValue ? _value.GetHashCode() : 0);