6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
525if (ContainsNestedTypeOfUnconstructedGenericType(parameterSymbols[i].Type)) 576return ContainsNestedTypeOfUnconstructedGenericType(((ArrayTypeSymbol)type).ElementType); 578return ContainsNestedTypeOfUnconstructedGenericType(((PointerTypeSymbol)type).PointedAtType); 581if (ContainsNestedTypeOfUnconstructedGenericType(signature.ReturnType)) 588if (ContainsNestedTypeOfUnconstructedGenericType(param.Type)) 609if (ContainsNestedTypeOfUnconstructedGenericType(typeArgument.Type))