3 implementations of IsGeneric
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
42
public bool
IsGeneric
=> OldDefinition.IsGeneric;
Emit\NoPia\CommonEmbeddedType.cs (1)
350
bool Cci.ITypeDefinition.
IsGeneric
PEWriter\RootModuleType.cs (1)
123
public bool
IsGeneric
3 references to IsGeneric
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
42
public bool IsGeneric => OldDefinition.
IsGeneric
;
PEWriter\MetadataWriter.cs (1)
540
if (typeDef.
IsGeneric
)
PEWriter\ReferenceIndexerBase.cs (1)
291
if (typeDefinition.
IsGeneric
)