6 references to AsUnboundGenericType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Symbols.cs (2)
1233resultType = unconstructedType.AsUnboundGenericType(); 1624return type.WithTypeAndModifiers(namedTypeRight.AsUnboundGenericType(), type.CustomModifiers);
Symbols\Metadata\PE\SymbolFactory.cs (1)
164return ((object)namedType != null && namedType.IsGenericType) ? namedType.AsUnboundGenericType() : type;
Symbols\NamedTypeSymbol.cs (1)
1137return OriginalDefinition.AsUnboundGenericType();
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
507return newDefinition.AsUnboundGenericType();
Symbols\UnboundGenericType.cs (1)
33original.AsMember(originalContainingType.IsGenericType ? originalContainingType.AsUnboundGenericType() : originalContainingType);