6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
665if (ContainsNestedTypeOfUnconstructedGenericType(parameterSymbols[i].Type)) 716return ContainsNestedTypeOfUnconstructedGenericType(((ArrayTypeSymbol)type).ElementType); 718return ContainsNestedTypeOfUnconstructedGenericType(((PointerTypeSymbol)type).PointedAtType); 721if (ContainsNestedTypeOfUnconstructedGenericType(signature.ReturnType)) 728if (ContainsNestedTypeOfUnconstructedGenericType(param.Type)) 749if (ContainsNestedTypeOfUnconstructedGenericType(typeArgument.Type))