3 implementations of IsInterface
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
44
public bool
IsInterface
=> OldDefinition.IsInterface;
Emit\NoPia\CommonEmbeddedType.cs (1)
358
bool Cci.ITypeDefinition.
IsInterface
PEWriter\RootModuleType.cs (1)
128
public bool
IsInterface
3 references to IsInterface
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
44
public bool IsInterface => OldDefinition.
IsInterface
;
PEWriter\InheritedTypeParameter.cs (1)
64
get { return _inheritingType.
IsInterface
|| _inheritingType.IsDelegate ? _parentParameter.Variance : TypeParameterVariance.NonVariant; }
PEWriter\MetadataWriter.cs (1)
1480
if (typeDef.
IsInterface
)