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