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