2 references to ExecuteMethodName
Microsoft.Arcade.Common (2)
MSBuildTaskBase.cs (2)
70
return GetType().GetMethod(
ExecuteMethodName
).GetParameters().Select(p => p.ParameterType).ToArray();
90
return GetType().GetMethod(
ExecuteMethodName
);