2 references to TryParse
Microsoft.CodeAnalysis (2)
VersionHelper.cs (2)
21
return
TryParse
(s, allowWildcard: false, maxValue: ushort.MaxValue, allowPartialParse: true, version: out version);
37
return
TryParse
(s, allowWildcard: allowWildcard, maxValue: ushort.MaxValue - 1, allowPartialParse: false, version: out version);