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