6 references to Parse
Microsoft.Build (6)
Utilities\NuGetFrameworkWrapper.cs (6)
86return FrameworkProperty.GetValue(Parse(tfm)) as string; 91var version = VersionProperty.GetValue(Parse(tfm)) as Version; 97return PlatformProperty.GetValue(Parse(tfm)) as string; 102var version = PlatformVersionProperty.GetValue(Parse(tfm)) as Version; 108return Convert.ToBoolean(IsCompatibleMethod.Invoke(DefaultCompatibilityProvider, [Parse(target), Parse(candidate)]));