2 references to GetReflectedType
Microsoft.TestPlatform.AdapterUtilities (2)
ManagedNameUtilities\ManagedNameHelper.Reflection.cs (2)
97
if (!method.IsGenericMethod && ReflectionHelpers.
GetReflectedType
(method) is { } semanticType && !ReflectionHelpers.IsGenericType(semanticType))
145
var semanticType = ReflectionHelpers.
GetReflectedType
(method)