6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
711if (ContainsNestedTypeOfUnconstructedGenericType(parameterSymbols[i].Type)) 762return ContainsNestedTypeOfUnconstructedGenericType(((ArrayTypeSymbol)type).ElementType); 764return ContainsNestedTypeOfUnconstructedGenericType(((PointerTypeSymbol)type).PointedAtType); 767if (ContainsNestedTypeOfUnconstructedGenericType(signature.ReturnType)) 774if (ContainsNestedTypeOfUnconstructedGenericType(param.Type)) 795if (ContainsNestedTypeOfUnconstructedGenericType(typeArgument.Type))