6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
525
if (
ContainsNestedTypeOfUnconstructedGenericType
(parameterSymbols[i].Type))
576
return
ContainsNestedTypeOfUnconstructedGenericType
(((ArrayTypeSymbol)type).ElementType);
578
return
ContainsNestedTypeOfUnconstructedGenericType
(((PointerTypeSymbol)type).PointedAtType);
581
if (
ContainsNestedTypeOfUnconstructedGenericType
(signature.ReturnType))
588
if (
ContainsNestedTypeOfUnconstructedGenericType
(param.Type))
609
if (
ContainsNestedTypeOfUnconstructedGenericType
(typeArgument.Type))