7 references to Parse
Microsoft.Build (7)
Utilities\NuGetFrameworkWrapper.cs (7)
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, new object[] { Parse(target), Parse(candidate) })); 148(string originalTfm, object parsedTfm) parsed = (tfm, Parse(tfm));