6 references to ContainsNestedTypeOfUnconstructedGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Crefs.cs (6)
665
if (
ContainsNestedTypeOfUnconstructedGenericType
(parameterSymbols[i].Type))
716
return
ContainsNestedTypeOfUnconstructedGenericType
(((ArrayTypeSymbol)type).ElementType);
718
return
ContainsNestedTypeOfUnconstructedGenericType
(((PointerTypeSymbol)type).PointedAtType);
721
if (
ContainsNestedTypeOfUnconstructedGenericType
(signature.ReturnType))
728
if (
ContainsNestedTypeOfUnconstructedGenericType
(param.Type))
749
if (
ContainsNestedTypeOfUnconstructedGenericType
(typeArgument.Type))