1 override of IsInterface
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedType.cs (1)
178
protected override bool
IsInterface
4 references to IsInterface
Microsoft.CodeAnalysis (4)
Emit\NoPia\CommonEmbeddedType.cs (4)
191
if (
IsInterface
&& !hasComEventInterfaceAttribute)
213
builder.AddIfNotNull(CreateTypeIdentifierAttribute(hasGuid &&
IsInterface
, syntaxNodeOpt, diagnostics));
347
return
IsInterface
|| IsComImport;
363
return
IsInterface
;