1 write to ParseMethod
Microsoft.Build (1)
Utilities\NuGetFrameworkWrapper.cs (1)
69
ParseMethod
= NuGetFramework.GetMethod("Parse", [typeof(string)]);
1 reference to ParseMethod
Microsoft.Build (1)
Utilities\NuGetFrameworkWrapper.cs (1)
81
return
ParseMethod
.Invoke(null, [tfm]);