6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
689if (ContainsNestedTypeOfUnconstructedGenericType(parameterSymbols[i].Type)) 740return ContainsNestedTypeOfUnconstructedGenericType(((ArrayTypeSymbol)type).ElementType); 742return ContainsNestedTypeOfUnconstructedGenericType(((PointerTypeSymbol)type).PointedAtType); 745if (ContainsNestedTypeOfUnconstructedGenericType(signature.ReturnType)) 752if (ContainsNestedTypeOfUnconstructedGenericType(param.Type)) 773if (ContainsNestedTypeOfUnconstructedGenericType(typeArgument.Type))