Implemented interface member:
property
IsGenericType
Microsoft.CodeAnalysis.INamedTypeSymbol.IsGenericType
2 overrides of IsGenericType
Microsoft.CodeAnalysis.Workspaces (2)
CodeGenerationConstructedNamedTypeSymbol.cs (1)
37public override bool IsGenericType => _constructedFrom.IsGenericType;
CodeGenerationNamedTypeSymbol.cs (1)
74public override bool IsGenericType