1 write to _maxVersion
NuGet.Versioning (1)
VersionRangeBase.cs (1)
33
_maxVersion
= maxVersion;
3 references to _maxVersion
NuGet.Versioning (3)
VersionRangeBase.cs (3)
53
get { return
_maxVersion
!= null; }
89
get { return
_maxVersion
; }
336
|| IsPrerelease(
_maxVersion
) == true;