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