6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
506if (ContainsNestedTypeOfUnconstructedGenericType(parameterSymbols[i].Type)) 557return ContainsNestedTypeOfUnconstructedGenericType(((ArrayTypeSymbol)type).ElementType); 559return ContainsNestedTypeOfUnconstructedGenericType(((PointerTypeSymbol)type).PointedAtType); 562if (ContainsNestedTypeOfUnconstructedGenericType(signature.ReturnType)) 569if (ContainsNestedTypeOfUnconstructedGenericType(param.Type)) 590if (ContainsNestedTypeOfUnconstructedGenericType(typeArgument.Type))