6 implementations of IsInterface
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (1)
1054
public bool
IsInterface
=> false;
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
44
public bool
IsInterface
=> OldDefinition.IsInterface;
Emit\NoPia\CommonEmbeddedType.cs (1)
359
bool Cci.ITypeDefinition.
IsInterface
PEWriter\RootModuleType.cs (1)
130
public bool
IsInterface
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
559
bool Cci.ITypeDefinition.
IsInterface
Symbols\Source\ExtensionGroupingInfo.cs (1)
508
bool ITypeDefinition.
IsInterface
=> false;
3 references to IsInterface
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
44
public bool IsInterface => OldDefinition.
IsInterface
;
PEWriter\InheritedTypeParameter.cs (1)
63
get { return _inheritingType.
IsInterface
|| _inheritingType.IsDelegate ? _parentParameter.Variance : TypeParameterVariance.NonVariant; }
PEWriter\MetadataWriter.cs (1)
1479
if (typeDef.
IsInterface
)