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