6 references to Parse
Microsoft.Build (6)
Utilities\NuGetFrameworkWrapper.Direct.cs (6)
20public string GetTargetFrameworkIdentifier(string tfm) => Parse(tfm).Framework; 23GetNonZeroVersionParts(Parse(tfm).Version, minVersionPartCount); 25public string GetTargetPlatformIdentifier(string tfm) => Parse(tfm).Platform; 28GetNonZeroVersionParts(Parse(tfm).PlatformVersion, minVersionPartCount); 31DefaultCompatibilityProvider.Instance.IsCompatible(Parse(target), Parse(candidate));