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