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
;