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