3 references to IsGenericTypeDefinition
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionHelper.cs (3)
145 return IsGenericType (t) && !IsGenericTypeDefinition (t); 223 if (IsGenericTypeDefinition (type)) { 251 if (IsGenericTypeDefinition (t))