4 references to IsInterface
Microsoft.CodeAnalysis (4)
Emit\NoPia\CommonEmbeddedType.cs (4)
191if (IsInterface && !hasComEventInterfaceAttribute) 213builder.AddIfNotNull(CreateTypeIdentifierAttribute(hasGuid && IsInterface, syntaxNodeOpt, diagnostics)); 347return IsInterface || IsComImport; 363return IsInterface;