6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
704
if (
ContainsNestedTypeOfUnconstructedGenericType
(parameterSymbols[i].Type))
755
return
ContainsNestedTypeOfUnconstructedGenericType
(((ArrayTypeSymbol)type).ElementType);
757
return
ContainsNestedTypeOfUnconstructedGenericType
(((PointerTypeSymbol)type).PointedAtType);
760
if (
ContainsNestedTypeOfUnconstructedGenericType
(signature.ReturnType))
767
if (
ContainsNestedTypeOfUnconstructedGenericType
(param.Type))
788
if (
ContainsNestedTypeOfUnconstructedGenericType
(typeArgument.Type))