3 references to IsUnboundGenericType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Attributes.cs (1)
955
isValidArgument = typeOfArgument.
IsUnboundGenericType
() || !typeOfArgument.ContainsTypeParameter();
Binder\Binder_Expressions.cs (1)
1412
if (type.
IsUnboundGenericType
() || type.Kind == SymbolKind.TypeParameter)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
510
Debug.Assert((object)type.ContainingType == null || !type.ContainingType.
IsUnboundGenericType
());