6 implementations of IsGeneric
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (1)
1052public bool IsGeneric => false;
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
42public bool IsGeneric => OldDefinition.IsGeneric;
Emit\NoPia\CommonEmbeddedType.cs (1)
351bool Cci.ITypeDefinition.IsGeneric
PEWriter\RootModuleType.cs (1)
125public bool IsGeneric
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
550bool Cci.ITypeDefinition.IsGeneric
Symbols\Source\ExtensionGroupingInfo.cs (1)
506bool ITypeDefinition.IsGeneric => GenericParameterCount != 0;
3 references to IsGeneric
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
42public bool IsGeneric => OldDefinition.IsGeneric;
PEWriter\MetadataWriter.cs (1)
539if (typeDef.IsGeneric)
PEWriter\ReferenceIndexerBase.cs (1)
291if (typeDefinition.IsGeneric)