6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
689
if (
ContainsNestedTypeOfUnconstructedGenericType
(parameterSymbols[i].Type))
740
return
ContainsNestedTypeOfUnconstructedGenericType
(((ArrayTypeSymbol)type).ElementType);
742
return
ContainsNestedTypeOfUnconstructedGenericType
(((PointerTypeSymbol)type).PointedAtType);
745
if (
ContainsNestedTypeOfUnconstructedGenericType
(signature.ReturnType))
752
if (
ContainsNestedTypeOfUnconstructedGenericType
(param.Type))
773
if (
ContainsNestedTypeOfUnconstructedGenericType
(typeArgument.Type))