6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
704if (ContainsNestedTypeOfUnconstructedGenericType(parameterSymbols[i].Type)) 755return ContainsNestedTypeOfUnconstructedGenericType(((ArrayTypeSymbol)type).ElementType); 757return ContainsNestedTypeOfUnconstructedGenericType(((PointerTypeSymbol)type).PointedAtType); 760if (ContainsNestedTypeOfUnconstructedGenericType(signature.ReturnType)) 767if (ContainsNestedTypeOfUnconstructedGenericType(param.Type)) 788if (ContainsNestedTypeOfUnconstructedGenericType(typeArgument.Type))