7 references to Parse
Microsoft.Build (7)
Utilities\NuGetFrameworkWrapper.cs (7)
87return FrameworkProperty.GetValue(Parse(tfm)) as string; 92var version = VersionProperty.GetValue(Parse(tfm)) as Version; 98return PlatformProperty.GetValue(Parse(tfm)) as string; 103var version = PlatformVersionProperty.GetValue(Parse(tfm)) as Version; 109return Convert.ToBoolean(IsCompatibleMethod.Invoke(DefaultCompatibilityProvider, [Parse(target), Parse(candidate)])); 149(string originalTfm, object parsedTfm) parsed = (tfm, Parse(tfm));