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