6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
705if (ContainsNestedTypeOfUnconstructedGenericType(parameterSymbols[i].Type)) 756return ContainsNestedTypeOfUnconstructedGenericType(((ArrayTypeSymbol)type).ElementType); 758return ContainsNestedTypeOfUnconstructedGenericType(((PointerTypeSymbol)type).PointedAtType); 761if (ContainsNestedTypeOfUnconstructedGenericType(signature.ReturnType)) 768if (ContainsNestedTypeOfUnconstructedGenericType(param.Type)) 789if (ContainsNestedTypeOfUnconstructedGenericType(typeArgument.Type))