2 references to GetMethodInfoFromType
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\InProcDataCollector.cs (2)
116
var methodInfo =
GetMethodInfoFromType
(_dataCollectorObject?.GetType(), methodName, [methodArg.GetType()]);
132
var initializeMethodInfo =
GetMethodInfoFromType
(obj?.GetType(), "Initialize", [typeof(IDataCollectionSink)]);