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