2 references to TryParse
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\VersionHelper.cs (2)
27return TryParse(s, allowWildcard: false, maxValue: ushort.MaxValue, allowPartialParse: true, version: out version, hasWildcard: out bool _); 44return TryParse(s, allowWildcard: allowWildcard, maxValue: ushort.MaxValue - 1, allowPartialParse: false, version: out version, hasWildcard: out hasWildcard);