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